body
{
	margin:auto;
	width: 1000px;
	background-color:#fffde2;
	background-image: url("../image/banniere_fond.png");
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 12px;
}
button
{
	border: 0px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	
 background:none; 

}
#btn_accueil
{
	width: 73px;
	float: left;
	
}


#btn_devis
{
	width: 108px;
	float: left;
}
#btn_tarifs
{
	width: 63px;
	float: left;
}
#btn_contact
{
	width: 119px;
	float: left;
}

label 
{
	display : block;
	width:100px; 
	float : left;
}
img
{
	border: none;
}
table
{
	width: 100%;
	text-align:center;
}
input
{
	margin-bottom: 5px;
}
h2
{
	text-align:center;
	color: #DB9D48;
}
h3
{
	font-size: 20px;
	text-align: left;
	margin-left: 60px;
	margin-bottom: 30px;
}
input:focus, textarea:focus ,select:focus/* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #FFFF99;
}
select
{
	width: 176px;/*256*/
	margin-bottom: 5px;
	font-family: Calibri;
	color :orange;
}
input, textarea
{
	font-family: Calibri;
	color :orange;
	font-size: 13px;
}
a
{
	text-decoration:none;
	color: black;

}
a:hover
{
	text-decoration:underline;
	color: black;
}

#header
{
	margin-top: 5px;
	height: 146px;
	width:  100%;
	
	background-image: url("../image/img-header.png");
}
#header h1
{
	font-size: 20px;
	color: white;
	padding-top: 123px;
	margin-left: 126px;
	
}

#menu_horizontale
{
	height: 24px;
	width: 998px;
	background-image: url("../image/bg-menu.jpg");
	border: 1px solid white;
}
#body_accueil,#body_devis,#body_tarifs,#body_contact
{
	width: 998px;
	border: 1px solid white;
	background-color:#fce5b9;
	background-image:url("../image/bg-corps.jpg");
	background-repeat: repeat;
	display:none;
	overflow:hidden;

}
#body_accueil
{
	display: block;
	height: 510px;
}

#footer
{	
	font-size: 11px;
	font-weight: bold;
	color: white;
	height: 41px;
	width: 100%;
	background-image: url("../image/img-footer.png");
}

#footer a
{
	color: white;
}
#footer td
{
	vertical-align:middle;
	text-align: center;
}


.btn_submit
{
	text-align: center;
}
.titre_page
{
	display: none;
}


