*{
	padding: 0;
	margin: 0;	
}

body{
	width:960px;
	font-family : arial;
	margin:auto;
	background-image:url("../img/fond.jpg");
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 5px solid black;
	margin-top:10px;
	margin-bottom:10px;
	height:600px;
}

#white{
	background-color:white;
}

#left {
	width:400px;
	float:left;
	height:567px;
	background-color:white;
}

#right{
	width:530px;
	background-color:white;
	margin-left:420px;
	height:567px;
	
}

#header {
	height:92px;
	width:400px;
	background-image:url("../img/bannierehaut.jpg");
	background-color:white;
	margin:10px;
}	

#nav{
	background-color: #900;
	height:18px;
}

a img{
	border:0;	
}
			
/* MENU */			
			#menu {
				list-style: none ;
				}
			#menu li {
				float: left ;
				/*margin-right: 1px ;*/
				background: #c00 ;
				width:133px;
				}
			#menu li a {
				display: block ;
				background: #900;
				color: #fff ;
				line-height: 1em ;
				padding: 1px 0 ;
				text-align: center ;
				text-decoration: none ;
				}
			#menu li a:hover, #menu li a:focus, #menu li a:active {
				background: white;
				color: black;
				}



#footer
{
	text-align:center;
	font-size:12px;
	background-color:white;
}

#footer a{
	text-decoration:none;
	color: black;
}

#footer a:hover {
	text-decoration:underline	
}

#content{
	padding:10px;
	padding-left:15px;
	padding-right:0px;
	text-align:justify;
	font-size:12px;
}

#photos
{
	padding:10px;
	padding-top:20px;
}

#troisphotos{
	padding-left:10px;
	padding-right:10px;
}

#map{
	padding-top:25px;
}

.tarifs{
	font-size:12px;	
}

.tarifs td{
	border:1px solid black;
	padding:2px;
}

#formmail legend{
	margin:10px;
}

.center{
	text-align:center;	
}

#pub{
	margin:auto;
	margin-top:10px;
	text-align:center;	
}

