body{
	margin: 0px;
	background-image:url(Images/Main.jpg);
	background-size: cover;
}
img.logo{
	margin-top: 4%;
	margin-right: 4%;
	height: 31%;
	width: 96%;
}
h1#titre{
	font-size: 22px;
	font-family: Calibri;
	color: white;
}
.transparent {
   opacity: 0.6; 		/*  CSS3  */
   filter(opacity=60);  /*  Pour IE  */
}
span.copyright{
	float: right;
	color: white;
	vertical-align: middle;
	font-size: 18;
	font-family: Calibri;
	font-variant: small-caps;
}
a.copyright{
	text-decoration: none;
	color: inherit;
}
a.copyright:hover{
	color: black;
}
.pres{
	font-size: 130%;
	font-family: Calibri;
	font-variant: small-caps;
	color: white;
	text-align: justify;
}
span.formulaire{
	font-size: 130%;
	font-family: Calibri;
	font-variant: small-caps;
	color: white;
	text-align: right;
}
table#formulaire{
	margin-left: 60px;
}
iframe.plan{
	/*float: right;*/
	height: 60%;
	width: 96%;
	margin-top: 3%;
	margin-top: 4%;
}
/* ---------------
-- Gestion des DIV
----------------*/
div#header{
	position: relative;
	background-color: rgba(255,255,255,0.6);
	width :100%;
	height: 12%;
}
div#headerlogo{
	position: absolute;
	width :25%;
	height: 100%;
	text-align: center;
}
div#headermenu{
	position: absolute;
	width :75%;
	height: 100%;
	margin-left: 25%;
}
div#main{
	position: relative;
	width :100%;
	height: 85%;
}
div#mainleft{
	position: absolute;
	width :15%;
	height: 100%;
}
div#maincenter{
	position: absolute;
	margin-left: 15%;
	width :70%;
	height: 100%;
	background-color: rgba(125,125,125,0.7);
	/*background-image:url(Images/ardoise.jpg);
	opacity: 0.7; /*  CSS3  */
    /*filter(opacity=70);  /*  Pour IE  */
}
div#maincenterleft{
	position: absolute;
	width :50%;
	height: 100%;
	text-align: center;
}
div#maincenterright{
	position: absolute;
	margin-left: 50%;
	width :50%;
	height: 100%;
	text-align: center;
}
div#maincenteraccueilleft{
	/*background-color: blue;*/
	position: absolute;
	width :69%;
	height: 100%;
	padding-left: 3%;
	padding-right: 3%;
}
div#maincenteraccueilright{
	margin-left: 75%;
	width :25%;
	height: 100%;
	text-align: center;
}
div#mainright{
	position: absolute;
	margin-left: 85%;
	width :15%;
	height: 100%;
}
div#accueil{
	display: block;
}
div#presentation{
	display: none;
}
div#contact{
	display: none;
}
div#reservation{
	display: none;
	padding-left: 3%;
}
div#footer{
	width :100%;
	height: 3%;
	background-color: rgba(255,255,255,0.6);
}

/* ---------------
-- Gestion du menu
----------------*/
.tabcenter{
	height: 50%;
	margin-top: 20px;
    float: right;
	margin-right: 2%;
}
.menuItem td{
	height: 100%;
	width: 150;
	padding: 2px;
	text-align: center;
	font-size: 26;
	font-family: Calibri;
	font-variant: small-caps;
	color: white;
}
.menuItem td:hover{
	color: rgb(122, 31, 92);
	cursor: pointer;
}
td.active{
	color: rgb(122, 31, 92);
	text-decoration: underline;
	font-variant: small-caps;
}

/* --------------
-- Menu déroulant
---------------*/
#Menuderoulant, #Menuderoulant ul{
	padding:0;
}
#Menuderoulant li{
	display:inline-block;
	position:relative;
}
#Menuderoulant ul li{
	display:inherit;
}
#Menuderoulant ul li:hover{
	text-align: center;
}
#Menuderoulant ul{
	position: absolute;
	z-index: 1000;
	max-height:0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 200px;
}
#Menuderoulant li:hover ul{
	max-height:15em;
	background-color: rgba(125,125,125,0.7);
}
#Menuderoulant li{
/*background-color: black;*/
}
#Menuderoulant a{
	text-decoration: none;
	text-align: center;
	display: block;
	width: 110;
	font-size: 26;
	font-family: Calibri;
	font-variant: small-caps;
	color: white;
}
#Menuderoulant ul a{
	padding:8px 0;
	width: 150;
	text-align: left;
}
#Menuderoulant li:hover li a{
	color:#fff;
	text-transform:inherit;
}
#Menuderoulant li:hover a, #Menuderoulant li li:hover a{
	color: rgb(122, 31, 92);
	cursor: pointer;
}
#Menuderoulant li a.active{
	color: rgb(122, 31, 92);
	text-decoration: underline;
	font-variant: small-caps;
}

/* ---------
-- Les Menus
----------*/
div#menu{
	position: relative;
	display: none;
	background-image:url(Images/ardoise.jpg);
	opacity: 0.7; 		 /*  CSS3  */
    filter(opacity=70);  /*  Pour IE  */
	width : 100%;
	height: 100%;
}
div#menu1, div#menu2, div#menu3, div#menu4, div#menu5, div#menu6{
	position: absolute;
	height: 40%;
	width: 25%;
	border: 2px solid white;
	border-radius: 10px;
	text-align: center;
}
div#menu1{
	margin-left: 7%;
	margin-top: 4%;
}
div#menu2{
	margin-left: 37%;
	margin-top: 4%;
}
div#menu3{
	margin-left: 67%;
	margin-top: 4%;
}
div#menu4{
	margin-left: 7%;
	margin-top: 34%;
}
div#menu5{
	margin-left: 37%;
	margin-top: 34%;
}
div#menu6{
	margin-left: 67%;
	margin-top: 34%;
}
table.menu{
	height: 100%;
	width: 100%;
	text-align: center;
	/*-weight: bold;*/
	font-size: 22px;
	font-family: Calibri;
	font-variant: small-caps;
	color: white;
}
td.titremenu{
	font-weight: bold;
	text-decoration: underline;
	color: rgb(122, 31, 92);
}

/* --------
-- La Carte
---------*/
div#carte{
	position: relative;
	display: none;
	background-image:url(Images/ardoise.jpg);
	opacity: 0.7; /*  CSS3  */
    filter(opacity=70);  /*  Pour IE  */
	width : 100%;
	height: 100%;
}
div#carteleft, div#cartecenter, div#carteright{
	text-align: center;
}
div#carteleft{
	position: absolute;
	width : 33%;
	height: 100%;
}
div#cartecenter{
	position: absolute;
	margin-left: 33%;
	width : 34%;
	height: 100%;
}
div#carteright{
	position: absolute;
	margin-left: 67%;
	width : 33%;
	height: 100%;
}
ul#carteitem{
	list-style-type: none;
	font-size: 22px;
	font-family: Calibri;
	font-variant: small-caps;
	color: white;
}

/* ------------
-- Plat du Jour
-------------*/
div#plat{
	display: none;
	background-image:url(Images/ardoise.jpg);
	opacity: 0.7; /*  CSS3  */
    filter(opacity=70);  /*  Pour IE  */
	width : 94%;
	height: 100%;
	padding-left: 3%;
	padding-right: 3%;
}
table.plat{
	/*height: 100%;*/
	width: 70%;
	padding: 2px;
	text-align: center;
	font-size: 26;
	font-family: Calibri;
	font-variant: small-caps;
	color: white;
}
tr.itemjour{
	height: 60px;
	text-align: center;
}
td.itemjourleft{
	width: 20%;
	text-align: right;
}
td.itemjourcenter{
	width: 60%;
}
td.itemjourright{
	width: 20%;
	text-align: left;
}

/* -------------
-- Galerie photo
--------------*/
div#photos{
	/*position: relative;*/
	display: none;
}
div#miniature{
	position: absolute;
	width: 30%;
	height: 100%;
}
div#galerie{
	position: absolute;
	margin-left: 30%;
	width: 70% ;
	height: 100%;
	/*padding: 15px ;
	margin: 15px 30px ;*/
	text-align: center ;
	font: 0.9em Georgia, serif ;
}
ul#galerie_mini{
  /*margin: 0 ;
  padding: 0 ;*/
  list-style-type: none;
  text-align: center;
}
ul#galerie_mini li{
  float: left;
}
ul#galerie_mini li a img{
  margin: 2px 2px ;
}
dl#photo{
  clear: both ;
  margin-top: 6%;
}
dl#photo dt{
  font: italic 2.5em/1.5em Georgia, serif ;
  color: #dcb ;
}
dl#photo dd{
  margin: 0 ;
}
dl#photo img{
  /*border: 1px solid #dcb ;*/
}
img#big_pict{
	width: 85%;
	height: 80%;
	background-size: cover;
}
img.mini{
	width: 70px;
	height: 70px;
}