/* CSS */
body {
	width:800px;
	margin: 0 auto;
	position: relative;
	font: 80% "Century Gothic";
	background:#998675;
}
dl, dt, dd, ul, li {
margin: 0;
padding : 0;
list-style-type: none;
}
#menu {
	position:absolute;
	top: 0px;
	font: 16px "Century Gothic";
	width: 100%;
	z-index: 1;
}
#menu dl {
float: left;
width: 160px;
height:30px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color:#FFFFFF;
	background: #fbb03b;
	border: 1px solid #fbb03b;	
}
#menu dd {
	
}
#menu li {
text-align: center;

}
#menu li a {
color: #003366;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;

}
#menu dt a{color: #ffffff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover {
	
	color:#fbb03b;
}
#menu dt a:hover {
	color:#003366;
	background: #fbb03b;
}
/** affichage du ssous menu à gauche**/
#menu_gauche {
	position:absolute;
	top: 86px;
	left: 16px;
	width: 174px;
	z-index: 1;
	
}
#menu_gauche dl {
float: left;
width: 12em;
height:30px;
}
#menu_gauche li a {
color: #003366;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;

}
#menu_gauche li {
	text-align: left;
	
}
#menu_gauche li a:hover {
	
	color:#FF9900;
}
/** affichage du site **/
#site {
	position: relative;
	top : 0px;
	height: 800px;
	background-color:#998675;
	border:1px solid #333333;
	width: 100%;
}
#imagelogo {
	position:absolute;
	z-index: 2;
	top: 0px;
	left: 1px;
}
#logo {
	z-index:2;
	position:absolute;
	left: 193px;
	top: 160px;
	
}
#content{
	position:relative;
	width:100%;
	top: 210px;
	background-color:;
}
#content_top {
	position:absolute;
	left:1px;
	width:798px;
	top: 33px;
	z-index: 0;
}
#content_main{
	position:absolute;
	width:100%;
	top: 24px;
	height:auto;
	z-index: 1;
	left: 0px;
	background-color: #c7b299;
}
#footer{
	position:absolute;
	width:799px;
	background-color: #998675;
	left: 1px;
	top: 572px;
}

a {text-decoration: none;
color: white;
color: #fff;
}
.li {list-style-image:url(images/puce.gif);}
