#menu,#sousmenu {list-style-type:none;
	margin:0px;
	padding: 0px;
	
}



#menu {float:right;
}

#menu li {float:left;
text-align:center;
padding-top:8px;
height:24px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-weight:500;
}



#accueil {
	width:70px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color:#dfa94c;
}




#terres_colorantes {	width:170px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width:1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style:solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color:#000000;
	background-color:#af7645;}

#cahiers {width:240px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width:1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style:solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color:#000000;
	background-color:#b04932;}
	
	
#adresses {width:160px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width:1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style:solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color:#000000;
	background-color:#ce9a54;}
	

#couleurs_locales {width:135px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width:1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style:solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color:#000000;
	background-color:#939a73;}
	
	
#contact {width:120px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width:1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style:solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color:#000000;
	background-color:#a48348;}
	
#menu li:hover {background-color:#312922; color:#FFFFFF;
}

#menu li:hover a {color:#FFFFFF;}
	
	
/*DEBUT DU MENU DEROULANT*/


#terres_colorantes {
position:relative;
}

#sousmenu
{
position: absolute;
top:33px;
left:-1px;
display: none;

}

#terres_colorantes:hover #sousmenu
{
display:block;
}

#menu #sousmenu li {width:170px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width:1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style:solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color:#000000;
	background-color:#af7645;;}
	
#menu #sousmenu a {color:#000000;}

#menu #sousmenu li:hover {background-color:#312922; color:#FFFFFF;
}

#menu #sousmenu li:hover a {color:#FFFFFF;}
/*FIN DU MENU DEROULANT*/


