/* CSS Document */
*{overflow-x:hidden;}
body{
	font-family:"Trebuchet MS", arial;
	font-size:12px;
	background-image:url(../img/fd.gif);
	background-repeat:repeat-y;
	background-position:left;
	overflow-x:hidden;
}
img{border:0px;}
a{color:#ff5b2a;}
a:hover{ color:#ffb52d; text-decoration:none;}
div#page{width:100%;}

#header{
	background-image:url(../img/fd_ban.gif);
	background-repeat:repeat-x;
	height:116px;
	background-position:top;
	
}
#header div.logo{
	position:absolute;
	z-index:2;
}
#header div{
	position:absolute;
	background-image:url(../img/banniere.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	height:135px;
	width:100%;
	top:0px;
	right:0px;
	z-index:1;
	overflow-y:hidden;
}
#first-element{ display:none;}

/*****MENU*****/
#header ul{
	margin:0px;
	position:absolute;
	top:95px;
	left:250px;
	z-index:3;
}
#header ul li{
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
}
#header ul li a{
	text-decoration:none;
	color:#FFFFFF;
	height:22px;
	display:block;
	float:left;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}
#header ul li a:hover{
	background-image:url(../img/menu_survol.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}



/****** sous-menu *****/

#content ul, #accroche{
	position:absolute;
	top:171px;
	left:0px;
	margin:0px;
	padding:0px;
	font-size:13px;
}
#content ul li a, #accroche{
	display:block;
	width:185px;
	font-weight:bold;
	color:#f4111b;
	text-align:right;
	padding-right:10px;
	text-decoration:none;
	/*height:25px;*/
}
/*#accroche{height:150px !important;}*/
#content ul li a:hover{
	width:175px;
	padding-right:20px;
	color:#ffb52d;
}
#content #texte{
	position:relative;
	margin-left:225px;
	margin-top:10px;
	margin-right:20px;
	z-index:9;
		text-align:justify;
	font-size:13px;

}

h1{
	color:#ff5b2a;
	font-size:20px;
	text-align:right;
}
h2{
	color:#ffb62e;
	font-size:16px;


}
/* footer */
div#footer{height:160px;}
#footer div{
	background-image:url(../img/logo_maitre_artisan.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:180px;
	padding-top:70px;
	padding-left:15px;
	padding-bottom:5px;
	font-size:12px;
	color:#f4111b;
	line-height:12px;
	text-align:center;
		
}

/**** formulaire ****/
input, textarea, select{
	width:95%;
	font-family:"trebuchet ms", arial;
	font-size:11px;
	border:0px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #edd7d0;
	border-top:1px solid #edd7d0;
	padding:2px;
	background-color:#fbfbfb;
	color:#f4111b;
}

input.bt{
	border:1px solid #f4111b;
	background-color:#ff5b2a;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:2px;
	cursor:pointer;
}
span.obligatoire{
	font-weight:bold;
	color:#f4111b;

}
.erreur{
	padding:3px;
	border:1px solid #f4111b;
	background-color:#fdebec;
	width:200px;
	color:#f4111b;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;

}

img.photo{
		border:1px solid #DDDDDD;
		padding:2px;
}

