.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	display: inline;
	margin: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.menu:hover {
	color:#3399CC;
	padding-top: 34px;
	padding-bottom: 34px;
	background-image: url(Images/HoverMenu.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
	
.Splashes {
	background-image: url(Images/Splashes.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.Titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3399CC;
	text-decoration: none;
	font-weight: lighter;
}

.Bottom {
	background-image: url(Images/Bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


.liens {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}

.liens:hover {
	color:#666666}
.Top {
	background-image: url(Images/Top.gif);
	background-repeat: repeat-x;
	background-position: top;
}


.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.texteCadres {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.TiretHorizontal {
	background-image: url(Images/TiretHorizontal.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.liensBas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	display: inline;
	margin: 8px;
}

.liensBas:hover {
	color:#3399CC
	}

.TiretVertical {
	background-image: url(Images/TiretVertical.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.fond {
	background-image: url(Images/fond.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.fond1 {
	background-repeat: no-repeat;
	background-position: 50% 0%;
	position: relative;
	height: 200px;
	width: 750px;
	background-image: url(Images/FondsGris650.gif);
}

.fond2 {
	background-image: url(Images/FondsGris850.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.fond3 {
	background-image: url(Images/FondsGris1100.gif);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	display: inline;
	margin: 10px;
	padding-top: 34px;
	padding-bottom: 34px;
	background-image: url(Images/HoverMenu.gif);
	background-repeat: no-repeat;
	background-position: center;
}