/* CSS Document */
BODY {font-family: tahoma; font-size: 12px; color: black; background-color:#FFFFFF; margin:0px;}

A {color: #000000}
A:hover {color: #FF0000}
h1 { font-size:10px; }
/*--Header Property---------------*/ 
#header {
	width: 820px;
	float: left;
	height: 100px; /* hauteur de l'image header */
	position: absolute;
	top: 0;
	border: 0px;
	background-image: url(images/titre.jpg); /* image du header */
	text-align: center;
}
#menuh {
	width: 820px;
	float: left;
	height: 19px; /* hauteur de l'image */
	position: absolute;
	top: 100px;
	border: 0px;
	background-image: url(images/bg_head.jpg); /* image du header */
	text-align: center;
}

.menuh {font-size:13px; color:#000000; line-height:12px; margin-left:5px; line-height:20px; background-image:url(images/bg_head.jpg); width:820px; height:19px;}
.menuh A {color: black; text-decoration:none;}
.menuh:hover {color: #FF0000;  font-weight: bold }
#tableau {
	width: 600px;
	float: left;
	height: 500px; /* hauteur de l'image */
	top: 230px;
	border: 0px;
	left: 2px;
	text-align: left;
	position: absolute;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 0px;
}
#menu_droit {
	float: right;
	width: 200px;
	position: absolute;
	text-align:center;
	top: 120px;
	left: 620px;
}
.site  { color: black; font-weight: bold; font-size:12px; }
.site:link {color: black;  font-weight: bold }
.site:hover {color: red;  font-weight: bold }
.visite_site {font-size:13px; font-weight:bolder; text-align:center}
.visite_site a{font-size:13px; font-weight:bolder; text-align:center}

.titre_detail_site {font-size:13px; font-family:Verdana, Geneva, sans-serif; background-color:#FFE1F0;}
.titre_detail_site a { text-decoration:none}
.detail_site {font-size:12px; }
.detail_site A { color:#000000; text-decoration: none; font-size:12px;}
.detail_site A:hover { color:#000000; text-decoration: none; font-size:12px;}
.adddtail_site {color: black; font-size:10px;}
.adddtail_site A {color: black; text-decoration: none; font-size:10px;}
.adddtail_site A:hover {color: black; text-decoration: none; font-size:10px;}
.style2 {background-color: ##FFBFFF;}
.Style3 {
	font-size: 10px;
	color: #000000;
}
#footer {
	float: right;
	width: 820px;
	text-align:center;
	bottom: 0px;
	position: absolute;
}
