

#banner
{
	position:absolute;
	top:10px;
	left:1%;

	width:98%;
	height:130px;
	/*background-color:#0099FF;*/

	display: block;

}

#localisation
{
	position:absolute;
	top:145px;
	left:1%;

	width:48%;
	height:25px;
	
	/*background-color:#FF99FF;*/
	
	display: block;

}

#loginBar
{
	position:absolute;
	top:145px;
	left:51%;

	width:48%;
	height:25px;
	
	/*background-color:#FF9900;*/
	
	text-align:right;
	
	display: block;

}

#contenu {
	position: absolute;
	top:180px;
	
	/*background-color: #F000C8;*/
}

#leftBar, #rightBar {
	position: absolute;
	top: 0px;
	
	/*background-color: #000055;*/
}

#leftBar
{
	left: 0;
	width: 120px;
	
	/*background-color: #000055;*/
}

#rightBar
{
	right: 5px;
	width: 220px;
	
	/*background-color: #005555;*/
}


#large_content
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
	margin-right: 15px;
}


#content
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
	margin-right: 245px;
	
	/*background-color: #00F0F0;*/
}


