@CHARSET "UTF-8";
html { }
#body{
background-color: #f2f2f2;
margin: 0px;
padding: 0px;  
}
#main{
background-image: url("../img/main.jpg");
width: 800px;
height: 536px;
background-repeat: no-repeat;
}
#main_white
{
background-image: url("../img/main_white.jpg");
width: 585px;
height: 371px;
}
#container{
	margin-top: 10px;
	height:580px; overflow: hidden; 
}
#bouton_visite
{
	width: 119px;
	height: 91px;
	border-left: 1px solid black;
	background-color: white;
	position: relative;
	left:290px;
	top:112px;
	overflow: none;
}
#content
{
	
	width: 585px;
	height: 371px;
	position: relative;
	top:-259px;
	left: -62px;
	
}
.bouton_lieu_1
{
	
}
#bouton_tarifs
{
	width: 119px;
	height: 94px;
	border-left: 1px solid black;
	background-color: black;
	position: relative;
	left:290px;
	top:112px;
	overflow: none;
}
#bouton_contact
{
	width: 119px;
	height: 91px;
	border-left: 1px solid black;
	background-color: black;
	position: relative;
	left:290px;
	top:112px;
	overflow: none;
}
#bouton_historique
{
	width: 119px;
	height: 95px;
	border-left: 1px solid black;
	background-color: black;
	position: relative;
	left:290px;
	top:113px;
	overflow: none;
}
.input_text
{
	background-color: transparent;
	border:0px;
	border-bottom: 1px solid #000000; 
}
.input_textarea
{
	background-color: transparent;
	border: 1px solid #000000;
}
.selection_info:hover
{
	display: inline;width: 150px;font-size:13px; height: 30px;
	background-color: #a8b874;
}
.selection_info_hover
{
	display: inline;width: 150px;font-size:13px; height: 30px;
	background-color: #a8b874;
}
.selection_info
{
	display: inline;width: 150px;font-size:13px; height: 30px;

}
a.selector:visited {
	color:black;
	text-decoration: none;
		
}
a.selector:hover {
	color:black;
	text-decoration: none;	
}
a.selector:active {
	color:black;
	text-decoration: none;	
}

a.selector:link {
	color:black;
	text-decoration: none;	
}
