@CHARSET "ISO-8859-1";

*{
	margin:0px;
	padding:0px;
	overflow:hidden;

	
}
html{
overflow:auto;

}
body{
	background-color:#f7eed5;
	font-family:Arial;
	width:1024px;
}

#conteneur{

	width:973px;
	margin:auto;
	padding:auto;
		
}

#banniere{
	
	border-left: 1px solid #f7eed5;
	width:973px;
	height:212px;
	background-image: url(../images/banniere.gif);
 	background-repeat :no-repeat;
 	background-position:top;
}
#body{
	
	clear:both;
}
#footer{
	margin-top:10px;
	width:976px;
	height:113px;
	background-image: url(../images/footer.gif);
 	background-repeat :no-repeat;
 	background-position:top;
}

#enseigne{
	background-image: url(../images/enseigne.gif);
 	background-repeat :no-repeat;
 	background-position:top;
 	width:303px;
	height:39px;
 	display:block;
 	margin-left:60px;
 	margin-top:50px;

}
#client{
	
 	padding-left:80px;
 	font-size:20px;
 	width:280px;
 	float:left;
 
}

#operateur{
	background-image: url(../images/operateur.gif);
 	background-repeat :no-repeat;
 	background-position:top;
 	
 	margin-top:5px;
	width:229px;
	height:199px;
	float:right;
}
#devis{
	float:left;
	color:black;
	font-size:28px;
	padding-left:60px;

	
}

#telephone{
	clear:left;
	background-image: url(../images/telephone.gif);
 	background-repeat :no-repeat;
 	background-position:top;
 	width:352px;
	height:55px;
	margin-left:375px;
}


