div#GeneralPage
{
	float: left;
	background-color:white;
	padding-left:50px;
	padding-right:50px;
	padding-top:15px;
	padding-bottom:50px;
}
div#contenu
{
	float: left;
	width:1024px;
	background-color:white;
	border: 2px;
 	border-style: solid;
  	border-color: blue;
  	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
div#PhraseHaut
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:950px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
div#CentrePage
{
	position:relative;
	width:1000px;
	height: 600px;
	background-color:white;
  	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}

div#Comparateur
{
	position:absolute;
	top:0px;
	width:450px;
	background-color:white;
  	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
}
div#Bon
{
	position:absolute;
	top:0px;
	left:460px;
	width:530px;
	height:210px;
	background-color:white;
  	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
div#Annuaire
{
	position:absolute;
	top:220px;
	left:780px;
	width:210px;
	background-color:white;
  	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

div#PubPage
{
	position:absolute;
	top:200px;
	left:460px;
	width:300px;
	}

