@charset "iso-8859-1";
/* CSS Document */

body {
	margin:50px 0px; padding:0px;
	text-align:center;
	}
	
#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}

body {
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #d1cfd4;
	scrollbar-3dlight-color:#d1cfd4;
	scrollbar-darkshadow-color: #d1cfd4;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #d1cfd4;
	background-color : #ffffff; 
	background-repeat: repeat-y;
	font-family: "Arial";
}

body,td,th {
	font-size:11px;
	color: #6B6E7F;
	text-align: justify;
}

.title1 {
	font-family: "Century gothic";
	font-size: 11px;
	font-variant: small-caps;
	color: #51b36b;
	text-align: center;
}

A:link { 
 color: #75b4a5;
 text-decoration: none; }
A:active { 
 color: #75b4a5;
 text-decoration: none; }
A:visited { 
 color: #75b4a5;
 text-decoration: none; }
A:hover { 
 color: #75b4a5;
 cursor: help;
 text-decoration: none; }
 
.peps {
 color: #e01d22;}
 
.date {
 color: #75b4a5;}
 
<style type="text/css" media="screen">
 
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	top: 455px;
	left: 290px;
	z-index:100;
	width: 404px; /* correction pour Opera */
	height: 37px;
}
#menu dl {
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid #ccc;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid #ccc;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #75b4a5;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #d1cfd4;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid #ccc; 
}

</style>
