@charset "UTF-8";
/* CSS Document */

body{
	background:#9b948e;
}
img{
	border:0;
}

#content{
	background:url(../img/fond-home.gif) no-repeat top;
	height:572px;
	width:959px;
	
	margin: 50px auto 0;
}
#titre{
	float:left;
	height:195px;
	margin:100px 0 0 85px;
	width:220px;
}

#fleurs{
	background:url(../img/fleurs.gif) no-repeat top;
	height:310px;
	float:right;
	margin-right:59px;
	margin-top:150px;
	width:475px;
	
	position:relative;
}

#gp{
	text-align:right;
	width:160px;
}

#pro{	
	position:absolute;
	bottom:0;
	right:0;
}

#gp a:link, #gp a:visited, #pro a:link, #pro a:visited{
	color:#aaa59f; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
}
#gp a:hover{
	color:#53acb4; 
	text-decoration: none;
}
#pro a:hover{
	color:#000; 
	text-decoration: none;
}
.titreGP, .titrePro{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

#legal{
	clear:both;
	color:#aaa59f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:100px;
	width:800px;
}
