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

/* LE CONTENEUR PRINCIPAL */
div#conteneur {
	width:1000px;
	height:900px;
	margin-left: auto;
	margin-right: auto;	
}	

/*  PARTIE BANDEAU*/	
div#bandeau {
	width:1000px;
	height:115px;
	
}


div#logo {
	float:left;
	width:155px;
	height:115px;
	border-style: none;
}

div#banniere {
	float:left;
	width:720px;
	height:115px;
}	

div#langue {
	float:left;
	width:110px;
	height:115px;
}	

/* PARTIE SOUS BANDEAU*/	
div#ssbandeau {
	width:1000px;
	height:30px;
}
div#ssband1 {
	float:left;
	width:434px;
	height:30px;	
	border-color: #ff8000;
	border-style: solid;
	border-right-style: none;
	border-width: 1px;	
	background-color:#F4FFF4;
	background-image:url(../images/titrebg.jpg);
}	
div#ssband2 {
	float:left;
	width:561px;
	height:30px;
	/*border-color: #17340e;*/
	border-color: #ff8000;
	border-style: solid;
	border-width: 1px;	
	background-color:#FFF0DD;	
	background-image:url(../images/ssbandeau2.jpg);
}	


/* PARTIE PRINCIPAL */	
div#principal {
	width:1000px;
	height:900px;	
}
	
div#menuvisiteur {
	float:left;
	width:203px;
	height:900px;
	background-color:#FFF5EC;
	border-color: #ff8204;
	border-left-style: solid;
	border-left-width: 1px;
	}


	
div#recherche {
	float:left;
	width:250px;
	height:900px;
	background-color: #FFFFCE; 
	background-image:url(../images/recherchebg.jpg);
	background-repeat:repeat-y;
	/*border-color: #ff8204;
	border-left-style: solid;
	border-right-style: solid; */
	border-width: 1px;

}	

div#containercont {
	float:left;
	width:742px;
	height:900px;
	/*background-color:#FFF0DD;*/
}	
div#contenu, div#contenuscroll {
	float:left;
	width:742px;
	height:800px;	
}

div#contenuscroll {
	overflow: auto ;
}

div#pub {
	float:left;
	width:740px;
	height:100px;
	text-align:center;	
	/*background-color:#128C07;*/	
}

/* ANNONCE*/
div#annoncephoto {
	float:left;
	width:140px;
	height:800px;	
}

div#annoncecontenu {
	float:left;
	width:600px;
	height:800px;
	overflow: auto ;	
}



/* PARTIE PAGE INFO */

div#containercontPageInfo {
	float:left;
	width:819px;
	height:900px;
}

div#contenuInfo {
	width:819px;
	height:800px;	
	background-color:#11CC60;
}

div#pubcontainer {
	width:819px;
	height:100px;	
}

div#pub2{
	float:left;
	width:409px;
	height:100px;	
	background-color:#F21C07;
}
div#pub3{
	float:left;
	width:410px;
	height:100px;	
	background-color:#F2FC07;
}	

/* PARTIE MINISITIE */
div#menuminisite {
	float:left;
	width:205px;
	height:900px;
	background-color:#FF6699;
}	

div#banniereminisite {
	float:left;
	width:891px;
	height:115px;
	background-color:#000FF0;
}

/* PARTIE LOUEUR */
div#containercontPageLoueur{
	float:left;
	width:790px;
	height:900px;
	/*background-color:#11DC60;*/
}
/*
div#contenuLoueur {
	width:819px;
	height:799px;	
	background-color:#11DC60;
}
*/
div#menuLoueur{
	float:left;
	width:205px;
	height:900px;
	background-color:#FFD699;
}
	
/* PIEG DE PAGE */
div#pied_page {
	clear:both;
	width:1000px;
	height:20px;
	text-align : center;
	border-color: #ff8000;
	border-style: solid;
	border-width: 1px;	
}
