/* CSS issu des tutoriels css.alsacreations.com */
body {
	background-color: #001C6C;
	background-image:url(images/fd_body.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;

}
.titrepage { 
	border-bottom:2px solid #CB7A2F;
	font-size:20px;
	padding-left: 5px;
	font-weight : bold; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
font: 12px arial, sans-serif;
position: absolute;
top: 0;
left: 100px;
z-index:200;
color: white;
width: 600; /* précision pour Opera */
}
#menu dl {
float: left;
width: 15em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
color:black
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}	
