/* BOUTONS */
a.contactezNous{
	background-image:url(../images/interface/bouton_contactezNous.gif);
	display:block;
	background-repeat: no-repeat;
	background-position:0 0px;
	width:152px;
	height:61px;
	line-height:61px;
	margin: 0 0 0 0;
}

a.contactezNous:hover{
	background-position:0 -61px;
}

/* STYLES */
*{
	margin:0;
	padding:0;
}

body{
	/* Hack IE Pour Hover*/
	behavior:url("css/cssHover.htc");
	background-color: #382218;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#72583d;
}

.invisible{
	display: none;
}

/*------------------    H  ------------------*/
h1,h2,h3,h4,h5,h6,p{
	font-family: Arial, Helvetica, sans-serif;
}

/*------------------    H1   ------------------*/
h1{
	font-size: 20px;
	color:#72583D;
	margin: 0 0 30px 0;
}

/*------------------    H2   ------------------*/
h2{
	font-size: 16px;
	color:#72583D;
	margin: 0 0 20px 10px;
	border-bottom: 1px #e3c9b7 solid;
}

/*------------------   H3  ------------------*/
h3{
	font-size: 12px;
	color:#55412D;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 15px;
	margin: 0 0 15px 0;
}

/*------------------  H4  ------------------*/
h4{
	font-size: 12px;
	color:#55412D;
	font-weight: bold;
	text-indent: 15px;
	margin: 0 0 15px 0;
}
/*------------------  H5  ------------------*/
h5{
	font-size: 11px;
	color:#55412D;
	font-weight: bold;
	text-indent: 15px;
	margin: 0 0 15px 0;
}

/*------------------  H6  ------------------*/
h6{
	font-size: 10px;
	color:#72583D;
	text-indent: 15px;
	margin: 0 0 5px 0;
}

/*------------------  HR  ------------------*/

hr{
	height: 0em;
	border: none 0;
	border-top: 1px #E3C9B7 solid;
	margin: 0 0 0 15px;
}

/*------------------  P  ------------------*/
p{
	line-height: 130%;
	color: #72583D;
	font-size: 12px;
	margin: 0 0 15px 15px;
}

/*------------------  A  ------------------*/
a{
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	color: #504234;
}

a:hover{
	text-decoration: none;
	color: #986a4c;
}

a.lienSeul{
	display: block-inline;
	background-image:url(../images/interface/pixel_arrow_right.gif);
	background-position: left;
	background-repeat:no-repeat;
	text-decoration: none;
	padding: 0 0 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #3e2e1e;
	text-transform: uppercase;
}

a.lienSeul:hover{
	color: #8d5a38;
}

a.lienBlanc{
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

a.lienBlanc:hover{
	text-decoration: underline;
	color: #ffffff;
}

.menuGauche a.lienLeft{ margin: 0 10px 0 10px; }

.menuGauche ul li a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
}

.menuGauche ul li a:hover{
	text-decoration: underline;
	color: #ffffff;
}

a.lienLeft{
	display: block-inline;
	background-image:url(../images/interface/pixel_arrow_left.gif);
	background-position: left;
	background-repeat:no-repeat;
	text-decoration: none;
	padding: 0 0 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

a.lienLeft:hover{
	text-decoration: underline;
	color: #ffffff;
}

/*------------------  UL / LI  ------------------*/
ul{
	list-style-type: none;
}

li{
	padding: 0 0 0 5px;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#72583D;
}

/*------------------  INPUT  ------------------*/
p.ligneFormulaire{
	display:block;
	margin: 0 0 5px 0;
}

input{
	background-color:#ffffff;
	border:1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#72583d;
	padding:0 2px 0 2px;
}

input.inputFocus{
	background-color:#986a4c;
	border:1px solid #cbb4a5;
	color:#ffffff;
}

input.button{
	background-color:#543f29;
	border:1px solid #61452c;
	color:#ffffff;
}

/*------------------  LABEL  ------------------*/
label{
	float:left;
	text-align: right;
	margin: 0 5px 0 0;
	width: 170px;
}

/*------------------  SELECT  ------------------*/
select{
	/* color:#FFFFFF;
	background-color:#000000;
	padding-left:5px;
	font-size:12px;
	font-family: "Arial";
	border: 1px solid #FEF10E;*/
}

/*----------*/
.avertissement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #B66A3D;
}

.leftFloat{
	display:block;
	float:left;
}

.rightFloat{
	display:block;
	float:left;
}

.clear{
	clear:both;
}

.iniSizes{
	height:0;
	font-size:0;
	line-height:0;
}

/* --------------------------------------->>> LOGO CUBEX  */
.cubex {
	float: right;
	background-image: url(../images/interface/cubex.gif);
	background-repeat: no-repeat;
	width: 26px;
	height: 14px;
	cursor:pointer;
	margin-top: 4px;
}

/* ------------------------------------------>>> SIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*------*/
table {
	width: 100%;
	text-align:center;
}

td, th {
	border:0;
	padding:5px;
}

.bck{
	background:#A07259;
	width:200px;
	color:#FFFFFF;
}

.leftI{
	float:left;
}

/* LAYOUT */
/*-------------------------------  HOME -------------------------------*/
#conteneur_general{
	width: 862px;
	margin: 10px auto 0 auto;
}

#conteneur{
	background-color: #ffffff;
	width: 862px;
	padding : 4px;
}

img.home{
	display: block;
	float:left;
	border:0;
	margin: 0px;
}

.adresseHome{
	float: left;
	background-color: #4b2e21;
	width: 207px;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #9F855E;
	padding: 10px 0 0 20px;
	line-height: 10px;
}

/*-------------------------------  MENU TOP -------------------------------*/
#menuTop{
	margin: 0 0 0 4px;
}

#menuTop li {
	float:left;
	display: block;
	margin: 0 1px 0 0;
	background-image:none;
	background-position: none;
	background-repeat:no-repeat;
	padding: 0;
}

#menuTop a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 35px;
	line-height:35px;
	text-align: center;
	text-transform: uppercase;
	background-color:#663324;
}

#menuTop a:hover{
	background-color:#974b35;
}

#retraitMenu{
	width:160px;
	float:left;
}

/*-------------------------------  INTERIEUR -------------------------------*/
/*------------------------------- HEADER -------------------------------*/
#header{
	margin: 0 0 1px 0;
}

.conteneur_logo{
	float: left;
	width: 152px;
	height: 150px;
	margin: 0 1px 0 0;
}

.conteneur_logo a img{
	border: 0;
}

.conteneur_image_header{
	float: left;
	width: 709px;
	height: 150px;
	margin: 0;
}

/*------------------------------- MENU GAUCHE -------------------------------*/
.conteneur_menuGauche{
	float: left;
	width: 152px;
	margin: 0 1px 0px 0;
}

.menuGauche{
	float: left;
	background-color:#84563e;
	width: 152px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #9F855E;
	line-height: 10px;
	margin: 0 0 1px 0;
	padding: 20px 0px 20px 0px;
	height:600px;
}

.adresse{
	float: left;
	background-color: #4b2e21;
	width: 132px;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #9F855E;
	padding: 10px 0 0 20px;
	line-height: 10px;
}

.menuGauche ul{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0 10px 0 10px;
}

.menuGauche li{
	line-height: 20px;
	background-image:none;
	padding: 0;
	color:#ffffff;
}

/*------------------------------- CONTENU -------------------------------*/
.conteneur_content{
	float: left;
	width: 669px;
	padding: 10px;
}

/*------------------------------- FOOTER -------------------------------*/

#conteneur_footer{
	padding: 4px 2px 4px 2px;
	text-align: right;
}

#conteneur_footer a{
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	color: #7E4E38;
	margin: 0 0 0 10px;
}

#conteneur_footer a:hover{
	text-decoration: underline;
	color: #ffffff;
}

#conteneur_footer_liens{
	padding: 20px 2px 4px 2px;
}

#conteneur_footer_liens a{
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	color: #7E4E38;
	margin: 0 10px 0 0;
}

#conteneur_footer_liens a:hover{
	text-decoration: underline;
	color: #ffffff;
}