/* CSS Document */

 
body {
	margin: 0;
	padding: 0;
	background: black;
	font-size: 12px;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute; /* placement du menu */
	top: 205px;
	left: 143;
	z-index:500;
	width: 721px;
	height: 18px;
	background-color: #000000;
}
#menu dl {
float: left;
width: 10em;
color:#FFFFFF;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
border: 0px solid;
margin: 0px;
}
#menu dd {
display: none;
border: 0px solid;
background-color: #000000;
}
#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 li a:focus, #menu dt a:hover, #menu dt a:focus {
	background-color: #999999;
}
#site {
position: absolute;
z-index: 1;
top : 40px;
left : 5px;
color: #3366CC;
background-color: #FFFFFF;
padding: 2,5px;
border: 1px solid; 
}
/*
.comite {
	background-color: #B0DFEB;
	color:#ffffff;
} *//* CSS Document */
