/* ---------- Styles specific to menus ----------- */

/* ---------Definitions menus--------- */

#MenusContainer {
	clear:both;
	position:absolute;
	top:2px;
	margin: 0;
	padding-left:10px;
	padding-right:0px;
	width: 776px;
	text-align:right;
	/*height: 27px;*/
	/*background:url(../images/background_bottom_header.jpg) repeat-x top left;*/
	}

#MenusContainer ul {
	border: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	margin-left: inherit;
	margin: 0;
	background-color: #fff;
	}

#MenusContainer ul li.Menus {
	display: block;
	float: left;
	text-align: center;
	}

#MenusContainer ul li.Menus a {
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 20px;
	font-weight: normal;
	font-size: 0.8em;
	color: rgb(40,112,188);
	width: 140px;
	text-align: center;
	margin: 0;
	padding:2px 7px 0px 7px;
	border:0px solid red;
	}
	
#MenusContainer ul li.Menus a:hover {
	color: rgb(140,200,255);
	/*background-color: rgb(54,54,54);*/
	background:url(../images/icon_header.jpg) no-repeat 70px 18px ;
	}
		
#MenusContainer ul li.Langues {
	display: block;
	float: left;
	text-align: center;
	padding-left:0px;
	}

#MenusContainer ul li.Langues a {
	text-decoration: none;
	display: block;
	height: 27px;
	line-height: 20px;
	font-weight: bold;
	font-size: 0.7em;
	color: rgb(40,112,188);
	width: 90px;
	text-align: center;
	margin: 0;
	padding:2px 20px 0px 0px;
	}
	
#MenusContainer ul li.Langues a:hover {
	color: rgb(91,159,200);
	/*background:url(../images/icon_header.jpg) no-repeat 56px 18px;*/
	}
	
#MenusContainer ul li.MenusSelected {
	display: block;
	float: left;
	text-align: center;
	}

#MenusContainer ul li.MenusSelected a {
	text-decoration: none;
	display: block;
	height: 25px;
	line-height: 20px;
	font-weight: normal;
	font-size: 0.8em;
	color: rgb(255,255,255);
	width: 140px;
	text-align: center;
	margin: 0;
	padding-top:2px;
	padding-left: 7px;
	padding-right: 7px;
	background:url(../images/icon_header.jpg) no-repeat 70px 18px ;
	}
	
#MenusContainer ul li.MenusSelected a:hover {
	color: rgb(255,255,255);
	/*background-color: rgb(54,54,54);*/
	background:url(../images/icon_header.jpg) no-repeat 70px 18px ;
	}

/* Level 1 (utilisé si menus de niv 1 sur la gauche) */

.leftmenusContainer1 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
	width: 163px;
	/*background: url(../images/boxArrondieTop.jpg) no-repeat top center;*/
	}
	
.leftmenusContainer2 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 11px 0px;
	width: 163px;
	/*background: url(../images/boxArrondieBottom.jpg) no-repeat bottom center;*/
	}
	
.leftmenusContainer3 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 163px;
	/*background: url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;*/
	}

.leftboxmenus1 {/*dessous boite arrondie*/
  	list-style: none;
	/*list-style-image: url(../images/layer1_bullets_menus1.gif);*/
	/*list-style-position: inside;*/ /* par def outside */
  	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
  	/*padding-bottom: 11px;
	background:url(../images/boxArrondieBottom.jpg) no-repeat bottom center;
	background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;*/
	}
.leftboxmenus1 li.Menus1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	}
.leftboxmenus1 li.Menus1 a {
	width: 133px;
	display: block;
	border-bottom: 0px solid rgb(0,0,0);
  	font-size:  70%; /*taile du menu principale*/
	padding: 10px 0px 5px 30px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	color : rgb(255,255,255);
	text-decoration : none;
	background:url(../images/icon-menu.jpg) no-repeat 5px 5px;
	}
/*_________taile du menu principale__________*/
.leftboxmenus1 li.Menus1 a:hover {
	/*background:url(../images/puce_box_left.jpg) no-repeat 8px 9px;*/ /*Image de la puce+fond de menu */
	/*background:url(../images/backgroundFooter.jpg) repeat-x top left;*/
	color:rgb(140,200,255);
	text-decoration:underline;
	}
	
.leftboxmenus1 li.Menus1Selected {
	margin: 0;
	padding: 0;
	}
/*__________menu de gauche à l'etat cliqué_____________*/
.leftboxmenus1 li.Menus1Selected a {
	width: 133px;
	display: block;
	border-bottom: 0px solid rgb(224,224,224);
  	font-size:  70%;
	font-weight: normal;
	color : rgb(255,255,255);
	padding: 10px 0px 5px 30px;
	margin: 0px 0px 0px 0px;
	text-decoration : none;
	background:url(../images/icon-menu.jpg) no-repeat 5px 5px;
	/*background:url(../images/puce_box_left.jpg) no-repeat 8px 9px;*/
	}
.leftboxmenus1 li.Menus1Selected a:hover {
	/*background:url(../images/backgroundFooter.jpg) repeat-x top left;*/
	color:rgb(140,200,255);
	text-decoration:underline;
	}
	
.leftboxmenus1 li.Menus1Fixed {
	width: 143px;
	display: block;
	border-bottom: 0px solid rgb(224,224,224);
  	font-size:  70%;
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	color : rgb(54,54,54);
	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 */
	/*background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;*/
  	margin: 0;
  	padding: 0;
	}
.leftboxmenus2 li.Menus2 {
	margin: 0;
	padding: 0;
	}
.leftboxmenus2 li.Menus2 a {
	width: 118px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size:  70%;
	padding: 5px 5px 5px 40px;
	margin: 0px;
	font-weight: normal;
	font-style:italic;
	color : rgb(140,200,255);
	text-decoration : none;
	}
.leftboxmenus2 li.Menus2 a:hover {
	/*background:url(../images/puce_box_left.jpg) no-repeat 17px 11px;*/
	color:rgb(255,255,255);
	text-decoration : underline;
	}
	
.leftboxmenus2 li.Menus2Selected {
	margin: 0;
	padding: 0;
	}
.leftboxmenus2 li.Menus2Selected a {
	width: 118px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size:  70%;
	padding: 5px 5px 5px 40px;
	margin: 0px;
	font-weight: normal;
	font-style:italic;
	color : rgb(140,200,255);
	text-decoration : none;
	}
.leftboxmenus2 li.Menus2Selected a:hover {
	/*background:url(../images/puce_box_left.jpg) no-repeat 17px 11px;*/
	color:rgb(255,255,255);
	text-decoration:underline;
	}
	
	
.leftboxmenus2 li.Menus2Fixed {
	width: 127px;
	display: block;
	border-bottom: 0px solid rgb(224,224,224);
  	font-size:  70%;
	padding: 4px 3px 4px 22px;
	margin: 0px 5px 0px 5px;  /* top et bottom 0px si cela suit directement le ul */
	font-weight: bold;
	color : rgb(54,54,54);
	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 */
	/*background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;*/
  	margin: 0;
  	padding: 0;
	}
.leftboxmenus3 li.Menus3 {
	margin: 0;
	padding: 0;
	}
.leftboxmenus3 li.Menus3 a {
	width: 93px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size: 70%;
	padding: 5px 5px 5px 45px;
	margin: 0px 0px 0px 5px;
	font-weight: normal;
	font-style:italic;
	color : rgb(140,200,255);
	text-decoration : none;
	}
.leftboxmenus3 li.Menus3 a:hover {
	/*background:url(../images/puce_box_left.jpg) no-repeat 25px 11px;*/
	color:rgb(255,255,255);
	text-decoration:underline;
	}
	
.leftboxmenus3 li.Menus3Selected {
	margin: 0;
	padding: 0;
	}
.leftboxmenus3 li.Menus3Selected a {
	width: 93px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size:  70%;
	padding: 5px 5px 5px 45px;
	/*background:url(../images/puce_box_left.jpg) no-repeat 25px 11px;*/
	margin: 0px 0px 0px 5px;
	font-weight: normal;
	color : rgb(140,200,255);
	text-decoration : none;
	font-style:italic;
	}
.leftboxmenus3 li.Menus3Selected a:hover {
	/*background:url(../images/puce_box_left.jpg) no-repeat 25px 11px;*/
	color:rgb(255,255,255);
	text-decoration:underline;
	}
	
	
.leftboxmenus3 li.Menus3Fixed {
	width: 93px;
	display: block;
	border-bottom: 0px solid rgb(224,224,224);
  	font-size:  70%;
	padding: 5px 5px 5px 45px;
	/*background: rgb(204,204,204) url(../images/site-menu2-bg.gif) no-repeat 15px 0px;*/
	background-color: rgb(224,224,224);
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	color : rgb(54,54,54);
	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 */
	/*background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;*/
  	margin: 0;
  	padding: 0;
	}
.leftboxmenus4 li.Menus4 {
	margin: 0;
	padding: 0;
	}
.leftboxmenus4 li.Menus4 a {
	width: 89px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size: 70%;
	padding: 5px 5px 5px 53px;
	margin: 0px 0px 0px 5px;
	font-weight: normal;
	color : rgb(140,200,255);
	text-decoration : none;
	font-style:italic;
	}
.leftboxmenus4 li.Menus4 a:hover {
	/*background:url(../images/puce_box_left.jpg) no-repeat 40px 11px;*/
	color:rgb(255,255,255);
	text-decoration:underline;
	}
	
.leftboxmenus4 li.Menus4Selected {
	margin: 0;
	padding: 0;
	}
.leftboxmenus4 li.Menus4Selected a {
	width: 89px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size:  70%;
	padding: 5px 5px 5px 53px;
	/*background:url(../images/puce_box_left.jpg) no-repeat 40px 11px;*/
	margin: 0px 0px 0px 5px;
	font-weight : normal;
	color : rgb(140,200,255);
	text-decoration : none;
	font-style : italic;
	}
.leftboxmenus4 li.Menus4Selected a:hover {
	/*background:url(../images/puce_box_left.jpg) no-repeat 40px 11px;*/
	color:rgb(255,255,255);
	text-decoration:underline;
	}
	
	
.leftboxmenus4 li.Menus4Fixed {
	width: 89px;
	display: block;
	border-bottom: 0px solid rgb(224,224,224);
  	font-size:  70%;
	padding: 5px 5px 5px 53px;
	/*background: rgb(204,204,204) url(../images/site-menu2-bg.gif) no-repeat 15px 0px;*/
	background-color: rgb(224,224,224);
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	color : rgb(54,54,54);
	text-decoration : none;
	}



/* ----------- menus sur la droite ---------*/

/* Level 1 : menus de niv 1 sur la droite */

.rightmenusContainer1 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px 0px;
	width: 160px;
	background: url(../images/boxArrondieTop.jpg) no-repeat top center;
	}
	
.rightmenusContainer2 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 11px 0px;
	width: 160px;
	background: url(../images/boxArrondieBottom.jpg) no-repeat bottom center;
	}
	
.rightmenusContainer3 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 160px;
	background: url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;
	}

.rightboxmenus1 {/*dessous boite arrondie*/
  	list-style: none;
	/*list-style-image: url(../images/layer1_bullets_menus1.gif);*/
	/*list-style-position: inside;*/ /* par def outside */
  	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
  	/*padding-bottom: 11px;
	background:url(../images/boxArrondieBottom.jpg) no-repeat bottom center;
	background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;*/
	}
.rightboxmenus1 li.Menus1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	}
.rightboxmenus1 li.Menus1 a {
	width: 135px;
	display: block;
	border-bottom: 0px solid rgb(0,0,0);
  	font-size:  70%; /*taile du menu principale*/
	padding: 5px 5px 5px 10px;
	margin: -1px 5px 0px 5px;
	font-weight: bold;
	color : rgb(255,255,255);
	text-decoration : none;
	background:url(../images/backgroundFooter.jpg) repeat-x top left;
	}
/*_________taile du menu principale__________*/
.rightboxmenus1 li.Menus1 a:hover {
	/*background:url(../images/puce_box_left.jpg) no-repeat 8px 9px;*/ /*Image de la puce+fond de menu */
	background:url(../images/backgroundFooter.jpg) repeat-x top left;
	color:rgb(54,54,54);
	}
	
.rightboxmenus1 li.Menus1Selected {
	margin: 0;
	padding: 0;
	}
/*__________menu de gauche à l'etat cliqué_____________*/
.rightboxmenus1 li.Menus1Selected a {
	width: 135px;
	display: block;
	border-bottom: 0px solid rgb(224,224,224);
  	font-size:  70%;
	font-weight: bold;
	color : rgb(54,54,54);
	padding: 5px 5px 5px 10px;
	margin: -1px 5px 0px 5px;
	text-decoration : none;
	background:url(../images/backgroundFooter.jpg) repeat-x top left;
	/*background:url(../images/puce_box_left.jpg) no-repeat 8px 9px;*/
	}
.rightboxmenus1 li.Menus1Selected a:hover {
	background:url(../images/backgroundFooter.jpg) repeat-x top left;
	color:rgb(255,255,255);
	}
	
.rightboxmenus1 li.Menus1Fixed {
	width: 130px;
	display: block;
	border-bottom: 0px solid rgb(224,224,224);
  	font-size:  70%;
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	color : rgb(54,54,54);
	text-decoration : none;
	}


/* Level 2 */

.rightboxmenus2 {
  	list-style: none;
	/*list-style-image: url(../images/layer1_bullets_menus1.gif);*/
	/*list-style-position: inside;*/ /* par def outside */
	/*background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;*/
  	margin: 0;
  	padding: 0;
	}
.rightboxmenus2 li.Menus2 {
	margin: 0;
	padding: 0;
	}
.rightboxmenus2 li.Menus2 a {
	width: 125px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size:  70%;
	padding: 5px 5px 5px 30px;
	margin: 0px;
	font-weight: normal;
	color : rgb(255,255,255);
	text-decoration : none;
	}
.rightboxmenus2 li.Menus2 a:hover {
	background:url(../images/puce_box_left.jpg) no-repeat 17px 11px;
	color:rgb(190,221,84);
	text-decoration : underline;
	}
	
.rightboxmenus2 li.Menus2Selected {
	margin: 0;
	padding: 0;
	}
.rightboxmenus2 li.Menus2Selected a {
	width: 120px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size:  70%;
	padding: 5px 5px 5px 30px;
	background:url(../images/puce_box_left.jpg) no-repeat 17px 11px;
	margin: 0;
	font-weight: bold;
	color : rgb(190,221,84);
	text-decoration : none;
	}
.rightboxmenus2 li.Menus2Selected a:hover {
	background:url(../images/puce_box_left.jpg) no-repeat 17px 11px;
	}
	
	
.rightboxmenus2 li.Menus2Fixed {
	width: 125px;
	display: block;
	border-bottom: 0px solid rgb(224,224,224);
  	font-size:  70%;
	padding: 4px 3px 4px 22px;
	margin: 0px 5px 0px 5px;  /* top et bottom 0px si cela suit directement le ul */
	font-weight: bold;
	color : rgb(54,54,54);
	text-decoration : none;
	}

/* Level 3 */

.rightboxmenus3 {
  	list-style: none;
	/*list-style-image: url(../images/layer1_bullets_menus1.gif);*/
	/*list-style-position: inside;*/ /* par def outside */
	/*background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;*/
  	margin: 0;
  	padding: 0;
	}
.rightboxmenus3 li.Menus3 {
	margin: 0;
	padding: 0;
	}
.rightboxmenus3 li.Menus3 a {
	width: 105px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size: 70%;
	padding: 5px 5px 5px 38px;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	color : rgb(255,255,255);
	text-decoration : none;
	}
.rightboxmenus3 li.Menus3 a:hover {
	background:url(../images/puce_box_left.jpg) no-repeat 25px 11px;
	color:rgb(190,221,84);
	}
	
.rightboxmenus3 li.Menus3Selected {
	margin: 0;
	padding: 0;
	}
.rightboxmenus3 li.Menus3Selected a {
	width: 105px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size:  70%;
	padding: 5px 5px 5px 38px;
	background:url(../images/puce_box_left.jpg) no-repeat 25px 11px;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	color : rgb(190,221,84);
	text-decoration : none;
	}
.rightboxmenus3 li.Menus3Selected a:hover {
	background:url(../images/puce_box_left.jpg) no-repeat 25px 11px;
	}
	
	
.rightboxmenus3 li.Menus3Fixed {
	width: 105px;
	display: block;
	border-bottom: 0px solid rgb(224,224,224);
  	font-size:  70%;
	padding: 5px 5px 5px 38px;
	/*background: rgb(204,204,204) url(../images/site-menu2-bg.gif) no-repeat 15px 0px;*/
	background-color: rgb(224,224,224);
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	color : rgb(0,0,0);
	text-decoration : none;
	}


/* Level 4 */


.rightboxmenus4 {
  	list-style: none;
	/*list-style-image: url(../images/layer1_bullets_menus1.gif);*/
	/*list-style-position: inside;*/ /* par def outside */
	/*background:url(../images/backgroundBoxArrondie.jpg) repeat-y 5px 0px;*/
  	margin: 0;
  	padding: 0;
	}
.rightboxmenus4 li.Menus4 {
	margin: 0;
	padding: 0;
	}
.rightboxmenus4 li.Menus4 a {
	width: 90px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size: 70%;
	padding: 5px 5px 5px 53px;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	color : rgb(255,255,255);
	text-decoration : none;
	}
.rightboxmenus4 li.Menus4 a:hover {
	background:url(../images/puce_box_left.jpg) no-repeat 40px 11px;
	color:rgb(190,221,84);
	}
	
.rightboxmenus4 li.Menus4Selected {
	margin: 0;
	padding: 0;
	}
.rightboxmenus4 li.Menus4Selected a {
	width: 90px;
	display: block;
	border-bottom: 0px solid rgb(184,184,184);
  	font-size:  70%;
	padding: 5px 5px 5px 53px;
	background:url(../images/puce_box_left.jpg) no-repeat 40px 11px;
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	color : rgb(190,221,84);
	text-decoration : none;
	}
.rightboxmenus4 li.Menus4Selected a:hover {
	background:url(../images/puce_box_left.jpg) no-repeat 40px 11px;
	}
	
	
.rightboxmenus4 li.Menus4Fixed {
	width: 90px;
	display: block;
	border-bottom: 0px solid rgb(224,224,224);
  	font-size:  70%;
	padding: 5px 5px 5px 53px;
	/*background: rgb(204,204,204) url(../images/site-menu2-bg.gif) no-repeat 15px 0px;*/
	background-color: rgb(224,224,224);
	margin: 0px 0px 0px 5px;
	font-weight: bold;
	color : rgb(0,0,0);
	text-decoration : none;
	}

/* Chemin de navigation */
div#AntMenuNavig {
	font-weight : normal;
	font-Size : 10px;
	color: rgb(40,112,188);
	background-color: rgb(255,255,255);
	/*width : 100%;*/
	height : 20px;
	text-align: left;
	padding-left: 0px;
	padding-top: 10px;
	border-bottom: 1px dotted rgb(204,204,204);
	margin: 0px 0px 10px 0px;
	}
	
div#AntMenuNavig a{
	/*color: rgb(109,0,5);*/
	color: rgb(40,112,188);
	}
	
div#AntMenuNavig a:hover{
	color: rgb(140,200,255);
	}


