
body, html
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#site
{
	margin-left :auto;
	margin-right:auto;
	margin-top:20px;
	border:1px solid black;
	width:920px;
	background-image:url(../img/fond_light.gif);
}

#main_header
{
	background-color:#585900;
	width:100%;
	height:53px;
	margin-bottom: 5px;	
}

#main_header img#logo
{
	margin-left:14px;
	border :0;
}


#main_header img#langage
{
	margin-left:14Opx;
}


#column_left
{ 	
	margin-top:5px;
	position:relative;
	top:0;
   	width: 160px;
	float:left;
	overflow:hidden;	
}

.column_left_division
{
	margin:0;
	position:relative;
	top:0;
	background:#eeeeee;
}

.column_left_division.pub
{
	margin-top:10px;
}

#column-right
{
	margin-top:5px;
	width: 160px;
	float:right;
	background-color: #eeeeee;
	top:0; 
}

#corps
{
   margin-top:5px;
   float:left;
   top:0;
   width: 600px;
   color: black; 
   visibility: visible;
}


.orange
{
	color:#FF6600;

}

br.bas
{
	line-height:20px;

}

