/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(interface/fond.jpg);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1B0706;
}

h1 {
	display:none;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#powered a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#powered img {
	height: 10px;
	width: 10px;
	vertical-align: middle;
}
.fondPage {
	background-image: url(interface/fondPage.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.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;
}
.baseline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #666666;
	border-left-color: #000000;
	width: 500px;
}


.contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(interface/contenuFond.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.linkeo_cnil {
	color: #999999;
}
.fondBas {
	background-image: url(interface/fondBas.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.col { color:#E68484; }
.contenu_col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E68484;
	font-weight:bold;
}
.contenu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight:bold;
}
#powered a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9B1F29;
}
#powered img {
	height: 10px;
	width: 10px;
	vertical-align: middle;
}