body {
	background: #70003F url(images/background.png) repeat-y center top;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #97896b;
	margin: 0px;
	padding: 0px;
}
#main-accueil {
	background: url(images/background-main.jpg) no-repeat center top;
	position: relative;
	width: 778px;
	left: 50%;
	margin-left: -390px;
	overflow: visible;
	height: 645px;
	padding-right: 0px;
	padding-top: 0px;
	z-index: 10;
}
#content-accueil {
	overflow: auto;
	position: absolute;
	width: 355px;
	top: 190px;
	right: 13px;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
}
h1.h1-accueil    {
	position: absolute;
	z-index: -10;
	width: 300px;
	font-size: 9px;
	font-weight: normal;
	margin-left: -150px;
	left: 50%;
}

#content-accueil h2 {
	font: italic normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #f5a700;
	margin-bottom: 5px;
	margin-top: 15px;
}
#content-accueil p {
	margin-top: 0px;
}
#content-accueil  ul {
	margin: 0px 0px 0px 6px;
	padding: 0px;
}
#content-accueil li {
	margin: 0px;
	list-style-type: none;
}



#menu-accueil {
	width: 778px;
	margin-left: -389px;
	position: relative;
	left: 50%;
	height: 100px;
	text-align: left;
	padding-left: 0px;
}
#menu-accueil a span {
	font-size: 0px;
	visibility: hidden;
}
#menu-accueil a {
	text-decoration: none;
}

#main {
	background: url(images/header.jpg) no-repeat center top;
	position: relative;
	width: 778px;
	left: 50%;
	margin-left: -390px;
	overflow: visible;
	height: 294px;
	padding-right: 0px;
	padding-top: 0px;
}

#menu {
	width: 778px;
	margin-left: -389px;
	position: absolute;
	left: 50%;
	height: 89px;
	text-align: left;
	padding-left: 0px;
	bottom: 0px;
}
#menu a span {
	font-size: 0px;
	visibility: hidden;
}
#menu a {
	text-decoration: none;
}
#content {
	padding: 10px;
	width: 758px;
	margin-left: -389px;
	position: relative;
	left: 50%;
	text-align: justify;
}
#content h1 {
	text-align: right;
	padding-bottom: 0px;
	border-bottom: 3px dotted #353026;
	padding-top: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #4D4637;
	font: italic bold 26px Georgia, "Times New Roman", Times, serif;
}
#content h2 {
	font: italic bold 20px Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h3 {
	font-size: 13px;
}

#content a:link, #content a:active, #content a:visited {
	color: #F7A501;
}
#content a:hover {
	color: #CD005B;
}




#bouton-accueil {
	background: url(images/bouton-accueil.png) no-repeat center bottom;
	overflow: hidden;
	position: absolute;
	height: 77px;
	width: 141px;
	display: block;
	left: 12px;
	top: 11px;
}
#bouton-accueil:hover {
	background: url(images/bouton-accueil.png) no-repeat center top;
}
#bouton-realisations {
	background: url(images/bouton-realisations.png) no-repeat center bottom;
	overflow: hidden;
	position: absolute;
	height: 77px;
	width: 141px;
	display: block;
	left: 165px;
	top: 11px;
}
#bouton-realisations:hover {
	background: url(images/bouton-realisations.png) no-repeat center top;
}
#bouton-bio {
	background: url(images/bouton-bio.png) no-repeat center bottom;
	overflow: hidden;
	position: absolute;
	height: 77px;
	width: 141px;
	display: block;
	left: 318px;
	top: 11px;
}
#bouton-bio:hover {
	background: url(images/bouton-bio.png) no-repeat center top;
}
#bouton-tarifs {
	background: url(images/bouton-tarifs.png) no-repeat center bottom;
	overflow: hidden;
	position: absolute;
	height: 77px;
	width: 141px;
	display: block;
	left: 471px;
	top: 11px;
}
#bouton-tarifs:hover {
	background: url(images/bouton-tarifs.png) no-repeat center top;
}
#bouton-contact {
	background: url(images/bouton-contact.png) no-repeat center bottom;
	overflow: hidden;
	position: absolute;
	height: 77px;
	width: 141px;
	display: block;
	left: 624px;
	top: 11px;
}
#bouton-contact:hover {
	background: url(images/bouton-contact.png) no-repeat center top;
}
#footer {
	height: 65px;
	width: 778px;
	margin-left: -389px;
	position: relative;
	left: 50%;
	text-align: center;
	margin-top: 20px;
	color: #635b4b;
	border-top: 1px dashed #333;
	padding-top: 5px;
	font-size: 11px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #7f6022;
	text-decoration: none;
}
#footer a:hover {
	color: #886C33;
	text-decoration: underline;
}

.souligne {
	text-decoration: underline;
}
#contact-left {
	float: left;
	width: 48%;
	margin-right: 2%;
	padding-right: 2%;
	border-right: 1px solid #4D4637;
}
.float-left {
	float: left;
	margin-right: 5px;
}
.float-right {
	float: right;
	margin-left: 7px;
}



.clear-both {
	clear: both;
}
.align-center {
	text-align: center;
}
input, textarea {
	background: #3c362b;
	color: #FFFFFF;
	border: 1px solid #58503F;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.tarif-left {
	position: relative;
	width: 309px;
	float: left;
	left: 30px;
	background: #000000;
	padding: 45px 10px 0px;
	border: 1px solid #3C362B;
	height: 235px;
}
.tarif-right {
	width: 309px;
	left: -30px;
	background: #000000;
	float: right;
	position: relative;
	padding: 45px 10px 0px;
	border: 1px solid #3C362B;
	height: 235px;
}
.tarif-left h2, .tarif-right h2 {
	background: #3C362B;
	color: #000000;
	position: absolute;
	top: 0px;
	border: 5px solid #3C362B;
	left: 0px;
	right: 0px;
	width: 319px;
	padding: 0px;
	margin: 0px;
}
.tarif-left p, .tarif-right p {
	margin-top: 10px;
	padding-top: 0px;
}
.tarif-left em, .tarif-right em {
	font-size: 9px;
	font-weight: normal;
}
.tarif-left h3, .tarif-right h3 {
	position: absolute;
	bottom: 0px;
	background: #3C362B;
	color: #FFFFFF;
	border: 5px solid #3C362B;
	left: 0px;
	right: 0px;
	width: 319px;
	padding: 0px;
	margin: 0px;
}
.prix {
	color: #FFC246;
}img {
	text-decoration: none;
	border-style: none;
}
.thumbnails {
	display: block;
	text-align: center;
	float: left;
	position: relative;
	width: 340px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
}
#thumbnails {
	width: 680px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	font-style: italic;
	line-height: 30px;
}
#thumbnails a {
	text-decoration: none;
}
.rose {
	color: #F5A700;
}
