@charset "utf-8";
/* CSS Document */
body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background: #fff;
	position:relative;
	font:12px Arial, Helvetica, sans-serif;
	color: #399;
}
.all {
	position: relative;
	width: 1016px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:20px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../img/ombre_fd_gnrl.gif);
	background-repeat: repeat-y;
}
/* - - Image réalisation en fond - - - - - - - -*/
.rea {
	width:1016px;
	height:427px;
	margin:0px 0px 0px 0px;
	padding:0px;
	background: url(../img/rea_home.jpg) 8px 0px no-repeat;
}
/* - - bandeau haut - - - - - - - -*/
.prolong{
	display:inline;
	float:left;
	width:8px;
	height:129px;
	background: url(../img/prolong.gif);
}
.fdnav{
	display:block;
	float:left;
	width:1000px;
	height:129px;
	background: url(../img/nav_fd.png);
}
.fdnavIE6{
	display:block;
	float:left;
	width:1000px;
	height:129px;
	background: url(../img/nav_fdIE6.gif);
}
.logo{
	float:left;
	width:178px;
	height:129px;
	margin:0px 0px 0px 20px;
	padding:0px 9px 0px 9px;
	background: url(../img/logo_fd.png);
}
.logoIE6{
	float:left;
	width:178px;
	height:129px;
	margin:0px 0px 0px 20px;
	padding:0px 9px 0px 10px;
	background: url(../img/logo_fdIE6.jpg);
}
.navbandeau{
	float:right;
	height:129px;
	font:10px Verdana, Helvetica, sans-serif;
	margin-right:20px;
	color:#ffe3dd;
	text-align:right;
}
.navbandeau A{
	color:#ffe3dd;
	text-decoration:none;
	margin : 0px 5px 0px 5px;
}
.navbandeau A:hover{
	color:#ffe3dd;
	text-decoration:underline;
	margin : 0px 5px 0px 5px;
}
/* - - recherche google - - - - - - - -*/
.bloc_form{
	padding:0px;
	margin:0px;
}
.bloc_form input[type="text"]{
	background-color:#fff;
	border: solid 1px #7e9db9;
	font:10px Verdana, Helvetica, sans-serif;
	color:#000000;
	width:150px;
	margin:0px 0px 1px 0px;
	padding:2px;
}
.bloc_form input[type="submit"]{
	font:10px Verdana, Helvetica, sans-serif;
	color:#000000;
	width:90px;
	height:22px;
	margin:0px;
	padding:0px 0px 2px 0px;
}
/* - - menus centraux - - - - - - - -*/
.navmid{
	margin:0px 8px 0px 8px;
	padding:0px;
	min-height:221px;
	background-color: #f2f2f2;
	background-image: url(../img/navmid_fd.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.navmid h3{
	display:block;
	font:18px Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	margin:0px;
	padding:5px 0px 8px 0px;
}
.navmid A{
	display:block;
	font:12px Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000;
	margin:0px;
	padding: 3px 0px 3px 0px;
}
.navmid A:hover{
	color:#dc5833;
	text-decoration:none;
}
.produits{
	display:block;
	float:left;
	width:200px;
	margin:0px 0px 0px 30px;
}
.guide{
	display:block;
	float:left;
	width:200px;
	margin:0px 0px 0px 20px;
}
.renov{
	display:block;
	float:left;
	width:234px;
	height:164px;
	margin:0px 2px 0px 15px;
	padding:0px 0px 0px 20px;
	background: url(../img/renov_fd.jpg);
}
.renov h3{
	display:block;
	font:18px Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	margin:0px;
	padding:6px 0px 8px 0px;
}
/* - - cas particulier : onglet rénovation - - - - - - - -*/
.renov A{
	display:block;
	font:12px Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	margin:0px;
	padding: 3px 0px 4px 0px;
}
.renov A:hover{
	color:#ffe3dd;
	text-decoration:none;
}
.batis{
	display:block;
	float:left;
	width:230px;
	margin:0px 0px 0px 15px;
}
/* - - pied de page - - - - - - - -*/
.pied{
	background:#d54b27 url(../img/pied_fd.gif);
	font:10px Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px 8px 0px 8px;
	padding:10px 0px 0px 10px;
	color:#fff;
	height:25px;
}
.pied A{
	color:#ffe3dd;
	text-decoration:none;
	margin : 0px 5px 0px 5px;
}