body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#fff;
}
#nav {
	width:780px;
	height:50px;
	background:#51473d;
	float: left;
}
#logoMenu {
	float: left;
}
#HeadTop {
	width:100%;
	height:11px;
	background:#3e362f;
	border-bottom-style:solid;
	border-bottom-color: #5c5349;
	border-bottom-width: 1px;
}
#navLiensTop {
	width:780px;
	height:40px;
	margin: auto;
	background-color:#51473d;
	background-repeat: no-repeat;
	padding-top: 15px;
}
#navLiensBottom {
	width:780px;
	height:54px;
	margin: left;
	margin-top: 5px;
}
.boutonTop a {
	border-left: 1px solid #eae7d2;
    color:#ff9300; 
    width:80px; 
    height:12px; 
    text-align:left; 
    float:right; 
    text-decoration:none; 
	font-family: Arial, Helvetica, sans-serif;
    font-size:10px; 
    line-height:11px; 
    overflow:hidden;
 }
.boutonTop a:hover {
    cursor:pointer;
    color:#eae7d2; 
 }
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position:absolute;
width: 780px; /* correction pour Opera */
}
#menu dl {
	float: left;
	width: 85px;
	cursor: pointer;
	margin-right:1px;
}
#menu dt a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:28px;
	color:#eae7d2;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu dt a {
	background-image: url(img/fond_over.png);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:28px;
	text-decoration:none;
}
#menu dt a.actif {
	background-image: url(img/fond_actif.png);
	text-align: center;
	color:#51473d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:28px;
	text-decoration:none;
}
#menu dt a:hover {
	background-image: url(img/fond_on.png);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:28px;
	text-decoration:none;
}
#menu dd {
	display: none;
	border: 1px solid #51473d;
}
#menu li {
	font-size:10px;
	text-align: center;
    background:#6d645a;   
}
#menu li a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	color:#eae7d2;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus {
    background:#928579;
}
#site {
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000;
	background-color: #ddd;
	padding: 5px;
	border: 1px solid gray; 
}
