/*
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(../../assets/images/icon_menu.png) #fff no-repeat center right;
    padding: 12px 45px 12px 25px;
    color: #000;
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, sans-serif;
	/*margin-top:8px;*/
	margin:0;
	position:absolute;
	top:0;
	right:20px;
	z-index:3000;
}


#nav {
    list-style: none;
	/*background-color:#206079;*/
     *zoom: 1;
     position: relative;
	 font-family: 'Montserrat', sans-serif;
	 margin:0;
	 padding:0 0 0 0;
	 /*z-index: 3000;*/
	 z-index:2000; /*Pour ne pas passer par dessus post it*/
	 float:left;
	 width:95%;
	 height:45px;
}

#nav ul.children{
	margin:0;
	padding:0;
	background:#fff;
	min-width:200px;
	font-size:1.5em;
}

#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 {
	float: left;
    z-index: 200;
	width:auto;
	border-right:1px solid #eee;	
}

/*Correspond au titre de la rubrique*/
#nav > li > a {
	display: block;
	font-size:1.6em;
	height:auto;
	font-weight:500;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	transition: all .1s ease-in;
	text-transform:uppercase;
	padding:5px 30px;
	color:#fff;
	text-transform:uppercase;
}

/*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;
	border-bottom:3px solid #ccc;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}

/* La sous rub / niveau 2 */
#nav li li a {
    border-bottom: 2px solid #eee;
    color: #666;
    display: block;
    font-weight: normal;
    padding: 10px 20px;
    position: relative;
    z-index: 100;
}


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

/* 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:891px) {	
#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:1100px) {	
	#nav{
		padding:0;
		margin:0;
		background-image:none;
		background-color:#fff;
		height:auto;		
		float:none;
		width:100%;
		font-size:1em;
	}
	
	#nav > li {
	width:100%;
	}
	
	
	#nav > li > .parent {
	padding-right:10px;
	padding-left:5px;
    background-position: 5% 50%;
    background: url("images/downArrow.png") #38302a no-repeat 5% 50%;
	border: 1px solid #eee;
	}
	
	/*Pour faire ressortir les infos pratiques*/
	#nav > li.page-item-45 > .parent{
		color:#BCC900;
	}
	
	#nav > li > a {
		height:auto;
		color:#666;
		padding-top:10px;
		padding-bottom:10px;
		font-size:1.4em;
		font-weight:normal;
		border-top: 1px solid #eee;
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
	}
	
	/*Pour afficher  accueil, contact, etc.*/
	#menu li.page-item-0{
		display:block;
	}
	
	#nav li.page-item-8 ul,
	#nav li.page-item-10 ul,
	#nav li.page-item-12 ul,
	#nav li.page-item-14 ul{
	padding:0;
	background-color:#635348;
	opacity:1;
	border-bottom-left-radius:none;
	border-bottom-right-radius:none;
}

	
	#nav > li {
       float: none;
    }
	
	/* La sous rub / niveau 2 */
	#nav li li a{
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		border-bottom:none;
		background-image:none;
		padding-left:20px;
		background-color:#f2f2f2;
		padding-top:10px;
		padding-bottom:10px;
		font-size:1.1em;
		text-align:center;
		color:#000;
	}
	
	/* La page / niveau 3 */
	#nav li li li a {
		font-size:0.7em;
	}
	
	#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:#fff;
    }
	#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;
}