@charset "UTF-8";
/* CSS Document */
@font-face{
  font-family: 'CaviarDreams';
  src: url('../css/fonts/CaviarDreams.ttf');
}
@font-face{
  font-family: 'CaviarDreams_Bold';
  src: url('../css/fonts/CaviarDreams_Bold.ttf');
}
header{
  background-color:#fff;
  opacity: 0.95;
  filter: alpha(opacity=95); /* For IE8 and earlier */
 
}
div.menu {
position:absolute;	
width: 40px; /* largeur obligatoire pour être centré */
}

img.menu {
	margin:10px;
  width: 40px; /* largeur obligatoire pour être centré */
  
}
div.logo {
  margin-left: auto;
  margin-right: auto;
  width: 300px; /* largeur obligatoire pour être centré */

}
img.logo{
	margin-top:5px;
	height:60px;
}
div.menu:hover{
	cursor:pointer;
}

div.telephone {
font-family:CaviarDreams;
font-size:24px;
color:#ffcf00;
position:absolute;

top:2px;
right:10px;	
float: right;
width: auto; /* largeur obligatoire pour être centré */
}
#btn-reserver-hd{
height:60px; vertical-align:middle; margin-left:20px;	
}
.telephone_cde{

display:table;

}
.ic_head_cde{
height:auto; width:auto; margin:5px; vertical-align:middle; margin-left:20px;
border:1px solid #ffcf00;
border-radius:3px;	
display:table;
padding:5px;
float:left;
}
.ic_head_cde img{
	height:35px;
}
a.tel{
color:inherit;
    text-decoration:none;	
	}
.la_chef{
width:300px;	
}
#arbre{
display:none;
position:absolute;
width:300px;
font-family:CaviarDreams_Bold;
font-size:20px;
z-index:2;
}
#arbre li{
padding-top:15px;
padding-left:10px;
background:#FFF;
border-bottom:#bf8d30 1px solid;
height:35px;	
}
#arbre li a {
color:#ffcf00;	
text-decoration:none;	
}
#arbre li a:hover {
color:#bf8d30;	
text-decoration:none;
border-bottom:dotted #bf8d30 1px;
cursor:pointer;	
}

@media screen and (max-width: 640px){


img.logo {
display:none; /* largeur obligatoire pour être centré */
}	
#btn-reserver-hd{
height:55px; 
}
.ic_head_cde img{
	height:30px;
}
div.logo{
height: 60px
}
#arbre{
z-index:20;	
}

footer{
font-size:18px;
}

footer h2, footer h1{
font-size:21px;	
margin-top:25px;
}
.ftdiv{
width:100%;
float:left;	
}

}






@media screen and (min-width: 641px) and (max-width: 850px) {

img.logo {
margin-top:0px;

margin-left:-30px; /* largeur obligatoire pour être centré */

}
div.telephone{
top:5px;	
}
#btn-reserver-hd{
height:50px; 
}
.ic_head_cde img{
	height:30px;
}
div.logo{
height: 60px
}
#arbre{
z-index:20;	
}

footer{
font-size:16px;
}

footer h2, footer h1{
font-size:21px;	
}


}
}
@media screen and (min-width: 851px) and (max-width: 1024px) {

img.logo {
margin-top:10px;
width:200px; /* largeur obligatoire pour être centré */
}
#btn-reserver-hd{
height:55px; 
}
div.logo{
height: 60px
}
#arbre{
z-index:20;	
}

footer{
font-size:18px;
}

footer h2, footer h1{
font-size:21px;	
}

}
@media screen and (min-width: 1600px) {
html{
width:1599px;
margin:auto;	
}
div.telephone {	
margin-top:-65px;
position:relative;
/* largeur obligatoire pour être centré */
}
body{
width:1600px;
margin:auto;
}
}