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

body {
 margin:0px;
 padding:0px;
 background-color:#625C51;
}

H1 {
 font-size:16px;
 font-weight:bold;
}

#header_wrapper {
 border-bottom:#FFFFFF solid 4px;
 /** positioning */
 float:left;
 width:100%;
 padding-left:50%;
}

#header {
 width:780px;
 height:149px;
 /** positioning */
 float:left;
 margin-left:-380px;
}

#logo {
 padding:25px 0px 0px 10px;
 font-size:0px;
}

#navigation {
 padding:28px 0px 0px 10px;
}

#content_wrapper {
 background-color:#D8D8D8;
 /** positioning */
 float:left;
 width:100%;
 padding-left:50%;
}

#content {
 background-color:#FFFFFF;
 width:760px;
 padding:30px 10px 10px 10px;
 font-family:Century Gothic, Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#36271B;
 /** positioning */
 float:left;
 margin-left:-380px;
}

#home_content_left {
	float:left;
	width:400px;
}

#home_content_right {
	float:left;
	width:282px;
}

#footer_wrapper {
 background:url(/medias/bottom_ornament_bg.gif) repeat-x;
 /** positioning */
 float:left;
 width:100%;
 padding-left:50%;
}

#footer {
 width:780px;
 padding:45px 0px 0px 0px;
 font-family:Century Gothic, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#BAB9B2;
 text-align:center;
 /** positioning */
 float:left;
 margin-left:-380px;
 margin-bottom:20px;
}

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

.nav_1_elmt {
 cursor:pointer;
}

p {
 margin:0px 0px 10px 0px;
 padding:0px;
}

.t1 {
 margin:0px 0px 10px 0px;
 padding:0px;
}

img {
 border:0px;
}

.emphasis {
 font-size:15px;
 font-weight:bold;
}

/** HOME PAGE */

_DIV {
 border:1px solid #FF0000; 
}

#home_content_left {
	float:left;
	width:478px;
}

#home_content_right {
	float:left;
	width:282px;
}

/** CONTACT */

#tarif_content_left {
	float:left;
	width:359px;
	padding-right:20px;
}

#tarif_content_right {
	float:left;
	width:359px;
	padding-left:20px;
	border-left:solid 1px #36271B;
}

#tarif_content_right a {
	color:#36271B;
	text-decoration:none;
}

.tarifs_table {
	width:359px;
}

.tarifs_table th {
 color:#36271B;
 text-align:left;
 font-size:12px;
 font-weight:bold;
}

.tarifs_table td  {
 width:50%;
}

/** GALERIES */

#galery_butons {
 text-align:center;
 height:45px;
 text-align:center;
 margin:0 auto;
}



