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

body {
	background-image: url(2010/images/background.png);
	background-repeat:repeat-x;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

.content{
	background-color:#ecddc0;
	border:3px solid #201201;
	width:955px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:30px;
}

.menu{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	margin-top:40px;
	color:#FFFFFF;
}
.menu a{ color:#78410b }
.menu a:visited{ color:#78410b }
.menu a:hover{ color:#996633 }

.footer{
	position:relative;
	top:40px;
	height:20px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
}

.footerWA{
	position:relative;
	top:30px;
	height:70px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	color:#000000;
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
	font-size:11px;
}
.footerWA a{ color:#000000 }
.footerWA a:visited{ color:#000000 }
.footerWA a:hover{ color:#000000 }

.index{
	text-align:center;
}

.cursor{
	cursor:pointer;
}

.sautLignes{
	position:relative;
	top:40px;
}

.tab {
	border:medium 1px #000000;
	border-collapse: collapse;
	width:700px;
	text-align:center;
}
.tabContact{
	text-align:left;
}

.tarifs_header {
	font-style:italic;
	font-weight:bold;
}

.tarifs_footer {
	text-align:left;
	font-style:italic;
	font-size:12px;
}

.description {
	
	position:absolute; 
	width:330px;
}
.detailsG{
	position:relative;
	top:70px;
	width:500px;
}

.detailsD{
	left:350px;
	position:relative;
	top:-100px;
	width:610px;
}

.photoG{
	position:relative;
	top:20px;
}

.photoD{
	left:550px;
	position:relative;
}
.list{
	list-style:none;
	position:relative;
	
}
.listImg{
	float:left;
	width:155px;
	height:105px;
	text-align:center;
}