/* CSS Document */

html, body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	}


#Div_Bando{
	width: 100%;
	background: #EBECEE;
	height: 131px;
	}
#Tableau_Main{width: 100%;}
#Cellule_Main{
	text-align: center;
	vertical-align: top;
	
	}

#Div_Main{
	background: url(images/main_fond.gif) repeat-x top #fff;
	text-align: center;
	width: 100%;
	}
/*-----------------------------------*/		
/*---------FOOTER MENU---------------*/	
/*-----------------------------------*/	
#Div_Footer_Menu{
	height: 30px;
	width: 100%;
	background: #fff;
	text-align: center;
	padding-top: 15px;
}
#Div_Footer_Menu p, #Div_Footer_Menu a{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #AEAEB2;
	font-size: 11px;
	text-decoration: none;}
#Div_Footer_Menu a:hover{text-decoration: underline;}
/*-----------------------------------*/	
/*---------FOOTER AGENCE FMC---------*/
/*-----------------------------------*/	
#Div_Footer_Agence{
	padding-top: 10px;
	height: 30px;
	width: 100%;
	background: #fff;
	text-align: center;}
#Div_Footer_Agence p, #Div_Footer_Agence a{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #AEAEB2;
	text-decoration: none;}

