/* ---------- Styles specific to menus ----------- */

/* ---------Definitions menus--------- */

#MenusContainer {
	clear:both;
	/*
	margin: 0;
  	padding: 0;
	top: 0;
	left: 0;
	*/
	background-color: #91acbf;
  	height: 20px;
	border-bottom: 1px solid #ffffff;
	}

#MenusContainer ul {
  	margin: 2px 0 0 0;
  	padding: 1px 10px 0px 30px;
  	text-align: center;
	}

#MenusContainer li {
  	display: inline;
  	/*background-color: #fdf8f2;*/
  	color: #004266;
	padding: 0px 10px 0px 0px;
	}

/* utilise pour le bullet de bg pour entourer le menus */
span.MenusClose {
	font-weight: bold; 
	font-size: 0.80em;
	color: #004266;
	background :  url(../images/layer1_bullets_menus1.gif) no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
	text-transform : uppercase;
	}

span.Menus a {
	font-weight: bold; 
	font-size: 0.80em;
	color: #004266;
	background :  url(../images/layer1_bullets_menus1.gif) no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
	text-transform : uppercase;
	}
span.Menus a:hover {
	font-weight: bold; 
	font-size: 0.80em;
	color: #004266;
	/*background :  url(../images/menu_st.gif) no-repeat center left;*/
	padding-left: 15px;
	text-decoration: underline;
	}

span.MenusSelected a {
	font-weight: bold; 
	font-size: 0.8em;
	color: #004266;
	background :  url(../images/layer1_bullets_menus1.gif) no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
	text-transform : uppercase;
	}
span.MenusSelected a:hover {
	font-weight: bold; 
	font-size: 0.8em;
	color: #004266;
	/*background :  url(../images/layer1_bullets_menus1.gif) no-repeat center left;*/
	padding-left: 15px;
	text-decoration: underline;
	}

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;
	}

/* Level 1 */

.leftboxmenus1 {
  	list-style: disc;
	color: #91acbf;
	/*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: 2px solid rgb(24,26,30);*/
  	padding: 1em 20px 0.2em 0px;
  	font-size:  90%;
	background: url(../images/layer1_menusleftbot_bg.jpg) no-repeat top left; 
	text-align: right;
	}
.leftboxmenus1 li.Menus1Fixed {
  	/*border-bottom: 2px solid rgb(24,26,30);*/
  	padding: 0.4em 20px 0.2em 4px;
  	font-size:  90%;
	background: url(../images/layer1_menusleftbot_bg.jpg) no-repeat top left;
	text-align: right;
	}
.leftboxmenus1 li.Menus1Selected {
  	/*border-bottom: 2px solid rgb(24,26,30);*/
  	padding: 1em 20px 0.2em 0px;
  	font-size:  90%;
	background: url(../images/layer1_menusleftbot_bg.jpg) no-repeat top left;
	text-align: right;
	}
/*.leftboxmenus1 li a:link, #nav li a:visited {
  	text-decoration: none;
  	color: #245185;
  	font-weight: normal;
	}*/

span.Menus1Fixed {
	font-weight: bold;
	color : rgb(75,83,125);
	text-decoration : none;
	padding-left : 0px;
	}

span.Menus1 a {
	font-weight: bold;
	color: rgb(255,255,255);
	/*background:  url(../images/layer1_bullets_menus1.gif) no-repeat center left;*/	
	padding-left: 0px;  /* padding sur le li au lieu d'ici pour aligner texte sur la gauche */
	text-decoration: none;
	text-transform : uppercase;
	}
span.Menus1 a:hover {
	color : #91acbf;
	text-decoration : none;	
	padding-left : 0px;
	}
span.Menus1Selected a {
	font-weight: bold;
	color: rgb(255,255,255);
	/*background:  url(../images/layer1_bullets_menus2_sel.gif) no-repeat center left;*/	
	padding-left: 0px;
	text-decoration: underline;
	text-transform : uppercase;
	}
span.Menus1Selected a:hover {
	color : #91acbf;
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 0px;
	}


/* Level 2 */

.leftboxmenus2 {
  	list-style: none;
	/*list-style-image: url(../images/layer1_bullets_menus1.gif);*/
	/*list-style-position: inside;*/ /* par def outside */
  	margin: 0;
  	padding: 0;
	}
.leftboxmenus2 li.Menus2 {
  	/*border-bottom: 10px solid rgb(75,83,125);*/
  	padding: 0.1em 20px 0.1em 0px;
  	font-size:  90%;
	/*background-color : rgb(255,255,255);*/
	text-align: right;
	}
.leftboxmenus2 li.Menus2Fixed {
  	/*border-bottom: 10px solid rgb(75,83,125);*/
  	padding: 0.4em 20px 0.2em 4px;
  	font-size:  90%;
	/*background-color : rgb(255,255,255);*/
	text-align: right;
	}
.leftboxmenus2 li.Menus2Selected {
  	/*border-bottom: 10px solid rgb(75,83,125);*/
  	padding: 0.4em 20px 0.2em 0px;
  	font-size:  90%;
	/*background-color : rgb(228,127,0);*/
	text-align: right;
	}
/*.leftboxmenus2 li a:link, #nav li a:visited {
  	text-decoration: none;
  	color: #245185;
  	font-weight: normal;
	}*/

span.Menus2Fixed {
	font-weight: bold;
	color : rgb(255,255,255);
	text-decoration : none;
	padding-left : 0px;
	border-bottom: 1px dashed rgb(255,255,255);
	}

span.Menus2 a {
	color : #91acbf;
	font-weight: bold;
	/*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;
	}
span.Menus2 a:hover {
	color : rgb(255,255,255);
	text-decoration : none;	
	padding-left : 0px;
	}
span.Menus2Selected a {
	color : rgb(255,255,255);
	font-weight: bold;
	/*background :  rgb(228,127,0) url(../images/layer1_bullets_menus2_sel.gif) no-repeat center left;*/	
	padding-left : 0px;
	text-decoration : underline;
	}
span.Menus2Selected a:hover {
	color : #91acbf;
	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 {
  	/*border-bottom: 10px solid rgb(75,83,125);*/
  	padding: 0.1em 20px 0.1em 0px;
  	font-size:  70%;
	/*background-color : rgb(255,255,255);*/
	text-align: right;
	}
.leftboxmenus3 li.Menus3Fixed {
  	/*border-bottom: 10px solid rgb(75,83,125);*/
  	padding: 0.1em 20px 0.1em 0px;
  	font-size:  70%;
	/*background-color : rgb(255,255,255);*/
	text-align: right;
	}
.leftboxmenus3 li.Menus3Selected {
  	/*border-bottom: 10px solid rgb(75,83,125);*/
  	padding: 0.1em 20px 0.1em 0px;
  	font-size:  70%;
	/*background-color : rgb(228,127,0);*/
	text-align: right;
	}
/*.leftboxmenus3 li a:link, #nav li a:visited {
  	text-decoration: none;
  	color: #245185;
  	font-weight: normal;
	}*/

span.Menus3Fixed {
	font-weight: bold;
	color : rgb(255,255,255);
	text-decoration : none;
	padding-left : 0px;
	border-bottom: 1px dashed rgb(255,255,255);
	}

span.Menus3 a {
	color : rgb(255,255,255);
	/*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 : #91acbf;
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 0px;
	}
span.Menus3Selected a {
	color : #91acbf;
	/*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(255,255,255);
	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: none;
  	margin: 0;
  	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*/
	background-color : rgb(129,174,248);
	}
.leftboxmenus4 li.Menus4Fixed {
  	border-bottom: 0px solid rgb(0,0,0);
  	padding: 0.3em 0 0.1em 0;
  	/*font-size:  80%;*/
	background-color : rgb(129,174,248);
	}
.leftboxmenus4 li.Menus4Selected {
  	border-bottom: 0px solid rgb(34,39,139);
  	padding: 0.3em 0 0.1em 0;
  	/*font-size:  80%;*/
	background-color : rgb(129,174,248);
	}
/*.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(255,255,255);
	/*background :  rgb(224,224,224) url(../images/menu2_st.gif) no-repeat center left;*/	
	padding-left : 25px;
	text-decoration : none;
	}
span.Menus4 a:hover {
	color : rgb(203,220,252);
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 25px;
	}
span.Menus4Selected a {
	color : rgb(34,39,139);
	/*background :  rgb(224,224,224) url(../images/menu2_st.gif) no-repeat center left;*/	
	padding-left : 25px;
	text-decoration : none;
	}
span.Menus4Selected a:hover {
	color : rgb(203,220,252);
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 25px;
	}




