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

body {
font-family:"arial";
margin: 0;
padding: 0;
color:#ffffff;
	background-image: url(images/ligne.png), url(images/fond.jpg);
	background-position:top, top;
	background-repeat:repeat-x, no-repeat;
	

}
#conteneur {
	width:100%;
	height:829px;

}
#header {
	position:absolute;
	width:100%;
	height:159px;
	top:232px;
	background-image: url(images/header.png);
	background-position:top;
	background-repeat:no-repeat;
}

#titre-real{
	position:relative;
	margin: 0 auto;
	left:-180px;
	top:-70px;
	width:159px;
	height:24px;
}
#titre{
	position:relative;
	margin: 0 auto;
	left:-180px;
	top:100px;
	width:159px;
	height:24px;
}
#menu-qui1{
	position:relative;
	margin: 0 auto;
	top:-50px;
	left:-320px;
	width:117px;
	height:19px;	
}
#menu-real1{
	position:relative;
	margin: 0 auto;
	top:-40px;
	left:-320px;
	width:117px;
	height:19px;
}
#menu-tarifs1{
	position:relative;
	margin: 0 auto;
	top:-30px;
	left:-320px;
	width:117px;
	height:19px;
}
#menu-contact1{
	position:relative;
	margin: 0 auto;
	top:-20px;
	left:-320px;
	width:117px;
	height:19px;
}

#menu-qui{
	position:relative;
	margin: 0 auto;
	top:120px;
	left:-320px;
	width:117px;
	height:19px;	
}

#menu-real{
	position:relative;
	margin: 0 auto;
	top:130px;
	left:-320px;
	width:117px;
	height:19px;
}
#menu-tarifs{
	position:relative;
	margin: 0 auto;
	top:140px;
	left:-320px;
	width:117px;
	height:19px;
}

#menu-contact{
	position:relative;
	margin: 0 auto;
	top:150px;
	left:-320px;
	width:117px;
	height:19px;
}

#texte{
	position:relative;
	margin: 0 auto;
	top:415px;
	left:0px;
	width:440px;
	height:265px;
	color:#555555;
	font-size:11px;
	line-height:18px;
	overflow:hidden;
}


#texte a{
	text-decoration:underline;
	color:#555555;
}

#texte a:link{
	text-decoration:underline;
	color:#555555;
}

#texte a:hover{
	text-decoration:underline;
	color:#7accc8;
}
