/* CSS Document */

html,body
{
	margin: 0px;
	padding: 0px;
	width:100%;
}
/*.body_extend
{
	background-image:url(../images/extension.jpg);
	background-repeat: repeat-x;
}*/
#div_container
{
	/*position:absolute; 
  	left:50%;
	margin-left:-490px;*/
	margin-left:auto;
	margin-right:auto;
	width:982px;
	padding-top:20px;
	background-color:#FFFFFF;	
}
#div_first_header
{
	background-image:url(../images/charte/first_header.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:115px;
	margin: 0px;
	padding: 0px;
}
#div_slogan
{
	width:980px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#666666;
	font-size:x-small;
}
#div_second_header
{
	background-image:url(../images/charte/second_header.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:55px;
	padding-top:20px;
	margin:0px;

}

#div_left_menu
{
	float:left;
	background-color:#FFFFFF;
	width:150px;
	height:100%;
	padding:20px 0px 20px 0px;
}
#div_main
{
	float:left;
	background-color:#FFFFFF;
	width:484px;
	padding:20px 0px 20px 0px;
}
#div_large_main
{
	float:left;
	background-color:#FFFFFF;
	width:660px;
	padding:20px 0px 20px 0px;

}
#div_actus
{
	float:left;
	width:155px;
	padding:20px 5px 20px 10px;
}

/*#div_pubs
{
	float:left;
	height:100%;
	width:155px;
	padding:20px 10px 20px 5px;
	
	
}*/

#div_footer_buttons
{
	float:left;
	width:980px;
	height:40px;
	padding:0px 0px 0px 0px;
	margin:0px;
}

