@charset "utf-8"; 
 
 html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
/* permet de supprimer toutes marge */
body {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Nav li img{
	margin: 0 4px;
	vertical-align: middle;
	
}

 /*=== Menu Vertical ===*/
@media only screen and (max-width: 569px) {
 
.btn_h {
	display:block;
	position:relative;
	width:auto;
	min-height:28px;
	margin:4px 0 0 0;
	border-bottom: thin solid #67A3D9;
	text-align:right;
	padding: 5px 10px 5px;
	background: #222 ;
	color: #ffe;
	font:bold 15px 'Open Sans', sans-serif;;
	letter-spacing:0.2em;
	cursor:pointer; 
}

.btn_h img {
	margin-left:5px;
	margin-top:0px;
	padding:2px  ;
	vertical-align:middle;
	border:0px solid #ccc ;
	background:none;
	-webkit-border-radius: 4px;  -moz-border-radius: 4px;   border-radius: 4px;
}


#Nav ul{
	display:block;
 	position:relative;
  	width:auto ;
	list-style: none;
  	margin: 0;
 	 padding: 0;
	/* translate with hardware acceleration 
		-webkit-transform: translateZ(0); 
		-ms-transform: translateZ(0);
		        transform: translateZ(0);
		-webkit-transition: max-height .4s;
		        transition: max-height .4s;
		will-change: max-height;*/

		
}
/* Pour fermer UL de la balise #Nav*/
#Nav.ul_closed ul {
		max-height: 0;
		overflow: hidden;
	}

#Nav  li {
	
	list-style: none;
  	border: 0px solid #600 ;
  	margin: 0px ;
	padding: 0;
  	font: 1em "Trebuchet MS",Arial,sans-serif ;
  	line-height: 1.1em ;
	
}

#Nav li a {
	display:block;
	width:auto;
	height:20 px;
	border-bottom: 1px solid #67A3D9 ; /*or d3b67a brown dark 1d110b*/
	padding:10px 10px; 
	font-weight:normal;
 	color: #E7F4FC ;
	background: #222 ;
	text-decoration: none;
}

#Nav li a:hover, #Nav li a:focus, #Nav li a:active {
	color: #d0d0d0; /*#2793dc jaune pale #fefdac;*/
	text-indent: 12px;
	background-repeat: repeat-x;
	background-position: top left repeat-x;
	background-image: url(images/fond_cel_li_h.jpg);
	 background: #2A4358 ;
	text-decoration: none;
}

#Nav li.home a  {
	display:block;
	width:auto;
	height:20 px;
	border-bottom: 1px solid #67A3D9; /*or d3b67a brown dark 1d110b*/
	 padding:10px 10px; 
	font-weight:normal;
 	color:#fefdac;
	text-indent:12px;
	background: #333 url(img/arrow_menu_480.png) left center no-repeat;
 	text-decoration: none ;
	cursor:default;
}
 
}
  /*=== Menu Horizontal ===*/
@media only screen and (min-width: 570px) {

 .btn_h {
	display:none;
 }
 
 #Nav ul {
 padding:0;
 margin:0;
  list-style-type:none;
 }
	
#Nav li {
	float:left;
 	margin: 0px ;
  	margin-right:-5px;/* supprime les espace du au retour ligne des LI dans le html */
}

#Nav li a {
	display: block ;
	width:80px;
	height:20px;
  padding: 10px 20px  ;
  background: #222 url(images1/fond_menu.jpg)  top center repeat-x;
  color: #E7F4FC ;
  border-left: 1px solid #67A3D9 ;
  border-right: 1px solid #67A3D9 ;;
  font: 1em "Trebuchet MS",Arial,sans-serif ;
  line-height: 1em ;
  text-align: center ;
  text-decoration: none ;
  }

#Nav li a:hover, #Nav li a:focus, #Nav li a:active {
  border-left: 1px solid #C0C0C0  ;
  border-right: 1px solid #C0C0C0  ;
  color:#32aff8; /*2793dc jaune pale #fefdac;*/
   background: #2A4358 ;
}

#Nav li.home a  {
	display: block;
	width:80px;
	height:20px;
  padding: 10px 20px  ;
  background: #333 url(img/arrow_menu.png) bottom center repeat-x;
  color:#fefdac;
  border-left: 1px solid #C0C0C0  ;
  border-right: 1px solid #C0C0C0  ;
  font: 1em "Trebuchet MS",Arial,sans-serif ;
  line-height: 1em ;
  text-align: center ;
  text-decoration: none ;
  cursor:default;
  }

}
 
