@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

body{
	background:url(img/bg2.jpg) fixed;
	background-size:cover;
}

h2{font-family: 'Actor', sans-serif; background-color:#273E45; padding:4px 10px; color:#FFFCE2;}

a{text-decoration:none; color:#FFFCE2;}
a:hover{color:#CC0;}

.filled{background:#273E45; color:#FFFCE2;}

#logo_bloc{
	display:block;
	
	height:100px;
	width:1000px;
	margin:auto;
}



#menu{
	display:block;
	
	height:60px;
	width:100%;
	min-width:1000px;
	
	background-color:#152A38;
	
	line-height:60px;
}

#menu_in{
	display:block;
	width:1000px;
	margin:auto;
}

#menu ul li{
	display:inline;
	padding:20px 15px 21px 15px;
	
	cursor: pointer;
	
	font-family: 'Actor', sans-serif;
	color:#FFFCE2;
}

#menu ul li:nth-child(n+2){
	margin-left:40px;
}


#menu ul li:hover{
	background-color:#273E45;
	color:#CC0;
}

#container{
	display:block;
	
	width:1000px;
	margin:auto;
}

#bloc_1{
	
	width:1000px;
	margin:40px 0 0 0;
	height:400px;
}


#slider{
	display:inline-block;
	
	width:650px;
	height:400px;
	
	
}

/* **************PAGE PRINCIPALE********** */

/*SLIDER*/

ul.images { position:relative; top:0px;left:0px; }

#slider h3{position:absolute; top:0px; left:0px;}
.images li{list-style:none;}
.images li a{text-decoration:none;}

#slider img { position:relative; top:0px;left:0; list-style:none;}

ul.triggers { DISPLAY:none; }



#reservation{
	display:inline-block;
	
	position:absolute;
	top:885px;
	
	width:300px;
	margin-left:46px;
	height:400px;
	
	background-color:rgba(255,252,226,0.9);
	
}

#reservation table{
}

input {
    border: 4px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 10px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 5px 0;
}

#bloc_2{
	display:block;
	width:1000px;
	height:500px;
	
	margin:40px 0 0 0;
	
	background-color:#152A38;
}

.specialite{
	display:inline-block;
	width:300px;
	height:350px;
	
	margin-top:20px;
	
	margin-left:23px;
}

.specialite p{
	padding:10px;
	text-align:justify;
	font-family: 'Actor', sans-serif;
}

.specialite div{
	font-family: 'Actor', sans-serif;
	font-size:20px;
	line-height:40px;
	
	margin:auto;
	width:200px;
	text-align:center;
	
	cursor:pointer;
	
	border-bottom:solid 5px #122430;
	border-top:solid 5px #193242;
	border-radius:10px;
	
	background-color:#193242;
	color:#FFFCE2
}

.specialite div:hover{
	border-bottom:solid 5px #122430;
	border-top:solid 4px #152A38;
	border-radius:10px;
	
	background-color:#152A38;
	color:#CC0;
	margin-top:1px;
	
}

.bouton{
	display:block;
	position:relative;
	top:25px;
	font-family: 'Actor', sans-serif;
	font-size:20px;
	line-height:40px;
	
	margin:auto;
	width:300px;
	text-align:center;
	
	cursor:pointer;
	
	border-bottom:solid 5px #122430;
	border-top:solid 5px #273E45;
	border-radius:10px;
	
	background-color:#273E45;
	color:#FFFCE2;
}

.bouton:hover{
	border-bottom:solid 5px #122430;
	border-top:solid 4px #243940;
	background-color:#243940;
	border-radius:10px;
	

	color:#CC0;
	margin-top:1px;
}

.specialite h2{
	color:#CC0;
}


#footer{
	display:block;
	
	width:100%;
	min-width:1000px;	
	margin:20px 0 0 0;
	
	background:#273E45;
}

#footer_inside{
	display:block;
	width:1000px;
	margin:auto;
	padding:20px 0 20px 0;
}

.footer_item{
	display:inline-block;
	width:300px;
	
	color:#FFFCE2;
}



#logo_footer{
	text-align:center;
}

.footer_item h2{
	background:#152A38;
}

.footer_item:nth-child(n+2){
	margin-left:46px;
}

.footer_item li{
	list-style:none;
	padding:10px 0 0 10px;
	
	font-family: 'Actor', sans-serif;
}

.align_right{
	text-align:right;
}

#copyright{
	font-family: 'Actor', sans-serif;
	text-align:center;
	color:#FFFCE2;
	
	display:block;
	width:100%;
	min-width:1000px;
	height:30px;
	line-height:30px;
	
	
	background-color:#152A38;
}
	



/* ***************PAGE CARTE******************* */

#bloc_3{
	width:1000px;
	
	background-color:#152A38;
	
	margin:40px 0 0 0;
	
	padding:0 0 45px 0;
}

#bloc_4{
	width:1000px;
	
	background-color:#152A38;
	
	margin:40px 0 0 0;
	
	padding:0 0 25px 0;
}

#bloc_5{
	width:1000px;
	
	background-color:#152A38;
	
	margin:40px 0 0 0;
	
	padding:0 0 0 0;
}

#bloc_3 h2:nth-child(n+1){
	margin-top:20px;
}

.carte_item{
	display:block;
	width:950px;
	height:100px;
	margin:auto;
	
	margin-top:15px;
}

.carte_photo{
	width:200px;
	float:left;
	
}

.carte_item_title{
	width:720px;
	font-family: 'Actor', sans-serif; font-size:20px; padding:4px 5px; color:#CC0;
	
	float:right;
}

.carte_item_desc{
	width:720px;
	float:right;
	padding:4px 5px;
	
	font-family: 'Actor', sans-serif;
	color:#FFFCE2;
	
		
}

.carte_element{
	display:inline-block;
}

/* ********TRAITEUR******* */

.catchphrase{
	font-family: 'Dancing Script', cursive;
	font-size:36px;
	font-style:italic;
	
	text-align:center;
	width:800px;
	margin:auto;
	padding:20px 0;
	
	color:#CC0;
}

#bloc_4{
	width:1000px;
	
	background-color:#152A38;
	
	margin:40px 0 0 0;
	
	padding:0 0 25px 0;
}

/* ******CONTACT******** */
.contact_p{
	font-family: 'Actor', sans-serif;
	font-size:20px;
	font-style:italic;
	
	width:800px;
	margin:auto;
	padding:20px 0;
	
	color:#CC0;
}

.contact_p ul li{
	list-style:none;
	font-style:italic;
}

#bloc_3 input {
    border: 4px solid #273E45; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 10px;
    background: #152A38;
	color:#FFFCE2;
    margin: 0 0 5px 0;
}

#bloc_3 textarea {
    border: 4px solid #273E45; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 10px;
    background: #152A38;
	color:#FFFCE2;
    margin: 0 0 5px 0;
}