/********************************************************************* Balise ****************************************************************/
form {
	padding: 0px;
	margin: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f5eece;
}

#fond{
	width:100%;
	height:600px;
	z-index:-1;
	position:absolute;
	left:0px;
}

#fondGauche{
	width:482px;
	background-image:url(gifs/fond_gauche.jpg);
	background-repeat:repeat-x;
	height:600px;
	float:left;
}

#fondDroit {
	width:482px;
	background-image:url(gifs/fond_droit.jpg);
	background-repeat:repeat-x;
	height:600px;
	float:right;

}

/******************************************************************** Lien ******************************************************************/
/*a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}*/


/********************************************************************** Class **************************************************************/
.scrollbarre {
	overflow:auto;
}

/********************************************************************** Newsletter **************************************************************/
.email_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border-bottom:#bbbbbb 1px solid;
	border-top:#bbbbbb 1px solid;
	border-left:#bbbbbb 1px solid;
	border-right:#bbbbbb 1px solid;
}

.bouton_news {
	font-family:Geneva,Arial,Helvetica;
	font-size:12px;
	color: #40281E;
	background-color:#bfb9a8;
	border-bottom:#bfb9a8 1px solid;
	border-top:#bfb9a8 1px solid;
	border-left:#bfb9a8 1px solid;
	border-right:#bfb9a8 1px solid;
}

/**********************************************************BDD AUTO **************************************/
.numpage {
}
.numpage_selec {
	color:#ff0000;
}
.bt_suivant{
}
.bt_precedent{
}
.liste_cat{
}
.fichierbin{
}
.photo{
}
/**********************************************************************************************************/



/*********************************************************LIGHTBOX*****************************************/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(gifs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gifs/overlay.png", sizingMethod="scale");
	}
	
/**********************************************************************************************************/

/**************************************************************************header*/
#header{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(gifs/fond_header.jpg);
	height: 256px;
	background-repeat:no-repeat;
	}

#conteneurLogo{
	width:300px;
	height:20px;
	margin:0px;
	padding-left:30px;
	float:left; }

#logo{
	background-image:url(gifs/logo.jpg);
	background-repeat:no-repeat;
	width:228px;
	height:143px; }

#slogan{
	width:300px; }
	
#slogan p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #40281E;
	margin-top:60px;
	margin-left:20px;
}

#diaporama{
background-image:url(gifs/diaporana.jpg);
background-repeat:no-repeat;
	width:336px;
	height:244px;
	margin:0px;
	float:left;
	margin-left: 57px; }

#newsletter{
	width:190px;
	height:10px;
	float:left;
	margin:10px;
	padding-left:50px;}
	
.Titrenewsletter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align:right;
}
	
.Textenewsletter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align:right;
}

/***************************************************************************conteneur*/
#conteneur{
	width:965px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	clear:both; 
	background-image:url(gifs/fond_contenu.jpg);
	background-repeat:no-repeat;
	background-color:#faf7e8;
	}

/****************************************************************menu*/	
#menu{
	width:965px;
	height:58px;
	background-image: url(gifs/fond_menu.jpg);
	background-repeat:no-repeat;
}

ul.MenuHorizontal { 
   width: 966px; 
   list-style: none; 
   margin: 0; 
   padding: 0; 
   overflow: hidden;
   position: relative; 
} 

ul.MenuHorizontal li { 
   float: left;
   margin:0 4px 0 0;
} 

ul.MenuHorizontal li a { 
   display: block; 
   color:#40281E;         
   font-family: Verdana, Arial, Helvetica, sans-serif;        
   font-size: 12px;          
   font-weight: bold; 
   padding-top: 20px;      
   height: 58px;           
   text-align: left; 
   text-decoration: none;
   background-repeat:no-repeat;
   z-index: 10;
   position: relative;
} 

li#menu0 { 
   width: 50px;
   margin-left:4px; 
   padding-left:11px;
} 

li#menu1 { 
   width: 70px;
   margin-left:4px; 
   padding-left:6px;
} 

li#menu2 { 
   width: 155px;
   margin-left:4px;
   padding-left:4px;
} 

li#menu3 { 
   width: 108px; 
   margin-left: 4px;
   padding-left:6px;
} 

li#menu4 { 
   width:60px; 
   margin-left:2px;
   padding-left:6px;
} 

li#menu5 { 
   width: 142px;
   margin-left:2px;
   padding-left:4px;
} 

li#menu6 { 
   width:60px;
   margin-left:3px;
   padding-left:6px;
} 

li#menu7 { 
   width: 105px; 
   margin-left:4px;
   padding-left:5px;
} 

li#menu8 { 
   width: 92px;
margin-left:3px !important;
padding-left:6px;
} 

li#menu0 a { 
          /*Ici l'image de fond de la cellule*/ 
} 

li#menu1 a { 
           /*Ici l'image de fond de la cellule*/ 
} 

li#menu2 a { 
           /*Ici l'image de fond de la cellule*/ 
} 

li#menu3 a { 
         /*Ici l'image de fond de la cellule*/ 
} 

li#menu4 a { 
           /*Ici l'image de fond de la cellule*/ 
} 

li#menu5 a { 
            /*Ici l'image de fond de la cellule*/ 
} 

li#menu6 a { 
        /*Ici l'image de fond de la cellule*/ 
} 

li#menu7 a { 
         /*Ici l'image de fond de la cellule*/ 
} 

li#menu8 a { 
         /*Ici l'image de fond de la cellule*/ 
} 

li#menu0 a:hover, a#selected-over0 { 
         /*Ici l'image de fond over de la cellule*/ 
} 

li#menu1 a:hover, a#selected-over1 { 
         /*Ici l'image de fond over de la cellule*/ 
} 

li#menu2 a:hover, a#selected-over2 { 
        /*Ici l'image de fond over de la cellule*/ 
} 

li#menu3 a:hover, a#selected-over3 { 
        /*Ici l'image de fond over de la cellule*/ 
} 

li#menu4 a:hover, a#selected-over4 { 
         /*Ici l'image de fond over de la cellule*/ 
} 

li#menu5 a:hover, a#selected-over5 { 
        /*Ici l'image de fond over de la cellule*/ 
} 

li#menu6 a:hover, a#selected-over6 { 
         /*Ici l'image de fond over de la cellule*/ 
} 

li#menu7 a:hover, a#selected-over7 { 
         /*Ici l'image de fond over de la cellule*/ 
} 

li#menu8 a:hover, a#selected-over8 { 
         /*Ici l'image de fond over de la cellule*/ 
} 

/*****************************************************************contenu*/	
#contenu{
	width:693px;
	float:left;
	padding:15px;
	margin:0px;
 }
 
#contenu p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40281E;
	margin-left:0px;
	margin-right:0px;
 }

#contenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40281E;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
 }
 #contenu a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40281E;
/*	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;*/
 }
 #contenu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40281E;
	/*margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;*/
 }
 #contenu a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40281E;
/*	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;*/
 } 
  
#contenu h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #40281E;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;
 }
 
#contenu h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #786E5F;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;
 }
	
#encartRelooking{
	width:682px;
	height:273px;
	margin:0px;
	background-image: url(gifs/encart_relooking.jpg);
	background-repeat:no-repeat;
}

#texteEncartRelooking{
	width:530px;
	height:245px;
	float:right;
}
	
#encartConseil{
	width:331px;
	height:282px;
	float:left;
	margin-top:15px;
	padding-right:15px;
	background-image: url(gifs/encart_conseil.jpg);
	background-repeat:no-repeat;
}
	
#texteEncartConseil{
	width:320px;
	height:75px;
	margin-top:180px;
	float:right;
}
	
#encartLissage{
	width:332px;
	height:282px;
	float:left;
	margin-top:15px;
	background-image: url(gifs/encart_lissage.jpg);
	background-repeat:no-repeat;
}

#texteEncartLissage{
	width:320px;
	height:75px;
	margin-top:180px;
	float:right;
}
.lienEncart{
	width:320px;
	float:right;
	height:20px;
	text-align:right;
	padding-right:10px;
	margin-top:5px;
}

.titreFormContact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #40281E;
}
/******************************************************************sidebar*/
#sidebar{
	width:226px;
	float:left;
	margin:0px;
	padding-right:15px;
	padding-top:15px; }
	
#sidebar p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40281E;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	margin-right:0px;
 }
 
  
#sidebar h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	/*color: #40281E;*/
	font-weight: bold;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
 }
 
#encartContact{
	width:226px;
	height:203px;
	margin-bottom:15px;
	background-image: url(gifs/fond_encart_contact.jpg);
	background-repeat:no-repeat;
}
	
#encartActu{
	width:226px;
	margin-bottom:15px;}
	
#titreActu{
	width:226px;
	background-image:url(gifs/fond_encart_actualites.jpg);
	background-repeat:no-repeat;}
	
#contenuActu{
	width:226px;
	background-color:#d9e7b3;
	padding-bottom:10px;
	padding-top:2px;}

#contenuActu h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #786E5F;
	padding-left:10px;
}
	
#encartPlan{
	width:226px;
	height:63px;
	margin-bottom:15px;
	background-image:url(gifs/fond_encart_plan.jpg);
	background-repeat:no-repeat;}
	
.TitrePlan{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
 }
 
#encartPlan p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
 
	
#encartContact a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40281E;
}
 
#encartContact a:link{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40281E;
 }
  
#encartContact a:hover{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40281E;
	text-decoration: underline; 
	}
   
#encartContact a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #40281E;
	text-decoration: underline; }
	
/******************************************************************footer*/
#footer{
	width:100%;
	height:35px;
	clear:both;
	text-align:center;
	background-image: url(gifs/fond_footer.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top:5px;
}


#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
 
#footer a:link{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
 }
  
#footer a:hover{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline; 
	}
   
#footer a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline; }
	
/************************************************************contenu*/
#planAcces{
height:350px;
width:350px;
float:left;
margin-top:20px;
margin-right:20px;}

.imageGauche{
float:left;
width:300px;
margin-right:20px;
margin-top:20px;}

.imageDroite{
float:right;
width:300px;
margin-left:20px;
margin-top:20px;}

#imageRelooking img{
float:left;
margin-right:10px;}

#imageSalon{
width:500px;
margin-right:auto;
margin-left:auto;}




ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E67200;
}

.couleur{
	color: #40281E;
}