* {
margin:0;
padding:0;
}

body{
font-family:Tahoma;
font-size:12px;
background-color:#6c6562;
}

a:link {color: #ff7d00; text-decoration:none;}
 a:visited {color:#ff7d00; text-decoration:none;}
 a:hover {color:#ff7d00; text-decoration:underline;}
 
 #flash{
 margin-top:5%;
 }
 
#all {
margin-top:10px;
margin-left:auto;
margin-right:auto;
width:804px;

}

#header {
background-image: url(../images/header.jpg);
width:804px;
height:112px;

}

#contenu_centre {
background-image: url(../images/fond_milieu.jpg) ;
background-repeat: repeat-y;
padding-left:10px;
}

#footer{
background-image: url(../images/footer.jpg);
width:804px;
height:18px;
}

#centre {
margin-left:auto;
margin-right:auto;
width:757px;
padding-top:10px;
}

#haut_centre {
background-image: url(../images/haut_centre.jpg);
width:757px;
height:15px;
}

#milieu_centre {
background-image: url(../images/milieu_centre.jpg) ;
background-repeat: repeat-y;
width:757px;
padding-left:10px;
}

#footer_centre{
background-image: url(../images/bas_centre.jpg);
width:757px;
height:15px;
}

#gauche {
padding-left:50px;
float:left;
width:400px;
}

#droite{
float:right;
width:295px;
padding-right:10px;
}

#nav {
background-image: url(../images/fond_milieu.jpg) ;
background-repeat: repeat-y;
list-style: none;
margin-left:auto;
margin-right:auto;
margin-left:29px;
}

 #nav ul {
   
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	

}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
}



#nav li {
	float: left;
	padding: 0;
    display:block;
	text-align:center;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}


