/* ---------- Styles specific to menus ----------- */

/* ---------Definitions menus--------- */

#MenusContainer {
	clear:both;
	/*margin: 0;
  	padding: 0;
	top:0;
	left:0;*/
	background-color:  rgb(34,39,139);
	/*border-top: 1px solid #b9d2e3;
  	border-bottom: 1px solid #b9d2e3;*/
  	height: 18px;
	}

#MenusContainer ul {
  	margin: 0;
  	padding: 0 10px 0 30px;
  	text-align: left;
	}

#MenusContainer li {
  	display: inline;
  	/*background-color: #fdf8f2;*/
  	color: rgb(255,255,255);
	padding-right: 10px;
	}

span.Menus a {
	font-weight: normal; 
	font-size: 0.8em;
	color: rgb(255,255,255);
	background :  url(../images/menu_st.gif) no-repeat center left;
	padding-left: 15px;
	text-decoration: none;
	text-transform : uppercase;
	}
span.Menus a:hover {
	font-weight: normal; 
	font-size: 0.8em;
	color: rgb(203,220,252);
	background :  url(../images/menu_st.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;
	}


span.MenusSelected a {
	font-weight: bold; 
	font-size: 0.8em;
	color: rgb(255,255,255);
	background :  url(../images/menu_st_sel.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: rgb(203,220,252);
	background :  url(../images/menu_st_sel.gif) no-repeat center left;
	padding-left: 15px;
	text-decoration: underline;
	}

/* 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 {
	margin: 10px 0 0 0;
	padding: 0;
	}
.leftboxmenus1 li.Menus1 a {
	width: 130px;
	display: block;
	border-bottom: 1px dotted rgb(172,181,206);
  	font-size:  80%;
	padding: 2px 5px 2px 15px;
	margin: 0;
	font-weight: bold;
	color : rgb(255,255,255);
	text-decoration : none;
	}
.leftboxmenus1 li.Menus1 a:hover {
	color : rgb(172,181,206);
	}
	
.leftboxmenus1 li.Menus1Selected {
	margin: 10px 0 0 0;
	padding: 0;
	}
.leftboxmenus1 li.Menus1Selected a {
	width: 130px;
	display: block;
	border-bottom: 1px dotted rgb(172,181,206);
  	font-size:  80%;
	padding: 2px 5px 2px 15px;
	margin: 0;
	font-weight: bold;
	color : rgb(172,181,206);
	text-decoration : none;
	}
.leftboxmenus1 li.Menus1Selected a:hover {
	color : rgb(255,255,255);
	}
	
.leftboxmenus1 li.Menus1Fixed {
	width: 130px;
	display: block;
	border-bottom: 1px solid rgb(172,181,206);
  	font-size:  80%;
	padding: 2px 5px 2px 15px;
	margin: 10px 0 0 0;
	font-weight: bold;
	color : rgb(0,0,0);
	text-decoration : none;
	}


/* 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 {
	margin: 0;
	padding: 0;
	}
.leftboxmenus2 li.Menus2 a {
	width: 125px;
	display: block;
  	font-size:  70%;
	padding: 2px 5px 2px 15px;
	background: url(../images/layer1_menu2-bg.gif) no-repeat 0px 3px;
	margin: 0;
	font-weight: normal;
	color : rgb(255,255,255);
	text-decoration : none;
	}
.leftboxmenus2 li.Menus2 a:hover {
	color : rgb(172,181,206);
	}
	
.leftboxmenus2 li.Menus2Selected {
	margin: 0;
	padding: 0;
	}
.leftboxmenus2 li.Menus2Selected a {
	width: 125px;
	display: block;
  	font-size:  70%;
	padding: 2px 5px 2px 15px;
	background: url(../images/layer1_menu2-bg.gif) no-repeat 0px 3px;
	margin: 0;
	font-weight: normal;
	color : rgb(172,181,206);
	text-decoration : none;
	}
.leftboxmenus2 li.Menus2Selected a:hover {
	color: rgb(255,255,255);
	}
	
	
.leftboxmenus2 li.Menus2Fixed {
	width: 125px;
	display: block;
  	font-size:  70%;
	padding: 2px 5px 2px 3px;
	margin: 0;
	font-weight: bold;
	color : rgb(172,181,206);
	text-decoration : none;
	}

/* Level 3 */

.leftboxmenus3 {
  	list-style: none;
	/*list-style-image: url(../images/layer1_bullets_menus1.gif);*/
	/*list-style-position: inside;*/ /* par def outside */
  	margin: 0;
  	padding: 0;
	}
.leftboxmenus3 li.Menus3 {
	margin: 0;
	padding: 0;
	}
.leftboxmenus3 li.Menus3 a {
	width: 115px;
	display: block;
  	font-size:  70%;
	padding: 2px 5px 2px 25px;
	background: url(../images/layer1_menu2-bg.gif) no-repeat 10px 3px;
	margin: 0;
	font-weight: normal;
	color : rgb(255,255,255);
	text-decoration : none;
	}
.leftboxmenus3 li.Menus3 a:hover {
	color : rgb(172,181,206);
	}
	
.leftboxmenus3 li.Menus3Selected {
	margin: 0;
	padding: 0;
	}
.leftboxmenus3 li.Menus3Selected a {
	width: 115px;
	display: block;
  	font-size:  70%;
	padding: 2px 5px 2px 25px;
	background: url(../images/layer1_menu2-bg.gif) no-repeat 10px 3px;
	margin: 0;
	font-weight: normal;
	color : rgb(172,181,206);
	text-decoration : none;
	}
.leftboxmenus3 li.Menus3Selected a:hover {
	color : rgb(255,255,255);
	}
	
	
.leftboxmenus3 li.Menus3Fixed {
	width: 125px;
	display: block;
	border-bottom: 1px solid rgb(224,224,224);
  	font-size:  70%;
	padding: 2px 5px 2px 30px;
	/*background: rgb(204,204,204) url(../images/site-menu2-bg.gif) no-repeat 15px 0px;*/
	background-color: rgb(224,224,224);
	margin: 0;
	font-weight: bold;
	color : rgb(0,0,0);
	text-decoration : none;
	}


/* Level 4 */

.leftboxmenus4 {
  	list-style: none;
	/*list-style-image: url(../images/layer1_bullets_menus1.gif);*/
	/*list-style-position: inside;*/ /* par def outside */
  	margin: 0;
  	padding: 0;
	}
.leftboxmenus4 li.Menus4 {
	margin: 0;
	padding: 0;
	}
.leftboxmenus4 li.Menus4 a {
	width: 100px;
	display: block;
  	font-size:  70%;
	padding: 2px 5px 2px 40px;
	background: url(../images/layer1_menu2-bg.gif) no-repeat 25px 3px;
	margin: 0;
	font-weight: normal;
	color : rgb(255,255,255);
	text-decoration : none;
	}
.leftboxmenus4 li.Menus4 a:hover {
	color : rgb(172,181,206);
	}
	
.leftboxmenus4 li.Menus4Selected {
	margin: 0;
	padding: 0;
	}
.leftboxmenus4 li.Menus4Selected a {
	width: 100px;
	display: block;
  	font-size:  70%;
	padding: 2px 5px 2px 40px;
	background: url(../images/layer1_menu2-bg.gif) no-repeat 25px 3px;
	margin: 0;
	font-weight: normal;
	color : rgb(172,181,206);
	text-decoration : none;
	}
.leftboxmenus4 li.Menus4Selected a:hover {
	color : rgb(255,255,255);
	}
	
	
.leftboxmenus4 li.Menus4Fixed {
	width: 115px;
	display: block;
	border-bottom: 1px solid rgb(224,224,224);
  	font-size:  70%;
	padding: 2px 5px 2px 40px;
	/*background: rgb(204,204,204) url(../images/site-menu2-bg.gif) no-repeat 15px 0px;*/
	background-color: rgb(224,224,224);
	margin: 0;
	font-weight: bold;
	color : rgb(0,0,0);
	text-decoration : none;
	}




