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

body{
	background-image: url(../images/bgBody.jpg);
}
/*
strong{
	color: #7f0c00;
}
*/
#conteneur{
	font-family: trebuchet, arial, sans-serif;
  	margin-top: 30px;
	height : 680px;
	width : 1024px;
	margin-left: auto; 
    margin-right: auto; 
	background-color : #3e4c59;
}

#banniereTop{
	width: 670px;
	height: 110px;
	background-repeat : no-repeat;
	margin-left: auto; 
    margin-right: auto; 
	background-image:url(../images/ban.jpg);
}

#footer{
	width: 670px;
	height: 130px;
	background-repeat : no-repeat;
	margin-left: auto; 
    margin-right: auto; 
	background-image:url(../images/footer.jpg);
}

#listeMenu{
		width: 1024px;
		height: 25px;
		margin: 0 0 0 0;
		padding: 0;
		list-style-type:none;
		background-color: black;
		font-size: 16px;
}

.lienMenu{
	float: left ;
	text-align: center ;
	margin-top: 2px;
	margin-right: 20px;
	margin-left: 10px;
}

#reservation{
	/*position: absolute;*/
	/*right: 150px;*/
	float: left;
	right: 10px;
	margin-top: 2px;
	margin-left: 100px;
	color: red;
}

ul#listeMenu a{
	text-decoration:none;
	border:none;
	color: white;
}


ul#listeMenu a:hover{
	
	color: #cb985c;
}

#contenu{
	margin-top : 10px;
}


#gauche{
	float: left;
	width:500px;
	height:375px;
	margin: 0px 0 0 5px;
}

#droite{
	margin: 0px 0 0 510px;
	width:500px;
	height:375px;
	text-align: center;
	font-size: 17px;
	padding: 0px 4px 4px 4px;
	border-left: #333333 1.5px solid;
	border-bottom: #333333 1.5px solid;
}

#listeSousMenu{
	/*position : absolute;
	top: 163px;*/
	/*right: 133px;*/
	/*margin-top : 10px;*/
	height: 20px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	list-style-type:none;
	/*background-image: url(bgSousMenu2.png);*/
	background-color : #a81c2d;
	font-size: 14px;

}

ul#listeSousMenu a{
	text-decoration:none;
	border:none;
	color: white;
}

.lienSousMenu{
	float: left ;
	text-align: center;
	margin-top: 2px;
	margin-left: 5px;
	padding-right:5px;
	border-right: solid 1px black;
}

ul#listeSousMenu a:hover{
	color: #cb985c;
}

#texteAgauche{
	text-align : left;
}


a img
{
	border:none;
}

#gaucheGalerie{
	float: left;
	width:500px;
	height:375px;
	margin: 20px 0 0 240px;
}
.evidence{
	color : #CCCCCC;
}
