/* Orange */

* {padding:0; margin:0}

#menu {
	background:#FFF;
	height:25px;
	margin:-30px 0 0 2px;
	padding:0;
	position:relative;
	text-align:center;
	width:978px;
	z-index:1000;
	}
	
#corps-page #menu {
	margin:-30px 0 0 2px
	}
	
.dropdown {float:left; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size:10px; text-shadow: #000000 0 0 0px;}
.dropdown dt {border:0px solid #9ac1c9; padding:0px 20px 10px 20px; line-height:26px; color:#4e3b2f; font-weight:normal; text-shadow: #000000 0 0 0px; font-size:12px; cursor:pointer; text-align:center;}
.dropdown dt:hover {}
.dropdown dd {position:absolute; overflow:hidden; width:172px; display:none; background:#555; z-index:200; opacity:0; padding:0; margin-top:-11px}
.dropdown ul {width:172px; list-style:none; border-top:none; margin:0;}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#4e3b2f; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-shadow: #000000 0 0 0px; text-decoration:none; background:#FFF;}
.dropdown a:hover {background:#4e3b2f; color:#FFF; text-shadow: #000000 0 0 0px;}
.dropdown .underline {border-bottom:1px dotted #777}

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