/*
body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
*/
.toggleMenu {
    display:  none;
	background:#3ebdad url(../images/icon_menu.png) no-repeat center right;
	height:54px;
    padding:16px 42px 0 180px;
    color: #fff;
	text-decoration:none;
	font-weight:400;
	font-size:1em;
	font-family: 'Open Sans', sans-serif;
	/*margin-top:8px;*/
	margin:0;
	position:relative;
	z-index:3000;
	float:right;
}

#nav {
    list-style: none;
     *zoom: 1;
     position: relative;
	 font-family: 'Open Sans', sans-serif;
	 margin:0;
	 padding:0 0 0 0;
	 /*z-index: 3000;*/
	 z-index:2000; /*Pour ne pas passer par dessus post it*/
	 /*width:95%;*/
	 height:97px;
	 width:100%; /*1024-77 (77 étant la largeur de l'icone "B")*/
	 background:#357976;
	/***background:#3ebdad;***/
}

#nav ul.children{
	margin:0;
	padding:0;
}

#nav:before,
#nav:after {
    content: " ";
    display: table;
}

#nav:after {
    clear: both;
}

#nav ul {
    list-style: none;
    /*width: 11em;*/
	width:100%;
	margin:0;
	padding:0;
}

#nav a {
    padding:4px 6px 4px 7px;
    color:#333;
    *zoom: 1;
	font-weight:normal;
	text-decoration:none;
}

#nav > li {
    display: table;
    float: left;
    padding: 17px 0;
    width: 16.5%;
    z-index: 200;
}

/*Correspond au titre de la rubrique*/
#nav > li > a { 
    border-left: 8px solid #3ebdad;
	/***border-left: 8px solid rgba(0, 0, 0, 0.2);***/
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 600;
    height: 66px;
    margin-left: 1px;
    padding: 5px 5px 15px 20px;
    text-align: left;
	transition: all 500ms ease 0s;
}

#nav > li > a:hover {
    border-left:2px solid rgba(0, 0, 0, 0.2);
    padding: 5px 26px 15px 10px;
}

#nav > li > a span{
    display: block;
	font-weight:400;
	color:#f2f2f2;
}

#nav > li.current_page_item > a{
	
}

/*Correspond à la rubrique / niveau 1*/
#nav > li > .parent {
    background-position: 5% 50%;
    /*background: url("images/downArrow.png") #f8f8f8 no-repeat 5% 50%;
	padding-right:30px;
	padding-left:30px;*/
}

/*fin titre de la rubrique*/

#nav li ul {
    position: absolute;
    left: -9999px;
    z-index: 100;
	width:10em;
	padding:15px 10% 20px 10%;
	background:#fff;
	border-left:2px solid rgba(62, 189, 173, 1);
	border-top:1px solid rgba(255,255,255,0.8);
	border-right:1px solid rgba(255,255,255,0.8);
	border-bottom:1px solid rgba(255,255,255,0.8);
	font-family:'Arial', Sans-serif;
	/*max-width:90%;*/
}

/* La sous rub / niveau 2 */
#nav li li a {
    display: block;
    position: relative;
    z-index:100;
	color:#333;
	font-size:1em;
	font-weight:300;
	/*background:url(../images/fleche-menu.png) transparent no-repeat 0 8px;*/
	padding:10px;
	background:#fff;
	transition: all 500ms ease 0s;
	font-size:0.9em;
	border-bottom:1px solid rgba(0,0,0,0.1);
}


#nav li li a:hover{
    background-color:rgba(62, 189, 173, 1);
	color:#fff;
	border-left:20px solid rgba(0,0,0,0.2);
}

/* La page / niveau 3 */

/*Le niveau 3 du menu est caché pour Aéroport car pb quand niveau 3 dans la dernière rubrique sur écran ordi portable*/
#nav li li ul {
	display:none;
}

#nav li li li a {
    z-index:200;
	opacity:0.9;
}

#nav li li li a:hover{
    /*background-color:#20425e;*/
	opacity:0.75;
}

#nav li {
    position: relative;
}

#nav > li.hover > ul {
    left: 20px;
}

#nav li li.hover ul {
    left: 100%;
    top: 0;
}



/*@media screen and (max-width:1130px) and (min-width:1024px) {	
#nav {
	 font-size:0.9em;
}

#nav > li > a {
	font-weight:normal;
}

#nav a {
    padding:8px 3px 7px 4px;
}

#nav > li > .parent {
}

}*/


@media screen and (max-width:1279px) {	
	#nav{
		padding:0;
		margin:0;
		background-image:none;
		background-color:#eee;
		/*background-color:rgba(31,32,33,0.98);*/
		border:10px solid #dfdfdf;
		height:auto;		
		float:none;
		width:100%;
		font-size:1em;
	}
	
	#nav > li {
	width:100%;
	}
	
	#nav li ul{
		width:100%;
	}
	
	
	#nav > li > .parent {
	padding-right:10px;
	padding-left:5px;
    background-position: 5% 50%;
    background: url("images/downArrow.png") #1f2021 no-repeat 5% 50%;
	/*border-right:none;*/
	border-top: 1px solid #FFF;
	border-right: 1px solid #eee;
	}
	
	
	#nav > li > a {
		height:auto;
		color:#333;
		padding-top:10px;
		padding-bottom:10px;
		font-size:1.4em;
		font-weight:normal;
		border-top: 1px solid #fff;
		border-right: 1px solid #eee;
	}
	
	/*Pour afficher  accueil, contact, etc.*/
	#menu li.page-item-0,
	#menu li.page-item-35,
	#menu li.page-item-36,
	#menu li.page-item-37{
		display:block;
	}

	
	#nav > li {
       float: none;
    }
	
	/* La sous rub / niveau 2 */
	#nav li li a{
		border-bottom: 1px solid rgba(0,0,0, 0.2);
		background-image:none;
		padding-left:20px;
		background-color:transparent;
		padding-top:10px;
		padding-bottom:10px;
		font-size:1.3em;
	}
	
	/* La page / niveau 3 */
	#nav li li li a {
	border-bottom: 1px solid rgba(0,0,0, 0.2);
	background-color:transparent;
	padding-top:5px;
	padding-bottom:5px;
	}
	
	#nav li li ul {
		display:block;
	}
	
    #nav ul {
        display: block;
        width: 100%;
    }
   #nav > li.hover > ul , #nav li li.hover ul {
        position: static;
    }
	#nav > li > .parent {
       background-position: 95% 50%;
	   background-color:#eee;
    }
	#nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
}





/** BUG CRASH IE7 **/
#nav a {
    *zoom: 1;
}