/* CSS Document */
html{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555454
}
/*.Style11 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Style21 {color: #555454}
*/
/*a:link {
	color: #555454;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555454;
}
a:hover {
	text-decoration: underline;
	color: #555454;
}
a:active {
	text-decoration: none;
	color: #555454;
}*/
ul li { margin: 0px 0px  10px;
		list-style-image: url("../images/puce.png");}
.Style2 {color: #505050}
.Style12 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #161517; }
.Style13 {	font-size: 13px;
	font-weight: bold;
}
.Style15 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #161517; font-weight: bold; }
#apDiv1 {	position:relative;
	width:200px;
	height:115px;
	z-index:1;
	left: 220px;
	top: 60px;
}

body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color:#ffffff;
}
.footerText{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #e3e1e1;
	text-decoration: none;
}
.footerText a:link {
	font-family: Tahoma, Verdana, Arial;
	color: #e3e1e1;
	text-decoration: none;
}
.footerText a:visited {
	font-family: Tahoma, Verdana, Arial;
	color: #e3e1e1;
	text-decoration:none;
}.footerText a:hover {
	font-family: Tahoma, Verdana, Arial;
	color: #f8e1dc;
	text-decoration: none;
}
.carTd { border-style: solid; border-width: 1px; border-color: #000000; }
.carTd2 {padding-top:15px; padding-bottom:15px }

.Style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

strong{
	color:#5A8ABE;
	font-size:15px;
	}

#panneau img {display: none;} 

#panneau{
	display:block;
	background-repeat: no-repeat;
	float:right;
	padding-left:15px;
	width:164; 
	height:166;
	border : none;
	background-image: url(../images/panneau.png);
}

#panneau:hover{
	display:block;
	cursor:pointer;
	background-repeat: no-repeat;
	float:right;
	padding-left:15px;
	z-index: 2;
	width:164; 
	height:166;
	border : none;
	background-image: url(../images/panneau_desat.png);
}