/**
* Général
*/
body {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	background: #fff url('/images/degrade.gif');
	background-repeat: repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

body,td,th {
	font-size: 12px;
	color: #897c36;
}
	
form {
	margin:0;
}

img {
	border:0;
}

input, select, textarea {
	margin-top:2px;
	margin-bottom:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#582c7e;
	background-color:#FFF;
	border:1px solid #7f7158;
}

/**
* Blocs de positionnement
*/
#conteneur {
	position: absolute;
	left: 50%;
	margin-left: -367px;
	width: 734px; 

}

#contenu {
	width: 734px; 
	height: 495px;
	margin-top: 18px;
	padding: 12px 11px 11px 11px;
	background-color: #FFFFFF;
	border: #929864 solid 1px;
}

#contenu_2 {
	width: 734px; 
	height: 688px;
	margin-top: 18px;
	padding: 12px 11px 11px 11px;
	background-color: #FFFFFF;
	border: #929864 solid 1px;
}

#contenu_3 {
	width: 734px; 
	height: 770px;
	margin-top: 18px;
	padding: 12px 11px 11px 11px;
	background-color: #FFFFFF;
	border: #929864 solid 1px;
}

#contenu_4 {
	width: 734px; 
	height: 960px;
	margin-top: 18px;
	padding: 12px 11px 11px 11px;
	background-color: #FFFFFF;
	border: #929864 solid 1px;
}

#contenu_mentions {
	width: 734px; 
	height: 1385px;
	margin-top: 18px;
	padding: 12px 11px 11px 11px;
	background-color: #FFFFFF;
	border: #929864 solid 1px;
}

#contenu_error {
	width: 734px; 
	height: 600px;
	margin-top: 18px;
	padding: 12px 11px 11px 11px;
	background-color: #FFFFFF;
	border: #929864 solid 1px;
}

#foto {
	width: 732px;
	height: 323px;
}

#foto_mentions{
	background: url(/images/photos/accueil/facade.jpg);
	width: 732px;
	height: 323px;
}


#foto_terrasse{
	background: url(/images/photos/mentions/terrasse.jpg);
	width: 732px;
	height: 323px;
}

#gauche {
	float:left;
	width: 510px;
	padding-top: 11px;
}

#gauche_int {
	float:left;
	width: 322px;
	padding-left: 65px;
}

#droite {
	float:right;
	padding-top: 32px;
	background: url(/images/actu.gif) no-repeat;
	height: 140px;
}

#droite_insert {
	float:right;
	padding-top: 32px;
	background: url(/images/actu.gif) no-repeat 0 30px;
	height: 140px;
	width: 219px;
	font-color: #603a77;
}

#droite_int {
	float:right;
}

#droite_tarif {
	float:right;
	padding-top: 32px;
	background: url(/images/tarifs.gif) no-repeat;
	width: 299px;
	height: 198px;
}

#droite_sugg {
	float:right;
	padding-top: 36px;
	background: url(/images/suggestions.gif) no-repeat;
	width: 299px;
	height: 194px;
}

#lavande {
	position:absolute;
	left: -100px;
	top: 270px;
	height: 326px;
}

#huile {
	position:absolute;
	left: -62px;
	top: 485px;
	height: 327px;
}

#cigale {
	position:absolute;
	left: -133px;
	top: 658px;
	height: 200px;
}

#santon {
	position:absolute;
	left: -80px;
	top: 523px;
	height: 200px;
}

#verre {
	position:absolute;
	left: -129px;
	top: 758px;
	height: 200px;
}

#verre_mentions {
	position:absolute;
	left: -129px;
	top: 1183px;
	height: 200px;
}


#footer {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #b1a0be;
	padding-left: 78px;
}

#footer2 {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #b1a0be;
	padding-left: 140px;
}

#bienvenue {
	padding-left:64px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #50529a;
}

#logo {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 22px;
}

#menu {
	padding-top: 8px;
	padding-bottom: 35px;
}

#mentions {
		padding-left: 65px;
		padding-right: 65px;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/**
* Class
*/

.clear { 
	clear: both; 
}

.titre {
	font:bold;
	color: #765b8a;
}

.rouge {
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ac0d15;
}

.tarifs {
	padding-left: 14px;
	padding-right: 26px;
	color: #ffd4d6;
}

.callage {
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 34px;
}

.sugg {
}

/**
* Liens
*/
a.copy {
	color: #b1a0be;
	text-decoration: none;
}

a.copy:link {
	color: #b1a0be;
	text-decoration: none;
}

a.copy:hover {
	color: #b1a0be;
	text-decoration: underline;
}
	
a.violet {
	color: #ae9cbc;
	text-decoration: underline;
}

a.violet:link {
	color: #ae9cbc;
	text-decoration: underline;
}

a.violet:hover {
	color: #614279;
	text-decoration: underline;
}

a.tarifs {
	color: #ffd4d6;
	text-decoration: underline;
}

a.tarifs:link {
	color: #ffd4d6;
	text-decoration: underline;
}

a.tarifs:hover {
	color: #ab5459;
	text-decoration: underline;
}

a.chambre {
	color: #ffd4d6;
	text-decoration: none;
}

a.chambre:link {
	color: #ffd4d6;
	text-decoration: none;
}

a.chambre:hover {
	color: #ab5459;
	text-decoration: underline;
}

a.sugg {
	color: #5b4126;
	text-decoration: underline;
}

a.sugg:link {
	color: #5b4126;
	text-decoration: underline;
}

a.sugg:hover {
	color: #aa950b;
	text-decoration: underline;
}
	
a.actu {
	color: #603a77;
	text-decoration: underline;
}

a.actu:link {
	color: #603a77;
	text-decoration: underline;
}

a.actu:hover {
	color: #fff;
	text-decoration: underline;
}

a.contact {
	color: #50529a;
	text-decoration: underline;
}

a.contact:link {
	color: #50529a;
	text-decoration: underline;
}

a.contact:hover {
	color: #929864;
	text-decoration: underline;
}