/* ---------- Styles specific to menus ----------- */

/* ---------Definitions menus--------- */
/*
* 
	{
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	list-style: none;
	text-decoration: none;
	}
*/
#MenusContainer {
	clear:both;
	position:absolute;
	top:149px;
	margin: 0;
	padding-left:160px;
	text-align:left;	
	width: 925px;
	height: 25px;
	}

#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: 24px;
	line-height: 24px;
	font-weight: normal;
	font-size: 0.8em;
	color: rgb(255,255,255);
	width: 130px;
	text-align: center;
	margin: 0;
	padding-left: 7px;
	padding-right: 7px;
	}
	
#MenusContainer ul li.Menus a:hover {
	color: rgb(224,77,1);
	background-color: rgb(54,54,54);
	}
		
#MenusContainer ul li.Langues {
	display: block;
	float: left;
	text-align: center;
	}

#MenusContainer ul li.Langues a {
	text-decoration: none;
	display: block;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
	font-size: 0.7em;
	color: rgb(255,255,255);
	width: 80px;
	text-align: center;
	margin: 0;
	padding-left: 7px;
	padding-right: 7px;
	}
	
#MenusContainer ul li.Langues a:hover {
	color: rgb(244,77,1);
	background-color: rgb(54,54,54);
	}
	
#MenusContainer ul li.MenusSelected {
	display: block;
	float: left;
	text-align: center;
	}

#MenusContainer ul li.MenusSelected a {
	text-decoration: none;
	display: block;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 0.8em;
	color: rgb(54,54,54);
	width: 130px;
	text-align: center;
	margin: 0;
	padding-left: 7px;
	padding-right: 7px;
	}
	
#MenusContainer ul li.MenusSelected a:hover {
	color: rgb(255,255,255);
	background-color: rgb(54,54,54);
	}

/* 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: 0;
	padding: 0;
	background-color: rgb(145,133,131);
	}
.leftboxmenus1 li.Menus1 a {
	width: 140px;
	display: block;
	border-bottom: 3px solid rgb(224,77,1);
  	font-size:  70%;
	padding: 2px 5px 5px 15px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	color : rgb(255,255,255);
	text-decoration : none;
	}
.leftboxmenus1 li.Menus1 a:hover {
	color: rgb(54,54,54);
	}
	
.leftboxmenus1 li.Menus1Selected {
	margin: 0;
	padding: 0;
	background-color: rgb(145,133,131);
	}
.leftboxmenus1 li.Menus1Selected a {
	width: 140px;
	display: block;
	border-bottom: 3px solid rgb(224,77,1);
  	font-size:  70%;
	padding: 2px 5px 5px 15px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	color : rgb(54,54,54);
	text-decoration : none;
	}
.leftboxmenus1 li.Menus1Selected a:hover {
	color : rgb(255,255,255);
	/*background: url(../images/puce_left.gif) no-repeat 2px 3px;*/
	}
	
.leftboxmenus1 li.Menus1Fixed {
	width: 140px;
	display: block;
	border-bottom: 1px solid rgb(224,224,224);
  	font-size:  70%;
	padding: 2px 5px 2px 15px;
	background: rgb(184,184,184) url(../images/site-menu1-bg.gif) no-repeat center left;
	margin: 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;
	border-bottom: 1px dotted rgb(145,133,131);
  	font-size:  70%;
	padding: 1px 10px 1px 25px;
	/*background-color: rgb(41,40,49);*/
	margin: 0px;
	font-weight: normal;
	color : rgb(255,255,255);
	text-decoration : none;
	}
.leftboxmenus2 li.Menus2 a:hover {
	color: rgb(54,54,54);
	/*background:rgb(255,255,255)  url(../images/degrade_menu_left.jpg) repeat-y 0px 0px;*/
	background-color: rgb(145,133,131);
	}
	
.leftboxmenus2 li.Menus2Selected {
	margin: 0;
	padding: 0;
	}
	
.leftboxmenus2 li.Menus2Selected a {
	width: 125px;
	display: block;
	border-bottom: 1px dotted rgb(145,133,131);
  	font-size:  70%;
	padding: 1px 10px 1px 25px;
	margin: 0;
	font-weight: normal;
	color: rgb(54,54,54);
	text-decoration : none;
	/*background: url(../images/site-bullets-content.gif) no-repeat 15px 4px;*/
	}
	
.leftboxmenus2 li.Menus2Selected a:hover {
	color: rgb(255,255,255);	
	background-color: rgb(145,133,131);
	}
	
	
.leftboxmenus2 li.Menus2Fixed {
	width: 140px;
	display: block;
	/*border-bottom: 1px solid rgb(224,224,224);*/
  	font-size:  70%;
	padding: 5px 0px 5px 20px;
	/*background: rgb(204,204,204) url(../images/site-menu2-bg.gif) no-repeat 15px 0px;*/
	background-color: rgb(145,133,131);
	margin: 0;
	font-weight: bold;
	color : rgb(255,255,255);
	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;
	/*border-bottom: 1px solid rgb(184,184,184);*/
  	font-size:  70%;
	padding: 1px 5px 1px 40px;
	/*background: rgb(41,40,49) url(../images/site-menu2-bg.gif) no-repeat 25px 0px;*/
	margin: 0;
	font-weight: normal;
	color : rgb(255,255,255);
	text-decoration : none;
	}
.leftboxmenus3 li.Menus3 a:hover {
	background-color: rgb(145,133,131);
	color:rgb(54,54,54);
	}
	
.leftboxmenus3 li.Menus3Selected {
	margin: 0;
	padding: 0;
	}
.leftboxmenus3 li.Menus3Selected a {
	width: 115px;
	display: block;
	/*border-bottom: 1px solid rgb(184,184,184);*/
  	font-size:  70%;
	padding: 1px 5px 1px 40px;
	margin: 0;
	font-weight: normal;
	color : rgb(54,54,54);
	text-decoration : none;
	/*background: url(../images/site-bullets-content.gif) no-repeat 25px 4px;*/
	}
.leftboxmenus3 li.Menus3Selected a:hover {
	background-color: rgb(145,133,131);
	color:rgb(255,255,255);
	}
	
	
.leftboxmenus3 li.Menus3Fixed {
	width: 125px;
	display: block;
  	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(145,133,131);
	margin: 0;
	font-weight: bold;
	color : rgb(255,255,255);
	text-decoration : none;
	}


/* Level 4 */

.leftboxmenus4 {
  	list-style: none;
  	margin: 0;
  	padding: 0;
	}
.leftboxmenus3 li.Menus3 {
	margin: 0;
	padding: 0;
	}
.leftboxmenus4 li.Menus4 a {
	width: 105px;
	display: block;
	/*border-bottom: 1px solid rgb(184,184,184);*/
  	font-size:  70%;
	padding: 1px 5px 1px 50px;
	background: url(../images/site_puce_menu4.gif) no-repeat 41px 5px;
	/*background: rgb(41,40,49) url(../images/site-menu2-bg.gif) no-repeat 25px 0px;*/
	margin: 0;
	font-weight: normal;
	color : rgb(255,255,255);
	text-decoration : none;
	}
.leftboxmenus4 li.Menus4 a:hover {
	background-color: rgb(145,133,131);
	color:rgb(54,54,54);
	}
	
.leftboxmenus4 li.Menus4Selected {
	margin: 0;
	padding: 0;
	}
.leftboxmenus4 li.Menus4Selected a {
	width: 105px;
	display: block;
	background: url(../images/site_puce_menu4.gif) no-repeat 41px 5px;
	/*border-bottom: 1px solid rgb(184,184,184);*/
  	font-size:  70%;
	padding: 1px 5px 1px 50px;
	
	/*background: rgb(41,40,49) url(../images/site-menu2-bg.gif) no-repeat 25px 0px;*/
	margin: 0;
	font-weight: normal;
	color : rgb(54,54,54);
	text-decoration : none;
	}
.leftboxmenus4 li.Menus4Selected a:hover {
	background-color: rgb(145,133,131);
	color:rgb(255,255,255);
	}
	
	
.leftboxmenus4 li.Menus4Fixed {
	width: 115px;
	display: block;
  	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(145,133,131);
	margin: 0;
	font-weight: bold;
	color : rgb(255,255,255);
	text-decoration : none;
	}

/* Chemin de navigation */
div#AntMenuNavig {
	font-weight : normal;
	font-Size : 10px;
	color: rgb(104,104,104);
	/*background-color: rgb(255,255,255);*/
	/*width : 100%;*/
	height : 20px;
	text-align: left;
	padding-left: 0px;
	}
	
div#AntMenuNavig a{
	color: rgb(104,104,104);
	}
	
div#AntMenuNavig a:hover{
	color: rgb(244,77,1);
	}


