/* CSS Document */
body {
	background-color :#FFFFFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/bck_body.png);
	background-repeat: repeat-x;
	background-position: left top;
}


a:link, a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #B0E072;
	text-decoration: none;
}

a img {
border: none;
}

a img:hover {
	border: none;
}

div#logo {
	position: absolute;
	top: 10px;
	left:50%;
	margin-left: -50%;
	z-index:60;
	height:158px;
	width: 90%;
	display:block;
}


div#haut {
	margin: 0px;
	padding: 5px;
	height: 88px;
	width: 90%;
	display:block;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border: 1px solid #666666;
	background-color: #000000;
	background-image: url(images/bck_haut.png);
	background-repeat: no-repeat;
	background-position: right center;
}

div#main {	
    position: relative;   
	padding: 0px;
	height: 581px;
	border: 1px solid #666666;
	width: 1007px;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index:1;
}

div#bas {
	margin: 0px;
	padding: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border: 1px solid #666666;
	width: 90%;
	display:block;
	background-color: #000000;
	background-image: url(images/bck_bas.png);
	background-repeat: no-repeat;
	background-position: left center;
}
div#lien_image {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: absolute;
	left:50%;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	opacity: 0.55;
}

#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	width:212px;
	border: 1px solid #666666;
	background:#000000;
	text-align: center;
	font-weight: bold;
}
 
#tooltip .tipHeader {
	height:8px;
	background:#000000;
}
 
/* IE hack */
*html #tooltip .tipHeader {margin-bottom:-6px;}
 
#tooltip .tipBody {
	padding:5px 5px 5px 15px;
	background:#000000;
}
 
#tooltip .tipFooter {
	height:8px;
	background:#000000;
}

.txt_blanc_18 {
	font-size: 18px;
}