/* Orange */

* {padding:0; margin:0}
.dropdown {float:left; text-align:left; padding-right:0px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size:10px; text-shadow: #000000 0 0 0px;}
.dropdown dt {width:130px; border:0px solid #9ac1c9; padding:6px 0 10px 10px; color:#fff; font-weight:normal; text-shadow: #000000 0 0 0px; font-size:12px; cursor:pointer; background:url(../img/puce_orange.png) no-repeat left center; text-align:left; }
.dropdown dt:hover {background:url(img/puce_orange.png);}
.dropdown dd {position:absolute; overflow:hidden; width:146px; display:none; background:#a09575; z-index:200; opacity:0; margin-left:-1px}
.dropdown ul {width:146px; border-left:1px solid #837a60; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#ede4d2; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-shadow: #000000 0 0 0px; text-decoration:none; background:#393f1f; width:144px}
.dropdown a:hover {background:#e3681a color:#000; text-shadow: #000000 0 0 0px;}
.dropdown .underline {border-bottom:1px dotted #766957}

/* Gestion des menus */

#barre_nav .module {
	margin:0 0 10px 0;
	background:transparent;
	}
	
#barre_nav p {
	margin-left:4px;
	}
	
#barre_nav .module .titre{
	margin:0px;
	padding-left:18px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-variant:small-caps;
	color:#776850;
	background:url(../img/tiret_cyan.png) no-repeat center left;
	}
	
#barre_nav .module .soustitre{
	font-size:11px;
	line-height:12px;
	margin-left:4px;
	/*background:url(../img/fleche.png) no-repeat center 20px;*/
	color:#998e7c;
	}
	
#barre_nav a:link {
	color:#776850;
	text-decoration:none;
	}
	
#barre_nav a:visited {
	color:#776850;
	text-decoration:none;
	}
	
#barre_nav a:hover {
	border-bottom: 1px dotted #b0a798;
	}
	
#barre_lien .module {
	padding:8px 0 15px 0;
	background:transparent url(../img/menu_bas.png) repeat-x bottom;
	border-top:1px dotted #cac0b1;
	text-align:center;
	}
	
#barre_lien .module .titre{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
	
#barre_lien .module .soustitre{
	font-size:11px;
	color:#c1d398;
	line-height:14px;
	}
	
#barre_lien a:link, #barre_lien a:visited {
	color:#FFF;
	text-decoration:none;
	}
	
#barre_lien a:hover {
	border-bottom: 1px dotted #a6bb75;
	}
	
#barre_lien .module .soustitre a:link, #barre_lien .module .soustitre a:visited {
	color:#c9dc9c;
	text-decoration:none;
	}
	
#barre_lien .module .soustitre a:hover {
	border-bottom: 0px dotted #a6bb75;
	color:#FFF;
	}
	
#barre_lien .module .soustitre img {
	padding:5px 0 5px 0;
	}
	
a.nobord:link, a.nobord:visited, a.nobord:hover {
border:0 #545d2e;
}