/* 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:175px; border:0px solid #9ac1c9; padding:0px; color:#4b3a2c; font-weight:normal; text-shadow: #000000 0 0 0px; font-size:12px; cursor:pointer; background:url(images/header.gif); text-align:center;}
.dropdown dt:hover {background:url(img/bd_menu.png);}
.dropdown dd {position:absolute; overflow:hidden; width:175px; display:none; z-index:200; opacity:0; margin-top:35px;/margin-top:0px}
.dropdown ul {width:175px; border:0px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#eee; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-shadow: #000000 0 0 0px; text-decoration:none; background:#292929; width:175px}
.dropdown a:hover {background:#9f022d; color:#FFF; text-shadow: #000000 0 0 0px;}
.dropdown .underline {border-bottom:1px dotted #aaa}

/* 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 p{
	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 p a:link, #barre_lien .module p a:visited {
	color:#c9dc9c;
	text-decoration:none;
	}
	
#barre_lien .module p a:hover {
	border-bottom: 0px dotted #a6bb75;
	color:#FFF;
	}
	
#barre_lien .module p img {
	padding:5px 0 5px 0;
	}
	
a.nobord:link, a.nobord:visited, a.nobord:hover {
border:0 #545d2e;
}
