/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 1000px;
	background-color:#FFFFFF;
	margin: 0 0 0 0;
	background-image: url(../Images/page_de_base.jpg);
	background-repeat: no-repeat;
}

#DateMaJ{
	text-align:center;
	font-size: 10px;
	color: #000000;
	position: absolute;
	left: 8px;
	top: 14px;
	border: none;
	width: 137px;
}

#Visites{
	text-align:center;
	font-size: 11px;
	color: #000000;
	position: absolute;
	left: 364px;
	top: 132px;
	border: none;
	width: 442px;
}

#Menu{
	position: absolute;
	left: 5px;
	top: 175px;
	border: none;
	width: 140px;
	height: 500px;
	font-size: 12px;
	font-weight: normal;
}

#Menu ul{
	font-weight: bold;
	margin-left:3px;
}

#Menu li{
	margin-left:12px;
	font-size:11px;
}

#Menu a{
	color: NAVY;
}

#Menu a:hover{
	color: GREEN;
}

#Corps{
	top: 175px;
	left: 175px;
	vertical-align: top;
	position: absolute;
	width: 825px;
	height: 525px;
	font-size: 12px;
	background-repeat: no-repeat;
	overflow: scroll;
}

#Annonce{
	font-size: 12px;
	color: #000000;
	text-align:center;
	text-decoration:blink;
	background-color:#FFFF00;
	padding:4px 4px 4px 4px;
	font-weight:bold;
	border:double;
}

#Corps h2{
	font-size: 14px;
	font-weight:bold;
}

#Corps h3{
	font-size: 12px;
	font-weight:normal;
	padding:5px 5px 10px 30px;
}

#Corps ul{
	margin: 0 0 0 0;
	padding-left:40px;
}
#Corps li{
padding-left:10px;
}

#partenaire table{}

#partenaire tr{
 vertical-align:middle;
 }

#partenaire td{
text-align:center;
padding:5px 5px 5px 5px;
}

#partenaire img{
border:0px;
 }
