html, body {
	height: 100%;
	margin: 0;
	background-image: url(interface/fondPage.jpg);
	background-color: #0B1723;
	}
.fondGauche {
	background-image: url(interface/fondGauche.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.fondDroite {
	background-image: url(interface/fondDroite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondContenu {
	background-image: url(interface/contenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondBandeau {
	background-image: url(interface/bandeau.jpg);
}
.gauche {
	background-image: url(interface/gauche.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.droite {
	background-image: url(interface/droite.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.baseline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B4D1E9;
}
.baseline a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4D1E9;
	text-decoration: none;
}
.baseline a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}






#menu {
	height: 32px;
}
#menu a {
	line-height: 20px;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height: 20px;
	width: 140px;
	background-color: #3064D1;
	border: 1px solid #FFFFFF;
	margin-bottom: 2px;
	padding-right: 10px;
}
.imgDroite {
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
}
.imgGauche {
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #16C4F9;
}

.sousMenu {
	text-align: right;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #234E74;
}
.sousMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B4D1E9;
	text-decoration: none;
}
.sousMenu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}











.linkeo_cnil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B4D1E9;
}
#powered a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B4D1E9;
}
#powered img {
	height: 10px;
	width: 10px;
	vertical-align: middle;
}
h1 {
	display: none;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
