
/* CSS Document */
body {
	padding:0;
	margin:0;
	text-align:center;
	font-family:arial, sans-serif;
	color:#5c4a42;
	background-color:#eeeaea;
		}
a { color:#5c4a42;
		}
a img { border:0; }
/* FOND*/
#pageaccueil {
	background:url('images/bkg-accueil-haut.jpg'); 
	width:900px;
	height:620px;
	text-align:left;
	margin:0 auto;
		}
#page {
	width:900px;
	height:620px;
	margin:0 auto;
	/*border: 1px solid #bab5b5; */
		}
#logoflox{
	position:absolute;
	width:350px;
	height:194px;
	margin-top:40px;
	margin-left:40px;
		}
#domaines{
	position:absolute;
	width:200px;
	height:200px;
	margin-top:240px;
	margin-left:40px;
		}
h1{	font-size:67%;	}
#texteaccueil{
	position:absolute;
	width:280px;
	height:auto;
	margin-top:60px;
	margin-left:600px;
	font-size:95%;
		}
/*#textenavigation{
	position:absolute;
	width:115px;
	height:240px;
	margin-top:465px;
	margin-left:105px;
	font-size:90%;
	font-weight:bold;
	text-align:right;
	line-height:80%;
		}*/
#arbreaccueil{
	position:absolute;
	width:124px;
	height:165px;
	margin-top:457px;
	margin-left:80px;
	z-index:2;
	vertical-align:bottom;
		}
/* PAGE CONTACT*/
#pagecontact {
	background-color:#bab5b5; 
	width:900px;
	height:620px;
	text-align:left;
	margin:0 auto;
		}
#logocontact{
	position:absolute;
	width:500px;
	height:382px;
	margin-top:80px;
	margin-left:200px;
		}
#texte1contact{
	position:absolute;
	width:270px;
	height:50px;
	margin-top:380px;
	margin-left:205px;
	color:#ba215f;
	font-size:250%;
		}
#texte2contact{
	position:absolute;
	width:270px;
	height:80px;
	margin-top:393px;
	margin-left:575px;
	color:#9a8b69;
	font-size:170%;
	line-height:90%;
		}
#texte2contact a{
	text-decoration:underline;
	color:#9a8b69;
		}
#arbrecontact{
	position:absolute;
	width:63px;
	height:100px;
	margin-top:520px;
	margin-left:150px;
		}
#signature{
	position:absolute;
	width:900px;
	height:20px;
	margin-top:592px;
	font-size:70%;
	text-align:center;
}
