/* CSS Bouche à Oreille */


/*	Styles de base
	------------------------------------- */
	body{margin:0; padding:0; font-size:13px;}
	.info{font-size:14px; font-weight:bold}
	
	
/*	Css
	------------------------------------- */
	#contenant{margin:0 auto auto auto; padding:0; width:955px; height:1500px ;z-index:1; background-image:url(../images/background.jpg); background-repeat:no-repeat}
	
	#textevert{position:absolute; margin:525px 0px 0 360px; padding:0; width:360px; height:100px; /*border:1px solid #000;*/ z-index:2; color:#FFFFFF; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif;}
	#textevert p{margin:0; padding:0; line-height:160%}
	
	#textebleu{position:absolute; margin:680px 0px 0 425px; padding:0; width:345px; height:100px; /*border:1px solid #000;*/ z-index:2; color:#FFFFFF; font-weight:normal; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
	#textebleu p{margin:0 0 1em 0; padding:0; line-height:160%}
	
	#textecontact{position:absolute; margin:880px 0px 0 115px; padding:0; width:200px; height:100px; /*border:1px solid #000;*/ z-index:2; color:#FFFFFF; font-weight:bold; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;}
	#textecontact p{margin:0 0 1em 0; padding:0; line-height:160%}
	#textecontact p a{color:#ffffff}
	#textecontact p a:hover{color:#657b89}
	
	#texteprincipal{position:absolute; margin:950px 0px 0 430px; padding:0; width:450px; height:100px; /*border:1px solid #000;*/ z-index:2; color:#80A1B6; font-weight:normal; font-size:12px; font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
	#texteprincipal h1{font-size:1.4em;}
	#texteprincipal h2{font-size:1.4em;}
	
	#copyright{position:absolute; margin:1470px 0px 0 555px; width:400px; height:60px; text-align:left; z-index:5; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;}
	#copyright p{margin:0; padding:0; color:#80A1B6}
	#copyright p a{color:#80A1B6; text-decoration:underline; font-weight:bold}
	#copyright p a:hover{color:#80A1B6; text-decoration:none}
	
	
	
	
	
	
		
