body {
	overflow:hidden;
	background-color:#000000;
	background-image:url(images/fond.jpg);
	background-repeat: no-repeat;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
    margin-top: 0px;
	margin: 0 0 0 0;
	}
	
div#contenu {
	width: 1000px;
	height:400px;
	position: relative;
	bottom: -250px;
	left: 0px;
	overflow:hidden;
	background-image:url(images/degradeAbout.png);
	background-repeat: no-repeat;
	}
	
div#about {
	width: 500px;
	height:400px;
	overflow:hidden;
	margin-top: 70px;
	margin-left: 48px;
	}
	
div#contenuContact {
	width: 1000px;
	height:450px;
	position: relative;
	bottom: -250px;
	left: 0px;
	overflow: hidden;
	background-image:url(images/fondContact.png);
	background-repeat: no-repeat;
	}
	
div#formulaire {
	width: 1000px;
	height:450px;
	position: relative;
	bottom: -30px;
	left: 100px;
	overflow: hidden;
}
	
div#contenuContact2 {
	width: 1000px;
	height:430px;
	position: relative;
	bottom: -500px;
	left: 0px;
	overflow: hidden;
	background-image:url(images/fondContact.png);
	background-repeat: no-repeat;
	
	}

div#contenuConseils {
	width: 1000px;
	height:430px;
	position: relative;
	bottom: -250px;
	left: 0px;
	overflow:hidden;
	background-image:url(images/fondConseils.png);
	background-repeat: no-repeat;
	}	

div#contenuRef {
	width: 10000px;
	height:430px;
	position: relative;
	bottom: -300px;
	left: 0px;
	overflow:hidden;
	background-image:url(images/fondRef.png);
	background-repeat: no-repeat;
	}	
	
div#logos {
	margin-top: 55px;
}
	
div#fondmenu {
	background-color:#000000;
	background-image:url(images/menu.png);
	background-repeat: no-repeat;
	width: 696x;
	height:46px;
	overflow:hidden;
	}	
	
div#sousmenu {
	background-color:#000000;
	background-image:url(images/sousmenu.png);
	background-repeat: no-repeat;
	width: 486px;
	height:23px;
	overflow:hidden;
	}	
	
div#menulien {
	margin-left: 10px;
}

div#lienConseils {
	position: relative;
	left: 95px;
	width: 285px;
	height:224px;
	margin: 0px 0px 0px 0px;
	margin-top: 45px;
}

div#infoConseils {
	position: relative;
	left: 290px;
	top: -230px;
	width: 400px;
	height:224px;
	margin: 0px 0px 0px 0px;
	
}



a
{
  	color:#999999;
	text-decoration:none;
}

a:hover
{
   	color:#3344ff;
	text-decoration:none;
}