

/* Gestion des modules Menu HEADER et Menu FOOTER : 
- Créer un nouveau modules de type "menu"
- Position du module "menu", ou footer
- Suffixe de classe CSS : _menu ou _arbo
*/


@font-face {
  font-family: "opensans-condbold";
  src: url('../fonts/opensans-condbold-webfont.eot');
  src: url('../fonts/opensans-condbold-webfont.woff') format('woff'),
     url('../fonts/opensans-condbold-webfont.ttf') format('truetype'),
     url('../fonts/opensans-conbold-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "opensans-regular";
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.woff') format('woff'),
     url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
     url('../fonts/opensans-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/******* --------  MENU JOOMLA HEADER  -------- *******/
#menubg {
	background: none repeat scroll 0 0 #3A434A;
    height: 50px;
	font-size: 12px;
}

#menubg #nav {
	font-size: 12px;
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}


/* --- MENU GENERAL --- */
#nav ul{ padding: 0; margin: 0; list-style: none; text-align: center;
	display: table;
	width: 100%;
 }
#nav li{
	display: table-cell;
}


/* --- NIVEAU 1 --- */
#nav ul li span:first-child, #nav ul li a{
 	color: #FFFFFF;
  font-family: 'opensans-condbold';
  font-size: 18px;
  font-weight: lighter;
  letter-spacing: 0.5px;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: 0;
	right: 0;
	min-width: 0;
	width: 80%;
	min-height: 200px;
}

#nav li ul{ position: absolute; width: 100px; left: -999em; }



/*--- NIVEAU 2 ---*/
		/* SEPARATEURS / LIENS / AFFICHAGE BLOG ...*/
#nav ul.menu li ul, #nav ul.menu li:hover ul ul, #nav ul.menu li:hover ul ul ul {
  z-index: 999;
 }
 
#nav ul li ul{ padding: 0; margin: 0; list-style: none; text-align: center; }

#nav ul li ul li{ display: inline; }


#nav ul li ul span:first-child, #nav ul li ul a{ 
  font-family: 'opensans-regular';
  font-size: 18px;
  font-weight: lighter;
  letter-spacing: 0.5px;
  line-height:10px;
  width: auto;
  display: inline-block;
  text-decoration: none;
  height: 10px;
  padding: 10px 0;
  text-transform: none;
  display:block!important;
  margin-bottom: 10px;

}



#nav ul li ul{
	display: block;
	float: left;
	margin-right: 30px;
	text-align: left;
	padding-left: 200px;
	height: auto;
	min-height: 10px!important;
	margin-bottom: 25px!important;
	padding-top: 30px;
}



#nav ul li ul li a:hover{
	color: #3A434A;
	transition: 0.4s;
	background: 0 none!important;

}
#nav ul li ul li:hover{
	background: 0 none!important;
}


/*--- NIVEAU 3 ---*/
		/* LIENS */

#nav ul li ul li ul{
	background: 0 none!important;
}



#nav ul li ul li.parent{
	display: block;
	float: left;
	width: 250px;
	height: auto;
	background: 0 none!important;
	margin-bottom: 50px;
}

#nav ul li ul li ul {
	display: block;
	width: 250px!important;
	float: none;
	position: inherit;
	margin: 0;
	padding: 0;
}
#nav ul li ul li ul li{
	width: 250px;
	list-style-image: url('../images/puce.png');
}
#nav li li li a, #nav li li li a:hover{
	font-size: 13px!important;
	background: url('../images/puce.png') no-repeat 0 0!important;
	padding: 0 0 0 20px;
}







/******* --------  MENU JOOMLA FOOTER  -------- *******/
/* Le menu footer affiche seulement les item de niveau 1 et 2 */


#footer .menu li{
  list-style-type: none;
  line-height: 25px;
}

#footer .moduletable_arbo .menu li.deeper.parent{
  float:left;
  margin-right:45px;
}

#footer .moduletable_arbo .menu li ul li a{
  color:#a0a0a0;
  text-decoration: none;
}

#footer .moduletable_arbo ul li ul li a:hover, #footer .moduletable_copyright a:hover, #footersocial .moduletable_contact a:hover{
  color:#17a17f;
}

#footer .moduletable_arbo .menu li.deeper.parent:last-child{
  margin-right:0;
}

#footer .moduletable_arbo .menu li {
  color:#fff;
  font-family: 'opensans-condbold', Arial;
  font-weight: lighter !important;
  font-size:18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#footer .moduletable_arbo .menu li a{color: #ffffff;}

#footer .moduletable_arbo .menu li ul li {
  color:#A0A0A0;
  font-family: 'opensans-regular', Arial;
  font-weight: lighter !important;
  font-size:12px;
  text-transform: none;
  letter-spacing: 0.5px;
}




