/* CSS Document */
body, html{
	height:100%;
	margin:0px;
	padding:0px;
}
body{
	background-image:url(../img/ombre.gif);
	background-repeat:repeat-y;
	background-position:top;
	color:#442500;
	font-family:"Trebuchet MS",arial;
	font-size:13px;
	
}
img{border:0px;}
a{
	color:#9c4238;
	font-weight:bold;
}
a:hover{
	color:#7c894d;
	text-decoration:none;

}
div#fd{
	background-image:url(../img/fd2.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	height:529px;
}

div#page{
	position: relative;
	width:770px;
	margin-left:auto;
	margin-right:auto;

}
.retour_accueil{
height:100px;
width:300px;
cursor:pointer;


}
div#page div.banniere{
	background-image:url(../img/banniere.jpg);
	height:130px;
}

div#page div.footer{
	margin-top:10px;
	text-align:center;
	border-top:1px dotted #7c894d;
	height:56px;
	background-color:#e7e4d3;
	color:#695536;
	font-size:12px;
	width:100%;
	background-image:url(../img/fd-footer.gif);
	background-repeat:repeat-x;
}
div#page div.footer img{
display:none;


}

/******menu****/
ul#menu{
	margin:0px;
	padding:0px;
	position:absolute;
	right:10px;
	top:105px;
}

ul#menu li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
ul#menu li a{
	margin-left:10px;
	margin-right:10px;
	display:block;
	height:23px;
	text-decoration:none;
	padding-top:2px;
	width:85px;
	text-align:center;
}
ul#menu li a:hover{
	background-image:url(../img/fd-menu.gif);
	background-repeat:repeat-x;
	color:#264f25;
}

/***** ss-menu ***/
#menu li ul{
	position:absolute;
	margin:0px;
	padding:0px;
	display:block;
	background-color:#9c4238;
	padding-bottom:5px;
	width:125px;
	border-bottom:1px solid #79332b;
	border-right:1px solid #79332b;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);

}
#menu li ul li{
	margin:0px;
	padding:0px;
	float:none;
	display:block;
	

	
}
#menu li ul li a{
	padding:0px;
	margin:0px;
	padding-left:5px;
	font-size:11px;
	height:15px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:left;
	display:block;
	width:120px;
	
	
}
#menu li ul li a:hover{
	background-image:none;
	background-color:#b27d77;
	color:#ffdfdb;

}

#ssmenu{
	text-align:center;
	margin-bottom:15px;
	background-color:#e8eadd;
	padding:3px;
	border:1px dotted #57654c;
	font-size:11px;
	letter-spacing:1px;
}
#ssmenu a{text-decoration:none;}
/******* texte ****/
div#page div.texte{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:50px;
	text-align:justify;
}
div#page div.texte td{
vertical-align:top;

}


div.texte h1{
	margin:0px;
	padding:0px;
	background-image:url(../img/fd-h1.gif);
	font-size:18px;
	width:100%;
	color:#264f25;
	letter-spacing:10px;
	font-family:arial;
	padding-left:290px;
	width:450px;
	border-bottom:1px dotted #dcddd0;
	margin-bottom:20px;
	font-weight:normal;
	text-align:right;
	padding-right:10px;
}
div.texte h2{
	margin-left:10px;
	margin-right:10px;
	margin-top:25px;
	margin-bottom:10px;
	padding-left:22px;
	background-image:url(../img/ico1.jpg);
	background-repeat:no-repeat;
	font-size:16px;
	color:#9C4238;
	letter-spacing:1px;
	font-family:arial;
	font-weight:bold;
}
div.texte h2 a{
	text-decoration:none;
	font-size:16px;
	color:#9C4238;
}
div.texte p{
	margin-left:10px;
	margin-right:10px;
}
div.texte b{
	/*color:#264f25;
	font-weight:normal;*/
	color:#7c894d;
}
div.texte p i, div.texte table td i{
	color:#9C4238;
}
div.texte p.devisgratuit a{
	font-size:14px;
	font-weight:bold;
	color:#264f25;
}
div.texte p.devisgratuit img{
	float:left;
	margin-right:6px;
}
div.texte ul{

	margin-left:10px;
	padding-left:20px;

}
div.texte li{
	margin:0px;
	padding:0px;
	margin-left:20px;
	list-style-image:url(../img/puce1.gif);
	color:#9c4238;
	font-size:11px;
	font-weight:bold;
	

}

/****** formulaire ****/

input, textarea, select{
	width:98%;
	font-size:11px;
	color:#9c4238;
	border:1px solid #b5b5b5;
	background-image:url(../img/input.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#faf6f6;
	font-family:"Trebuchet MS",arial;
}
input.radio{
	width:13px;
	height:13px;
	cursor:pointer;
	border:0px;
	background-image:none;
}
input.btcontact{
	background-image:url(../img/bt_contact.jpg);
	width:100px;
	height:25px;
	border:0px;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:2px;
	cursor:pointer;
}
.obligatoire{
	color:#9c4238;
	font-weight:bold;
}
.erreur{
	margin-left:auto;
	margin-right:auto;
	background-color:#fff3f3;
	border:1px solid #b32727;
	font-size:12px;
	color:#b32727;
	text-align:center;
	padding:5px;
	margin-top:10px;
	margin-bottom:5px;
}

/***** photo ***/

img.photo{
	padding:3px;
	border:1px solid #9c4238;
	background-color:#FFFFFF;
}