/* ---------- Styles specific to menus ----------- */

/* ---------Definitions menus--------- */

#MenusContainer {
	clear:both;
	margin: 0;
  	padding: 0;
	/*top:0;
	left:0;*/
	background-color:  rgb(255,255,255);
	/*border-top: 1px solid #b9d2e3;
  	border-bottom: 1px solid #b9d2e3;*/
  	height: 18px;
	vertical-align: top;
	}

#MenusContainer ul {
  	margin: 0;
  	padding: 0 10px 0 10px;
  	text-align: center;
	vertical-align: top;
	}

#MenusContainer li {
	margin:0;
  	display: inline;
  	/*background-color: #fdf8f2;*/
  	color: rgb(255,255,255);
	vertical-align: top;
	padding-top: 0px;
	padding-right: 2px;
	}
/*
span.MenusFill  {
	margin: 0;
	padding: 0px 5px 0px 0px;
	font-weight: normal; 
	font-size: 0.9em;
	color: rgb(255,255,255);
	background :  rgb(238,26,44) url(../images/menu_st-left.gif) no-repeat center left;
	text-decoration: none;
	height: 16px;
	width: 11px;
	}
*/
span.Menus  {
	margin: 0;
	padding: 0px 0px 0px 8px;
	background :  rgb(239,46,36) url(../images/menu_st-left.gif) no-repeat bottom left;
	text-decoration: none;
	height: 16px;
	}

span.Menus a {
	font-weight: normal; 
	font-size: 0.9em;
	color: rgb(255,255,255);
	background :  rgb(239,46,36) url(../images/menu_st-right.gif) no-repeat bottom right;
	padding-right: 8px;
	text-decoration: none;
	height: 16px;
	border-top: 1px solid rgb(239,46,36);  /* il faut mettre un border sinon un espace de 1px blanc */
	/*text-transform : uppercase;*/
	}
span.Menus a:hover {
	font-weight: normal; 
	font-size: 0.9em;
	color: rgb(87,74,72);
	background :  rgb(239,46,36) url(../images/menu_st-right.gif) no-repeat bottom right;
	padding-right: 8px;
	text-decoration: underline;
	height: 16px;
	}

ul.navlangues {
	float: right;
  	margin: 0;
  	padding: 0 10px 0 30px;
  	text-align: right;
	width: 200px;
	}

ul.navlangues li {
  	display: inline;
	font-size: 80%;
  	/*background-color: #fdf8f2;*/
  	color: rgb(34,39,139);
	padding: 0px;
	}

span.MenusLangues a {
	font-weight: normal; 
	font-size: 0.8em;
	color: rgb(249,113,3);
	/*background :  url(../images/menu_st.gif) no-repeat center left;*/
	padding: 3px 2px;
	text-decoration: none;
	text-transform: uppercase;
	}
span.MenusLangues a:hover {
	color: rgb(34,39,139);
	text-decoration: underline;
	}

span.MenusSelected {
	margin: 0;
	padding: 0px 0px 0px 8px;
	background :  rgb(155,155,155) url(../images/menu_st-left_sel.gif) no-repeat bottom left;
	text-decoration: none;
	height: 16px;
	}

span.MenusSelected a {
	font-weight: normal; 
	font-size: 0.9em;
	color: rgb(255,255,255);
	background :  rgb(155,155,155) url(../images/menu_st-right_sel.gif) no-repeat bottom right;
	padding-right: 8px;
	text-decoration: none;
	height: 16px;
	border-top: 1px solid rgb(155,155,155);  
	/*text-transform : uppercase;*/
	}
span.MenusSelected a:hover {
	font-weight: normal; 
	font-size: 0.9em;
	color: rgb(87,74,72);
	background :  rgb(155,155,155) url(../images/menu_st-right_sel.gif) no-repeat bottom right;
	padding-right: 8px;
	text-decoration: underline;
	height: 16px;
	}

/* Level 1 (utilisé si menus de niv 1 sur la gauche) */

.leftboxmenus1 {
  	list-style: none;
	/*list-style-image: url(../images/layer1_bullets_menus1.gif);*/
	/*list-style-position: inside;*/ /* par def outside */
  	margin: 0;
  	padding: 0;
	}
.leftboxmenus1 li.Menus1 {
  	border-bottom: 10px solid rgb(75,83,125);
  	padding: 0.4em 0 0.2em 0px;
  	font-size:  90%;
	background-color : rgb(255,255,255);
	}
.leftboxmenus1 li.Menus1Fixed {
  	border-bottom: 10px solid rgb(75,83,125);
  	padding: 0.4em 0 0.2em 4px;
  	font-size:  90%;
	background-color : rgb(255,255,255);
	}
.leftboxmenus1 li.Menus1Selected {
  	border-bottom: 10px solid rgb(75,83,125);
  	padding: 0.4em 0 0.2em 0px;
  	font-size:  90%;
	background-color : rgb(228,127,0);
	}
/*.leftboxmenus1 li a:link, #nav li a:visited {
  	text-decoration: none;
  	color: #245185;
  	font-weight: normal;
	}*/

.Menus1Fixed {
	font-weight: bold;
	color : rgb(75,83,125);
	text-decoration : none;
	padding-left : 0px;
	}

.Menus1 a {
	color : rgb(75,83,125);
	background :  rgb(255,255,255) url(../images/layer1_bullets_menus1.gif) no-repeat center left;	
	padding-left : 10px;  /* padding sur le li au lieu d'ici pour aligner texte sur la gauche */
	text-decoration : none;
	}
.Menus1 a:hover {
	color : rgb(228,127,0);
	text-decoration : none;	
	padding-left : 10px;
	}
.Menus1Selected a {
	color : rgb(255,255,255);
	background :  rgb(228,127,0) url(../images/layer1_bullets_menus2_sel.gif) no-repeat center left;	
	padding-left : 10px;
	text-decoration : none;
	}
.Menus1Selected a:hover {
	color : rgb(75,83,125);
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 10px;
	}


/* Level 2 */

.leftboxmenus2 {
  	list-style: none;
	/*list-style-position: inside;*/ /* par def outside */
  	margin: 0;
  	padding:  0;
	border:0px solid black;
	}
.leftboxmenus2 li.Menus2 {
  	border-top: 6px solid rgb(231,231,233);
  	padding: 3px 1px 0.1em 10px;
  	font-size:  90%;
	background :  url(../images/layer1_menu2-bg.gif) no-repeat top left;
	height: 21px;
	}
.leftboxmenus2 li.Menus2TwoLines {
  	border-top: 6px solid rgb(231,231,233);
  	padding: 6px 1px 0.1em 10px;
  	font-size:  90%;
	background :  url(../images/layer1_menu2-bg-2lines.gif) no-repeat top left;
	height: 42px;
	}
.leftboxmenus2 li.Menus2Fixed {
	margin-top: 5px;
  	border-top: 6px solid rgb(231,231,233);
	padding: 3px 1px 0.1em 10px;
  	font-size:  100%;
	background-color : rgb(87,74,72);
	/*text-align: center;*/
	background :  url(../images/layer1_menu2-bg-fixed.gif) no-repeat top left;
	height: 21px;
	}
.leftboxmenus2 li.Menus2Selected {
  	border-top: 6px solid rgb(231,231,233);
  	padding: 3px 1px 0.1em 10px;
  	font-size:  90%;
	background :  url(../images/layer1_menu2-bg.gif) no-repeat top left;
	height: 21px;
	}
.leftboxmenus2 li.Menus2SelectedTwoLines {
  	border-top: 6px solid rgb(231,231,233);
  	padding: 6px 1px 0.1em 10px;
  	font-size:  90%;
	background :  url(../images/layer1_menu2-bg-2lines.gif) no-repeat top left;
	height: 42px;
	}
/*.leftboxmenus2 li a:link, #nav li a:visited {
  	text-decoration: none;
  	color: #245185;
  	font-weight: normal;
	}*/

span.Menus2Fixed {
	font-weight: bold;
	/*color : rgb(87,74,72);*/
	color : rgb(255,255,255);
	text-decoration : none;
	padding-left : 0px;
	}

p.Menus2 a {
	margin: 0;
	color : rgb(255,255,255);
	/*background :  rgb(224,224,224) url(../images/menu2_st.gif) no-repeat center left;*/	
	padding: 5px 0 0 0;  /* padding sur le li au lieu d'ici pour aligner texte sur la gauche */
	text-decoration : none;
	}
p.Menus2 a:hover {
	color : rgb(87,74,72);
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding: 5px 0 0 0;  
	}

span.Menus2 a {
	color : rgb(255,255,255);
	/*background :  rgb(224,224,224) url(../images/menu2_st.gif) no-repeat center left;*/	
	padding-left : 0px;  /* padding sur le li au lieu d'ici pour aligner texte sur la gauche */
	height:21px;
	text-decoration : none;
	}
span.Menus2 a:hover {
	color : rgb(87,74,72);
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 0px;
	}
span.Menus2Selected a {
	color : rgb(255,255,255);
	font-weight: bold;
	/*background :  rgb(224,224,224) url(../images/menu2_st.gif) no-repeat center left;*/	
	padding-left : 0px;
	height:21px;
	text-decoration : none;
	}
span.Menus2Selected a:hover {
	color : rgb(87,74,72);
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 0px;
	}


/* Level 3 */

.leftboxmenus3 {
  	list-style: none;
  	margin: 0;
  	padding:  0;
	}
.leftboxmenus3 li.Menus3 {
	margin: 0;
  	border-bottom: 0px solid #b9d2e3;
  	padding: 0.3em 0 0.1em 5px;
  	font-size:  90%;
	}
.leftboxmenus3 li.Menus3Fixed {
  	border-bottom: 0px solid rgb(0,0,0);
  	padding: 0.3em 0 0.1em 5px;
  	font-size:  90%;
	}
.leftboxmenus3 li.Menus3Selected {
  	border-bottom: 0px solid rgb(34,39,139);
  	padding: 0.3em 0 0.1em 5px;
  	font-size:  90%;
	}
/*.leftboxmenus3 li a:link, #nav li a:visited {
  	text-decoration: none;
  	color: #245185;
  	font-weight: normal;
	}*/

span.Menus3Fixed {
	font-weight: bold;
	color : rgb(87,74,72);
	text-decoration : none;
	padding-left : 0px;
	}

span.Menus3 a {
	color : rgb(87,74,72);
	/*background :  rgb(224,224,224) url(../images/menu2_st.gif) no-repeat center left;*/	
	padding-left : 0px;
	text-decoration : none;
	}
span.Menus3 a:hover {
	color : rgb(239,46,36);
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 0px;
	}
span.Menus3Selected a {
	font-weight: bold;
	color : rgb(87,74,72);
	/*background :  rgb(224,224,224) url(../images/menu2_st.gif) no-repeat center left;*/	
	padding-left : 0px;
	text-decoration : none;
	}
span.Menus3Selected a:hover {
	color : rgb(239,46,36);
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 0px;
	}


/* Level 4 */

.leftboxmenus4 {
  	list-style: disc;
  	margin: 0 10px 0 30px;
  	padding:  0;
	}
.leftboxmenus4 li.Menus4 {
  	border-bottom: 0px solid #b9d2e3;
  	padding: 0.3em 0 0.1em 0;
  	font-size:  80%; /* car 80% par rapport au 3*/
	}
.leftboxmenus4 li.Menus4Fixed {
  	border-bottom: 0px solid rgb(0,0,0);
  	padding: 0.3em 0 0.1em 0;
  	font-size:  80%;
	}
.leftboxmenus4 li.Menus4Selected {
  	border-bottom: 0px solid rgb(34,39,139);
  	padding: 0.3em 0 0.1em 0;
  	font-size:  80%;
	}
/*.leftboxmenus4 li a:link, #nav li a:visited {
  	text-decoration: none;
  	color: #245185;
  	font-weight: normal;
	}*/

span.Menus4Fixed {
	color : rgb(255,0,0);
	text-decoration : none;
	padding-left : 25px;
	}

span.Menus4 a {
	color : rgb(87,74,72);
	/*background :  rgb(224,224,224) url(../images/menu2_st.gif) no-repeat center left;*/	
	padding-left : 0px;
	text-decoration : none;
	}
span.Menus4 a:hover {
	color : rgb(239,46,36);
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 0px;
	}
span.Menus4Selected a {
	font-weight: bold;
	color : rgb(87,74,72);
	/*background :  rgb(224,224,224) url(../images/menu2_st.gif) no-repeat center left;*/	
	padding-left : 0px;
	text-decoration : none;
	}
span.Menus4Selected a:hover {
	color : rgb(239,46,36);
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 0px;
	}



