/**************/	
/**  FOOTER  **/
/**************/

#footer {
	clear:both;
	width:100%;				/* 100% pour toute la largeur */
	background-color:#33502e;
	}
#footer-haut{
	width:940px;
	height:50px;
	background-color:#33502e;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px !important;
	padding-top:5px;			/* Pour IE */
	padding-bottom:5px !important;
	padding-bottom:0px;			/* Pour IE */
	border-bottom: solid 1px #ffffff;
	}
#logo-AB {
	clear:both;
	width:130px;
	height:50px;
	float:left;
	margin-top:5px;
	}
#mangerbouger {
	float:left;
	width:780px;
	height:30px;
	color:#ffffff;
	text-align:center;
	margin-top:20px;
	}
#mangerbouger a{
	color:#72b21d;
	}
#footer_bas {
	clear:both;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	}
#menu_bas {
	margin-bottom:10px;
	}
#menu_bas_liste {
	width:880px;
	height:35px;
	margin-top:10px;
	margin-left:10px;
	font-size:12px;
	list-style-type: none;
	}
ul#menu_bas_liste li {
	margin-top:10px;
	margin-left:60px;
	font-size:14px;
	float:left; /* On met la liste sous forme de ligne avec un float : left.*/
	text-align:center;
	}
ul#menu_bas_liste li a{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color: #ffffff;
	padding-top: 13px;
	}
#footer-texte {
	clear:both;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	color: #ffffff;
	}
#footer-texte a {
	font-size:10px;
	text-decoration:underline;
	color: #ffffff;
	}
#footer-texte a:hover {
	font-size:10px;
	text-decoration:underline;
	color: #ffffff;
	}



