/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#E29000;
}
.fond {
	position:absolute;
	margin:-295px 0px 0px -515px;
  	top: 50%;
  	left: 50%;
	background-color:#FFFFFF;
	width: 1024px;
	height:650px;
}
.header{
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:110px;
}
.logo{
	width:250px;
	height:70px;
	margin-top:20px;
	margin-left:10px;
}
.navigation{
	width:1024px;
	height:40px;
	margin-top:3px;
	/*margin-top:-8px !important; /*firefox*/
	background-image:url(images/navigation.png);
	background-repeat:no-repeat;
}
.container{
	width:70%;
	height:70%;
	margin-top:3px;
	background-color:#FFFFFF;
}
.texteAccueil{	
	height:250px;
	width:820px;
	margin-top:12px;
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	text-align:justify;
}
.bandeauDroit{
	height:250px;
	width:250px;
	margin-right:-150px;
	background-image:url(images/contact2.png);
	background-repeat:no-repeat;
	clear:none;
	float:right;
}
.contact{
	height:100px;
	width:350px;
	margin-top:-160px;
	background-image:url(images/contact.png);
	background-repeat:no-repeat;
}
.temoignage{
	margin-left:530px;
	margin-top:-245px;
	/*margin-top:-95px !important; /*firefox*/ 
	height:100px;
	width:350px;
	background-image:url(images/temoin.png);
	background-repeat:no-repeat;
}
.footer{
	width:1024px;
	height:68px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}
.texteFooter{	
	width:500px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	padding-top:20px;
	margin-left:270px;
}
.texteNavigation{
	margin-top:12px;
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
}