/* menuder.css */
#env_nav_pied {
	margin:0 auto;
	padding:0;
	width:1000px;
	min-height:60px;
	overflow: hidden;
}

#nav_pied {
	margin:0 16%;
	padding:0;
	width:1000px;
	overflow: hidden;
}

.pied,
.pied ul {width:99%;margin:0 auto; padding: 0; background-color: #fff; list-style: none; text-align: left; font-size:9px;}

.pied a { width: auto; padding: .25em 2em;}

.pied li:last-child a { width: auto; padding: .25em 0em .25em 2em;}

.pied  li { float: left; position:relative;width: auto; padding: 20px 0px; margin:0px;background-image:url(/IMG/parenthese_ouverte_petite_bleu.gif); background-repeat: no-repeat; background-color: transparent; background-position: 0px 15px;}

.pied li:hover, .pied li.hover {background-image:url(/IMG/parenthese_ouverte_petite_rouge.gif); background-repeat: no-repeat; background-color: transparent; background-position: 0px 15px;text-decoration:underline;color:#39c;}

#nav_pied .pied li.li_on {background-image:url(/IMG/parenthese_ouverte_petite_rouge.gif); background-repeat: no-repeat; background-color: transparent; background-position: 0px 15px;text-decoration:underline;color:#39c;}

.pied .on {color:#39c;}



/* end */