/*
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:url(../images/icon_menu.png) no-repeat center right;
	height:auto;
    padding:23px 45px 25px 10px;
    color: #292A2B;
	text-decoration:none;
	font-weight:400;
	font-size:1.2em;
	font-family: 'Arimo', sans-serif;
	/*margin-top:8px;*/
	margin:0;
	position:relative;
	z-index:3000;
}

#nav {
    list-style: none;
     *zoom: 1;
     position: relative;
	 font-family: "Raleway",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:70px;
	 padding:25px 0;
	 display:block;
	float:left;	 
}

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

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

#nav:after {
    clear: both;
}

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

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

#nav > li {
	display:inline-block;
    z-index: 200;
	width:auto;	
	text-align:center;
	margin:0 5px;
}

/*Correspond au titre de la rubrique*/
#nav > li > a {
	font-size:1em;
	height:auto;
	color:#333;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	padding:8px;
}

#nav > li > a span{
    display: block;
	color:#2f6169;
	font-size:0.75em;
}

#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:15em;
}

/* La sous rub / niveau 2 */
#nav li li a {
    display: block;
    position: relative;
    z-index:100;
	color:#fff;
	font-size:1em;
	font-weight:400;
	/*background:url(../images/fleche-menu.png) transparent no-repeat 0 8px;*/
	padding:10px;
	transition: all 0.3s ease 0s;
}

/* 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: 0;
}

#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 {
	/*padding-right:8px;
	padding-left:22px;*/
}

}


@media screen and (max-width:1023px) {	
	#nav{
		padding:0;
		margin:0;
		background-image:none;
		background-color:#fff;
		/*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 > .parent {
    background-position: 5% 50%;
    background: url("images/downArrow.png") no-repeat 5% 50%;
	}
	
	
	#nav > li > a {
		height:auto;
		color:#333;
		font-size:1.4em;
		font-weight:normal;
	}
	
	/*Pour afficher  accueil, contact, etc.*/
	#menu li.page-item-0,
	#menu li.page-item-17,
	#menu li.page-item-18,
	#menu li.page-item-19,
	#menu li.page-item-20,
	#menu li.page-item-21{
		display:block;
	}
	
	#nav li.page-item-8 ul,
	#nav li.page-item-9 ul,
	#nav li.page-item-10 ul,
	#nav li.page-item-11 ul,
	#nav li.page-item-12 ul{
	width:100%;
	padding:15px 10% 20px 10%;
}

	
	#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% !important;
    }
   #nav > li.hover > ul , #nav li li.hover ul {
        position: static;
    }
	#nav > li > .parent {
       background-position: 95% 50%;
    }
	#nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position:108% 50%;
    }
}





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