/* ---------- Styles specific to menus ----------- */

/* ---------Definitions menus--------- */

#MenusContainer {
	clear:both;
	/*margin: 0;
  	padding: 0;
	top:0;
	left:0;*/
	background-color:  rgb(122,176,15);
  	border-bottom: 1px solid rgb(255,255,255);
  	/*height: 24px;*/
	}

#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;
	}

table#Menusbar{
	/*background-color: rgb(255,0,0);*/
	margin: 0;
  	padding: 0;
	border-collapse: collapse;
	width: 100%;
	height: 24px;
	}

td#Menusbarleft{
	margin: 0;
  	padding: 0;
	border-collapse: collapse;
	width: 80%;
	text-align: left;
	}

td#Menusbarright{
	background-color: rgb(205,223,170);
	margin: 0;
  	padding: 0;
	border-collapse: collapse;
	width: 20%;
	text-align: right;
	}

/* utilise pour le bullet de bg pour entourer le menus */
span.MenusClose a {
	font-weight: normal; 
	font-size: 16px;
	font-family: Times New Roman;
	font-weight: bold;
	color: rgb(255,255,255);
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
	}

span.Menus a  {
	font-weight: normal; 
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: rgb(255,255,255);
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
	border-right: 2px solid rgb(0,108,144);
	/*text-transform : uppercase;*/
	}
span.Menus a:hover,span.MenusClose a:hover {
	color: rgb(0,108,144);
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
	}

ul.navlangues {
	/*float: right;*/
  	margin: 0;
  	padding: 0 10px 0 10px;
  	text-align: right;
	width: 100px;
	}

ul.navlangues li {
  	display: inline;
	font-size: 80%;
  	/*background-color: #fdf8f2;*/
  	color: rgb(255,255,255);
	padding: 0px;
	}

span.MenusLangues a {
	font-weight: normal; 
	font-size: 14px;
	font-family: Times New Roman;
	font-weight: bold;
	color: rgb(0,108,144);
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
	}
span.MenusLangues a:hover {
	color: rgb(255,255,255);
	text-decoration: none;
	}

span.MenusSelectedClose a {
	font-size: 16px;
	font-family: Times New Roman;
	font-weight: bold;
	color: rgb(0,108,144);
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
	}

span.MenusSelected a {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: rgb(0,108,144);
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
	border-right: 2px solid rgb(0,108,144);
	/*text-transform : uppercase;*/
	}
span.MenusSelected a:hover,span.MenusSelectedClose a:hover  {
	color: rgb(255,255,255);
	padding-left: 0px;
	padding-right: 15px;
	text-decoration: none;
	}

/* 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 0 0 10px;
  	padding: 0;
	width:140px;
	text-align: left;
	}
.leftboxmenus1 li.Menus1 {
	margin-top : 10px;
  	border-bottom: 1px dotted rgb(196,162,102);
  	padding: 0.4em 0 0.2em 0px;
  	font-size:  90%;
	/*background-color : rgb(255,255,255);*/
	}
.leftboxmenus1 li.Menus1Fixed {
  	margin-top : 10px;
  	border-bottom: 1px dotted rgb(196,162,102);
  	padding: 0.4em 0 0.2em 4px;
  	font-size:  90%;
	/*background-color : rgb(255,255,255);*/
	}
.leftboxmenus1 li.Menus1Selected {
  	margin-top : 10px;
  	border-bottom: 1px dotted rgb(196,162,102);
  	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(255,255,255);
	font-weight: bold;
	background :  url(../images/layer1_bullets_menus1.gif) no-repeat center left;	
	padding-left : 15px;  /* padding sur le li au lieu d'ici pour aligner texte sur la gauche */
	text-decoration : none;
	}
.Menus1 a:hover {
	color : rgb(196,162,102);
	text-decoration : none;	
	padding-left : 15px;
	}
.Menus1Selected a {
	color : rgb(196,162,102);
	font-weight: bold;
	background :  url(../images/layer1_bullets_menus1.gif) no-repeat center left;	
	padding-left : 15px;
	text-decoration : none;
	}
.Menus1Selected a:hover {
	color : rgb(255,255,255);
	text-decoration : none;
	/*background :  url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 15px;
	}



/* Level 2 */

.leftboxmenus2 {
  	list-style: none;
	/*list-style-image: url(../images/layer1_bullets_menus1.gif);*/
	/*list-style-position: inside;*/ /* par def outside */
	background-color: rgb(122,176,15);
  	margin: 0;
  	padding: 0;
	text-align: left;
	width:238px;
	color: rgb(196,162,102);
	}
.leftboxmenus2 li.Menus2 {
  	border-top: 1px solid rgb(255,255,255);
  	padding: 0.1em 0 0.1em 0px;
  	font-size:  85%;
	}
.leftboxmenus2 li.Menus2Fixed {
  	border-top: 1px solid rgb(255,255,255);
  	padding: 0.1em 0 0.1em 0px;
  	font-size:  85%;
	}
.leftboxmenus2 li.Menus2Selected {
  	border-top: 1px solid rgb(255,255,255);
  	padding: 0.1em 0 0.1em 0px;
  	font-size:  85%;
	}
/*.leftboxmenus2 li a:link, #nav li a:visited {
  	text-decoration: none;
  	color: #245185;
  	font-weight: normal;
	}*/

span.Menus2Fixed {
	font-family: Helvetica,Arial;
	font-size: 1.2em;
	font-weight: bold;
	color : rgb(0,108,144);	
	padding-left : 10px;  /* padding sur le li au lieu d'ici pour aligner texte sur la gauche */
	text-decoration : none;
	}

span.Menus2 a {
	font-family: Helvetica,Arial;
	font-size: 1.1em;
	font-weight: bold;
	color : rgb(255,255,255);	
	padding-left : 20px;  /* padding sur le li au lieu d'ici pour aligner texte sur la gauche */
	text-decoration : none;
	}
span.Menus2 a:hover {
	color : rgb(0,108,144);
	text-decoration : none;	
	padding-left : 20px;
	}
span.Menus2Selected a {
	font-family: Helvetica,Arial;
	font-size: 1.1em;
	font-weight: bold;
	color : rgb(0,108,144);	
	padding-left : 20px;  /* padding sur le li au lieu d'ici pour aligner texte sur la gauche */
	text-decoration : none;
	}
span.Menus2Selected a:hover {
	color : rgb(255,255,255);
	text-decoration : none;	
	padding-left : 20px;
	}

.Menus2Img{
	/*float:left;*/
	margin: 0;
	padding: 0;
	border: 0;
	background-color: yellow;
	height: 214px;
	}

div#Menus2Img{
	margin: 0;
	padding: 0;
	height: 214px;
	/*background-color:red;*/
	}

/* Level 3 */

.leftboxmenus3 {
  	list-style: disc;
	background-color: rgb(205,223,170);
	color: rgb(255,255,255);
  	margin: 0px;
  	padding: 0px;
	text-align: left;
	width: 238px;
	}
.leftboxmenus3 li.Menus3 {
  	/*border-bottom: 10px solid rgb(75,83,125);*/
  	padding: 0.3em 0 0.1em 0;
  	font-size:  80%;
	}
.leftboxmenus3 li.Menus3Fixed {
  	/*border-bottom: 10px solid rgb(75,83,125);*/
  	padding: 0.3em 0 0.1em 0;
  	font-size:  80%;
	}
.leftboxmenus3 li.Menus3Selected {
  	/*border-bottom: 10px solid rgb(75,83,125);*/
  	padding: 0.3em 0 0.1em 0;
  	font-size:  80%;
	}
/*.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;
	}

span.Menus3 a {
	color : rgb(0,108,144);
	/*background :  rgb(224,224,224) url(../images/menu2_st.gif) no-repeat center left;*/	
	padding-left : 40px;
	text-decoration : none;
	}
span.Menus3 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 : 40px;
	}
span.Menus3Selected a {
	color : rgb(255,255,255);
	/*background :  rgb(224,224,224) url(../images/menu2_st.gif) no-repeat center left;*/	
	padding-left : 40px;
	text-decoration : none;
	}
span.Menus3Selected a:hover {
	color : rgb(0,108,144);
	text-decoration : none;
	/*background :  rgb(255,255,255) url(../images/menu2_st_sel.gif) no-repeat center left;*/	
	padding-left : 40px;
	}


/* 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;
	}



