/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	
	font-style: italic;
	
	font-weight: bold;
	scrollbar-face-color: #333330;
scrollbar-shadow-color: #33333;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #333333;
scrollbar-arrow-color: #000000;
background-color:#333333;

}
.conteneur { /*le conteneur global du site, qui sera centré */
position: relative;
width: 980px;
margin: 0 auto; 

background-image: url(images/carbonne.gif);
}

.header {
	height: 180px;
	background-image: url(images/BANDEAUMECA682.gif);
	background-repeat: no-repeat;
 
}
.sommaire {
	position: absolute;
	left:0;
	width: 155px;
	height: 550px;
	background-image: url(images/carbonne.gif);
	

}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	top: 4em;
	left: 1em;
	width: 125px;
	height: 199px;
}

#menu dt {
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	margin: 2px 0;
	text-align: center;
	font-weight: bold;
	background-image: url(images/bouton.gif);
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 8em;
	margin-top: -1.4em;
	width: 140px;
	border: 1px solid gray;
	background-color: #333333;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 10px;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
	color: #FFFF00;
	text-decoration: none;
	display: block;
}

#menu li a:hover {
text-decoration: underline;
}


#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
.Style1 {color: #0000FF}

.frame {
	text-align:left;
	margin-left: 155px;
	width: auto;
	height: 550px;
	background-color:whithe;
	overflow: auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
}
.footer {
	height: 20px;
	font-style:normal;
	text-align:center;
	background-image: url(images/carbonne.gif);

}
