html, body 
{
   margin:0;
   padding:0;
   height:100%; /* 100 % en hauteur */
}

/* LE CONTENEUR PRINCIPAL */
div#conteneur {
	width:950px;
	/*min-height:50%;*/
	margin-left: auto;
	margin-right: auto;
	margin-top:25px;
	margin-bottom : 10px;	
}

/*  PARTIE BANDEAU*/	
div#bandeau {
	height:35px;
	background-color: #003366;	
}

/* PARTIE MOTEUR */
div#moteur {
	margin-top: 2px;
	width:98%;
	height:100px;
	/*margin-bottom : 10px;	*/	
}

div#logo{
	float:left;
	margin-left: 30px;
	
}

div#recherche{
	float:left;
}

div#PlusCritere{
	/*float:left;*/
}

div#Ou{
	/*float:left;*/
	margin-top: 50px;
	margin-bottom : auto;
	margin-left: 5px;	
}

div#messageRech{
	margin-left: 105px;
}

div#resultatRechercheContainer{	
	background-image:url(../images/cadre_resultat_restaurant2.jpg);	
	background-repeat:no-repeat;
	/*background-color:blue;	*/
	width:98%;
	height:480px;
	padding: 10px 10px 10px 10px;
}

div#resultatLigne{			
	/*background-color:blue;	*/
	width:100%;
	height:30%;
	margin:10px;
}

div#resultatCase{	
	/*background-color:red;	*/
	width:45%;
	height:90%;
	float:left;
	margin-left:10px;
	margin-top:5px;
}

div#fiche{
	width:100%;
}

/*
div#carteRestaurant{
	width:49%;
	float:left;
	margin-top:10px;
	margin-left:1%;
}
*/

div#infoRestaurant{
	width:100%;
	/*float:left;*/
}

div#photoRestaurant{
	margin-right:10px;
	float:left;
}


div#carteMilieu {	
	
	margin: 0;
	padding:5px;
	border: 1px solid #c0c0c0;
	width: 100%;
}


div#carteMilieuSection {	

	margin-left:5%;
	margin-top:0;
	margin-bottom:0;
	padding-left:1%;
	padding-right:1%;
	padding-top:0;
	border: 1px solid #c0c0c0;
	width: 88%;
}


div#pub{
	clear: both;
	/*background-color:grey;*/
	text-align:middle;
	height:65px;
	padding: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}

div#lignePrestation{
	float:left;
	margin-left: 30px;
}

div#menu{
	width:20%;
	float:left;
}

div#pagegestion{
	width:78%;
	float:left;
	margin-top:10px;
	margin-left:1%;
}
