/* General setup
- - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin:0;
	padding:0;
}

body {
	font-family: helvetica, sans-serif;
	font-size:12px;
	background:url('images/fondgres.jpg')top repeat-x-y;
	width:100%;
	height:100%;
}




/* Page structure 
- - - - - - - - - - - - - - - - - - - - - - - - - - */

#page {
	margin: 120 auto 0 auto;
	position:relative;
	background-color:#fff;
	height:auto;
	padding:0px;
	width:965px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;

}

#conteneurencart {
	float:left; 
	width:94px;
	color:#5e4e12;
	font-size:10px;
	margin-left:20px;
	margin-bottom:20px;
	padding: 3px;
	height:10px;
	border:1px solid #ebe7d9
}


#conteneurlienplus {
	float:left;
	width:5px;
	color:#5e4e12;
	font-size:10px;
	margin-left:3px;
	margin-bottom:20px;
	padding: 3px;
	height:10px;
	border:1px solid #ebe7d9
}


#footer {
	margin: 30 auto 0 auto;
	text-align : right;
	position:relative;
	font-size: 9px;
	color:#4f4211;
	width:965 px;
	padding-right: 10px;
	background: url('degradebas.jpg') repeat-x;
	height:auto;
}



/* Page content setup 
- - - - - - - - - - - - - - - - - - - - - - - - - - */

#contenu {
	position:relative;
	height:auto;
	min-height:405px;
	padding-left: 170px;
	color:#3e3102;
}

.accueil {
	background:url('chairblack.jpg') top left no-repeat;
}

.construction {
	background:url('briques-2.jpg') top left no-repeat;
}

.renovation {
	background:url('maison.jpg') top left no-repeat;
}

.agrandissement {
	background:url('metre.jpg') top left no-repeat;
}

.agencement {
	background:url('pierres.jpg') top left no-repeat;
}

.suivi {
	background:url('rapporteur-loupe.jpg') top left no-repeat;
}

.contact {
	background:url('tasse.jpg') top left no-repeat;
}

.clients {
	background:url('cube.jpg') top left no-repeat;
}

.photo-categorie {
	float:left;
	margin-right:60px;
}


#titre{
	background:url('carrelettrine.jpg') bottom left no-repeat;
	border-bottom:1px solid #ad8901;
	width:409px;
	font-size:16px;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:20px;
}


#content h1 {
	font-size:17px;
	padding-top:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.lettrine {
color:#fff;
}

.restetitre {
color:#ad8901;
background:#fff;
}



#contenu p.categorie-description {
	margin-bottom: 1em;
	padding-right:230px;
}

#contenu p.sous-categorie-description {
	padding-left: 50px;
	padding-right:230px;
	color:#47591f;
}


#content h2 { 
	display:run-in;
	background:#ad8901; 
	color:#fff;
	margin-top:20px;
	padding:8px 3px 1px;
	margin-right:250px;
	font-size:16px;
}

/* Main navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - */

#main-navigation {
	font-size: 10px;
	width:100%;
	background: url('barrenav-essai3.jpg') repeat-x;
	height:32px;
}

#main-navigation li {
	display: inline;
	list-style: none;
	float:left;
	position:relative;
}

#main-navigation li a {
	padding: 0 22px;
	display: block;
	color: #310201;
	text-decoration:none;
	line-height:32px;
	background: url('separateur_nav.jpg') top right no-repeat;
}

#main-navigation li a:hover {
	color: #fcffee;
}

#main-navigation li a.last {
	background: none;
}

#main-navigation li ul 
{	color: #fcffee;
        position: absolute; 
	width:100%;
	left:-999em;
}

#main-navigation li:hover ul 
{
 	min-height: 0; /* IE */
	z-index:10;
	left:auto;
}

#main-navigation li:hover ul li {
	float: none;	

}

#main-navigation li:hover ul li a {
	background:#d7d7d5;
	margin-bottom:-1px;
}


#sous-contenu {
	height:auto;
	padding-left: 156px;
}

a.cache {
text-decoration: none;
color: #464a34;
}

	
	
