@charset "utf-8";
/* CSS Document */

#menu_text {margin: 0; margin-left: -55px; padding: 8px 6px 0;line-height: 100%;}
#menu_text  li {margin: 0 1px; padding: 0 0 6px; float: left; position: relative;list-style: none;}


#menu_text a {font-weight: bold; color: #e7e5e5; text-decoration: none; display: block; padding: 8px 20px; margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);}
	
#menu_text a:hover {background: #000; color: #fff;}

/* main level link hover#menu_text .current a,  */
#menu_text li:hover > a {
	background-color:#060;
	color: #fff;
	/*-moz-border-radius: 10px;*/
	}

/* sub levels link hover */
#menu_text ul li:hover a, #menu_text li:hover li a {background: none;border: none; color:#fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;}
#menu_text ul a:hover {
background:#060 !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;}

/* dropdown */
#menu_text li:hover > ul {display: block;}

/* level 2 list */
#menu_text ul {display: none;margin: 0;padding: 0;width: 185px;position: absolute;top: 35px;left: 0;
	/*background: #ddd url(../images/gradient.png) repeat-x 0 0;*/
	background-color:#0c812e;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity:0.9;
	z-index:99999}
	
#menu_text ul li {float: none; margin: 0;padding: 0;}

.separation{border-bottom:1px dotted #fff}
#menu_text ul a {font-weight: normal; /*text-shadow: 0 1px 0 #fff;*/ color:#fff;}

/* level 3+ list */
#menu_text ul ul {left: 181px; top: -3px;}

/* rounded corners of first and last link */
#menu_text ul li:first-child > a {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius:4px;
}
#menu_text ul li:last-child > a {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.haut_lien{
float:right;
margin-top:5px;}

.haut_lien a{
text-decoration:none;
color: #e7e5e5;
font-size:13px;
font-style:italic;

text-shadow: 0 1px 1px rgba(0,0,0, .3);}

.haut_lien a:hover{
text-decoration:underline;
color:#fff;}
/* clearfix 
#menu_text:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
#menu_text {display: inline-block;} */