* {
	padding:0;
	margin:0;
}

body {
	background-color: white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #5d717e;
	text-align:center;
	background: #cec8ae url(../images/bg.jpg) repeat-x;
	
	position:relative;
}

/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}

/* Footer links */
ul.footer_links{
	list-style-type:none;
	clear:both;
	height:2em;
	margin-top:2em;
}
ul.footer_links li{
	float:left;
	margin-right:2em;
	height:2em;
}
ul.footer_links  a{ text-decoration:none; }
ul.footer_links  a:hover{ color:black; }
ul.footer_links li img.icon{ vertical-align:-2px; }

/* global style */
a {
	color: #5d717e;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
input:focus {
	outline: 0;
	outline-offset: 0;
}
a img {
	outline: none;
	border: none;
	text-decoration: none;
}
h2 {
	font-size: 1.1em;
	line-height:1.6em;
	padding-left:0.5em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #374853;
	background: transparent url('../images/title_bg.gif') no-repeat top left;
	height: 21px;
}
h2 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h3 { font-size: 1.1em; margin: 1em 0; }
h4 { font-size: 1em; }

/* global layout */
#page {
	width: 900px;
	margin:0 auto;
	text-align:left;
	position:relative;
	background: transparent url('../images/bg_page.png') repeat-y;
	padding:0px 10px;
	position:relative;
}
h1#logo {
	float: left;
	height:100px;
	width:900px;;
}
#header {
	float: left;
	text-align: left;	
	background: url('../images/bg_header.jpg') repeat-x; 	
	height:140px;
	width:900px;
}

#warning {
	width:600px;
	margin:0 auto;
	border:1px solid #ccc;
	background-color:#f0f0f0;
	display:block;
	height:100px;
	padding:15px;
}

#warning img {
	float:left;
}

#warning #texte {
	float:left;
	width:500px;
	margin-left:30px;
}

#warning #texte #equipe {
	float:right;
	margin-right:30px;
	margin-top:10px;
}

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

#left_column, #center_column, #right_column {
	float:left;
}
#left_column {
	clear:left;
	width:200px;
	padding-bottom:150px;
	background:#736b68 url("../images/bg_leftbar.jpg") bottom center no-repeat;
}
#center_column {
	width: 660px;
	margin: 0 0 10px 0;
	padding: 20px;
}
#right_column {
	width: 0px;
}

#arabesque_l {
	float:left;
	position:absolute;
	left:-110px;
	top:140px;
}

#arabesque_r {
	float:right;
	position:absolute;
	left:910px;
	top:140px;
}

div.rte p {
	margin:0.5em 0pt;
	padding-left:0.7em;
}


/* Header */
#header ul { list-style: none; }
#header form {
	border: none;
	margin-bottom: 0!important;
	display: inline;
}
#header label {
	margin: 0;
	float: none;
}


/* top links */
ul#header_links {
	margin: 0em 0em 0 0;
	list-style-type: none;
	float: left;
}
#header_links li {
	float:left;
	width: 66px;
}

#date {
	font-weight:bold;
	text-align:center;
	width:200px;
	height:28px;
	float:left;
	padding-top:12px;
	color:#fff;
}


#permanent_links li {
	float:left;
	width: 140px;
	height:40px;
}

#permanent_links li.linkAccueil {
	width: 200px;
}

#permanent_links a {
	display: block;
	height:40px;
	width: 140px;
	text-align: center;
	text-decoration: none;
}

#permanent_links .linkAccueil a {
	background: url('../images/btAccueil_off.jpg') no-repeat;
	width: 200px;
}

#permanent_links .linkShop a {
	background: url('../images/btShop_off.jpg') no-repeat;
}

#permanent_links .linkWho a {
	background: url('../images/btWho_off.jpg') no-repeat;
}

#permanent_links .linkLinks a {
	background: url('../images/btLinks_off.jpg') no-repeat;
}

#permanent_links .linkPresse a {
	background: url('../images/btPresse_off.jpg') no-repeat;
	width: 140px;
}


#permanent_links .linkContact a {
	background: url('../images/btContact_off.jpg') no-repeat;
}

#permanent_links .linkSpa a {
	background: url('../images/btSpa_off.jpg') no-repeat;
}


#permanent_links a:hover{
	background-position: 0 -40px;

}

/* Center */ 

#center_column {
	color:#000;
	font-family:Verdana;
	text-align:left;
	font-size:12px;
	position:relative;
}

#center_column p.texte{
	text-indent:40px;
}

#center_column h1 {
	font-size:16px;
	margin:20px 0 30px;
	padding-left:30px;
	color:#69B5F1;
	background:transparent url("../images/fd_h1.jpg") left top no-repeat;
	
}

#center_column #pres {
	margin-left:50px;
	font-size:14px;
	margin-top:20px;
}

#center_column ul {
	margin-left:50px;
}

#center_column li {
	margin-top:10px;
}



#center_column #left_point {
	width:280px;
	border-right:1px #ccc solid;
	padding: 0 20px;
	float:left;
	margin:30px 0;
	height:400px;
	position:relative;
}

#center_column #right_point {
	border-left:1px #ccc solid;
	width:280px;
	padding: 0 20px;
	float:left;
	margin:30px 0;
	height:400px;
	position:relative;
}


#center_column #descriptif {
	margin-top:30px;
	text-indent:30px;
}

.image_right {
	margin:0 0 20px 20px;
	float:right;
}

.boutique .image_right, .contact .image_right, .news .image_right, .collaboration .image_right, .liens_utiles .image_right {
	margin:40px -20px 0;
	float:right;
}

.contact .image_right2 {
	margin:0 30px 30px 20px;
	float:right;
}

.centre_spa table {
	border:1px #D2CCB6 solid;
	border-spacing: 0px;
	border-collapse: collapse; 
	margin:20px auto;
	text-align:center;
}

.centre_spa table td{
	border:1px #D2CCB6 solid;
	padding:10px;
}


/* Footer */
#footer {
	clear: both;
	height:80px;
	background:#84B353 url('../images/bg_footer.jpg') repeat-x;
	padding-top:9px;
	color:#fff;
	
}
#paiement_logo_block_left {
	width:200px;
	text-align:center;
	float:left;
}

#footer .block_various_links { list-style: none; width:670px; margin:27px auto 0; text-align:center;}
#footer .block_various_links img { float:left;margin-right:30px}
#footer .block_various_links a{ color:#fff;  }
#footer .block_various_links ul { padding-top:10px; float:right;}
#footer .block_various_links li {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 auto;
text-align:center;
width:670px;
}


#footer .block_various_links li.first_item {
	border: none;
	padding-left: 0px;
}

/* Default block style */
div.block {
	width: 200px;
}
#left_column div.block, #right_column div.block {
	background: transparent url('../images/block_footer.gif') no-repeat bottom left;
}
div.block h4 {
	text-transform: uppercase;
	font-family: Helvetica, Sans-Serif;
	font-weight: bold;
	border-bottom:1px solid #595A5E;
	color: #374853;
}
div.block h4 a { color: #374853; }
div.block ul { list-style: none; }
div.block a:hover { text-decoration: underline; }
#left_column div.block .block_content a.button_large, #right_column div.block .block_content a.button_large { margin:0 0 0 -3px; }
div.block {	
	margin:0 0 -2px;
}



div.block li {
	list-style-position: outside;
}
div.block a {
	color: #595a5e;
	text-decoration: none;
}

.contact input, .contact textarea {
	width:460px;
}

.contact .code {
	margin-left:20px;
	width:150px;
}

.contact textarea {
	height:250px;
}

.contact .button_large{
	margin-left:20px;
	width:100px;
}

.contact .center, .contact .center table {
	text-align:center;
	padding-top:20px;
	margin:0 auto;
}

#actualites {
	color:#fff;
}

#actualites ul{
	background-color:#7A7770;
	padding-top:20px;
}

#actualites li{
	 list-style-type:none;
	 background: transparent url("../images/fd_puce.jpg") top left no-repeat;
	 width:140px;
	 margin-left:15px;
	 padding-bottom:30px;
	 padding-left:30px;
	 font-size:12px;
	 font-weight:bold;
	
}

#actualites a{
	color:#fff;
}

#bas_page {
	margin-top:-1px;
	color:#868163;
}



.news .actus li{
	 list-style-type:none;
}

.news .titre {
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#1d6ca9;
}

.news .date {
	font-size:12px;
	color:#000;
	font-style:italic;
}

.contact .error {
	color:#f00;
	font-weight:bold;
}

 .contact .right_td {
 	padding-left:20px;
}

 .contact td {
 	padding-bottom:20px;
}

.contact .code_span input {
	width:150px;	
}

.contact .erreur_code {
	margin:0 auto 30px;
	color:#f00;
	font-weight:bold;
	text-align:center;	
}
