/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
padding: 0;
background-image: url('images/');
background-repeat:repeat-x;
background-color: #ffffff;
}

#conteneur {
position: relative;
width: 820px;
left: 51%;
margin-left: -419px;
border: solid #000000 0px;
overflow: hidden;
margin-top:-6px;
}

#header {
height: 130px;
background-color: #C0C0C0;
border: solid #000000 0px;
}

#haut {
background-color: #ffffff;
height: 22px;
text-align:center;
width: 820px;
background-image: url('images/');
border: solid #000000 0px;
}

#centre {
background-color: #ffffff;
height: 645px;
text-align:center;
overflow: visible;
scrollbar-face-color: #e9e9e9; 
scrollbar-shadow-color: #c0c0c0;
scrollbar-highlight-color: #43567E;
scrollbar-3dlight-color: #1a1a1a; 
scrollbar-darkshadow-color: #c0c0c0; 
scrollbar-track-color: #e9e9e9; 
scrollbar-arrow-color: #4c4c4c;
border: solid #000000 1px;
}

#pied {
height: 15px;
background-color: #6e6d6d;
font-size: 10px;
color:#ffffff;
background-image: url('images/');
border: solid #000000 0px;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	position: absolute;
	top: 132px;
	left: 10px;
	z-index:100;
	width: 820px; /* pr?cision pour Opera */
	height: 19px;
}

#menu dl {
float: left;
width: 100px;
}

#menu dt {
cursor: pointer;
text-align: center;
font-weight: normal;
background: #6e6d6d;
border: 0px solid black;
margin: 1px;
background-image: url('images/');
}

#menu dd {
display: none;
border: 1px solid black;
}

#menu li {
text-align: center;
background: #6e6d6d;
}

#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: #42567d;
background-image: url('images/');
}

a:link {
color: #000000;
background:transparent;
outline:hidden;
}

a:visited {
color:#6e6d6d;
background:transparent;
}

a:active {
color:#6e6d6d;
background:transparent;
}

p {margin-top:0;}
