/* Orange */

* {padding:0; margin:0}
.dropdown {float:left; text-align:left; padding-right:0px; font-family:Arial, "Times New Roman", Times, serif; font-weight:normal; font-size:10px; text-shadow: #000000 0 0 0px;}
.dropdown dt {border:0px solid #9ac1c9; padding:6px 15px 10px 15px; margin-left:5px; 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 dd {position:absolute; overflow:hidden; width:250px; display:none; background:url(../img/menu-fond.png) bottom; z-index:200; opacity:0; margin-top:-1px}
.dropdown ul {width:250px; list-style:none; padding-bottom:15px}

.dropdown .underline {border-bottom:1px dotted #444}

/* Personnalisation */

#un-ddheader {
	background:url(../img/menu-1.png) no-repeat left 10px;
	}
	
#deux-ddheader {
	background:url(../img/menu-2.png) no-repeat left 10px;
	}
	
#trois-ddheader {
	background:url(../img/menu-3.png) no-repeat left 10px;
	}
	
#quatre-ddheader {
	background:url(../img/menu-4.png) no-repeat left 10px;
	}
	
#cinq-ddheader {
	background:url(../img/menu-5.png) no-repeat left 10px;
	}
	
.dropdown dd a {
	color:#FFF;
	display:block;
	font-size:11px;
	width:219px;
	margin:0 5px 0 5px;
	padding:6px 0 6px 20px;
	text-decoration:none;
	}
	
#un-ddcontent a{
	background:url(../img/menu-1.png) no-repeat 6px 10px #0E1204;
	}
	
#un-ddcontent a:hover {
	background:url(../img/menu-1.png) no-repeat 6px 10px #565b1b;
	}
	
#deux-ddcontent a{
	background:url(../img/menu-2.png) no-repeat 6px 10px #0E1204;
	}
	
#deux-ddcontent a:hover {
	background:url(../img/menu-2.png) no-repeat 6px 10px #583c1b;
	}
	
#trois-ddcontent a{
	background:url(../img/menu-3.png) no-repeat 6px 10px #0E1204;
	}
	
#trois-ddcontent a:hover {
	background:url(../img/menu-3.png) no-repeat 6px 10px #541f5c;
	}
	
#quatre-ddcontent a{
	background:url(../img/menu-4.png) no-repeat 6px 10px #0E1204;
	}
	
#quatre-ddcontent a:hover {
	background:url(../img/menu-4.png) no-repeat 6px 10px #6f2921;
	}
	
#cinq-ddcontent a{
	background:url(../img/menu-5.png) no-repeat 6px 10px #0E1204;
	}
	
#cinq-ddcontent a:hover {
	background:url(../img/menu-5.png) no-repeat 6px 10px #305a56;
	}
	


/* 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;
}