/* accueil.html */
	
	@font-face 
	{ 
		font-family:"Stencil Std";
		src:url(../polices/StencilStd.otf); 
	}
	
	body
	{
		margin:0px;
		background-color:FFFFFF;
	}
	
	#bandeau_ombre
	{
		width:800px;
		height:40px;
		-webkit-box-shadow: 1px 1px 8px #000;
		-moz-box-shadow: 1px 1px 8px #000;
	}
	
	#bandeau
	{
		width:800px;
		height:40px;
		position:relative;
		left:-1px;
		background-color:#71C7E2;
		border-left:1px solid black;
		border-right:1px solid black;
		border-bottom:1px solid black;
	}	
	
	#defilement
	{
		width:600px;
		height:26px;
		position:relative;
		top:7px;
		overflow:hidden;
	}

	#defile
	{
		color:#FFF;
		font-family:Verdana;
		letter-spacing:1px;
		font-size:22px;
		text-shadow: 0px 0px 2px #000;
	}
	
	#header
	{
		height:70px;
		width:800px;
		text-align:left;
	}
	
	#img_gauche
	{
		position:relative;
		left:-310px;
		top:-60px;
	}
	
	#title1
	{		
		width:230px;
		height:20px;
		position:relative;
		left:65px;
		top:30px;
		
		text-align:left;
		color:#275F9A;
		font-family:"Stencil Std";
		letter-spacing:1px;
		font-size:18px;
	}
	
	#title2
	{		
		width:280px;
		height:20px;
		position:relative;
		left:480px;
		top:-25px;
		
		text-align:left;
		color:#275F9A;
		font-family:"Stencil Std";
		letter-spacing:1px;
		font-size:14px;
	}
	
	#title3
	{		
		width:280px;
		height:20px;
		position:relative;
		left:480px;
		top:-55px;
		
		text-align:left;
		color:#275F9A;
		font-family:"Stencil Std";
		letter-spacing:1px;
		font-size:16px;
	}
	
	#body_ombre
	{
		width:800px;
		height:750px;
		margin:0px;
		padding:0px;
	}
	
	#body
	{
		margin:0px;
		padding:0px;
		width:800px;
		height:750px;
		position:relative;
		top:9px;
		left:0px;
		border:1px solid black;
		background-color:#71C7E2;
		-webkit-box-shadow: 1px 1px 8px #000;
		-moz-box-shadow: 1px 1px 8px #000;
	}
	
	#images
	{
		width: 800px;
		height:200px;
	}
	
	#img1
	{
		float:left;
		height:200px;
		border-right:1px solid black;
		border-bottom:1px solid black;
		display: block;
	}
	
	#img2
	{
		float:left;
		height:200px;
		border-right:1px solid black;
		border-bottom:1px solid black;
		display: block;
	}
	
	#img3
	{
		float:left;
		height:200px;
		border-right:1px solid black;
		border-bottom:1px solid black;
		display: block;
	}
	
	#img4
	{
		float:left;
		height:200px;
		border-bottom:1px solid black;
		display: block;
	}
	
	#body_header
	{
		position:relative;
		top:10px;
	}
	
	#plombier
	{
		color:#FFF;
		font-family:Verdana;
		letter-spacing:1px;
		font-size:22px;
		text-shadow: 0px 0px 2px #000;
	}
	
	#body_sous_header
	{
		position:relative;
		top:30px;
		width:800px;
	}
	
	#devis
	{
		color:#FFF;
		text-align:center;
		font-family:Verdana;
		letter-spacing:1px;
		font-size:18px;
		text-shadow: 0px 0px 1px #000;
	}
	
	#champs
	{
		height:25px;
		color:#000000;
		font-family:Verdana;
		font-size:10px;
		position:relative;
		top:30px;
	}
	
	#ajout_devis
	{
		position:relative;
		top:30px;
		width:800px;
		height:300px;
	}
	
	#erreur
	{
		height:20px;
		color:#800000;
		font-family:Verdana;
		font-size:12px;
		position:relative;
		top:0px;
	}
	
	#form
	{
		position:relative;
		top:10px;
	}
	
	#gauche
	{
		width:300px;
		position:relative;
		left:120px;
		float:left;
	}
	
	#droite
	{
		width:300px;
		position:relative;
		left:-120px;
		top:0px;
		float:right;
	}
	
	.label
	{
		width:260px;
		height:30px;
	}
	
	label
	{
		width:110px;
		height:20px;
		color:#000;
		text-align:left;
		font-family:Verdana;
		font-size:11px;
		position:relative;
		top:2px;
	}
	
	input
	{
		width:150px;
		height:19px;
		position:relative;
		float:right;
		border: 1px solid #999999;
		font-family:Verdana;
		font-size:10px;
		-moz-box-shadow: 0px 0px 5px #fff;
		-webkit-box-shadow: 0px 0px 5px #fff;
	}
	
	#textarea
	{
		width:800px;
		height:200px;
	}
	
	#explications
	{
		width:400px;
		height:20px;
		position:relative;
		top:120px;
		font-family:Verdana;
		font-size:11px;
	}
	
	textarea
	{
		width:500px;
		height:140px;
		position:relative;
		top:20px;
		border: 1px solid #999999;
		font-family:Verdana;
		font-size:10px;
		-moz-box-shadow: 0px 0px 5px #fff;
		-webkit-box-shadow: 0px 0px 5px #fff;
	}
	
	#submit
	{
		position:relative;
		left:0px;
		top:100px;
		width:150px;
		height:30px;
		text-align:center;
	}
	
	#envoyer
	{
		width:150px;
		color:#fff;
		border: 1px solid #fff;
		background-color:#71C7E2;
		font-family:Verdana;
		font-size:13px;
	}
	
	#envoyer:hover
	{
		font-weight:bold;
	}
	
	#footer
	{
		position:relative;
		top:-15px;	
	}
	
	.footer
	{
		color:#000000;
		font-size:12px;
		text-decoration: none;
	}
	
	a.footer:hover
	{
		text-decoration:underline;
	}
