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

/********COULEURS*******/
/*
greige = #f4ede6
greige plus foncé = #dbccc7
marron clair (pour titre) = #cbaa83
gris (pour texte)= #beb3a8
gris foncé (footer) = #dbccc7
blanc = #ffffff
*/
	
	
	
#footer {
	clear:both;
	background-color:#ffffff;
	height:240px;			/* CHANGEMENTS SUR CSS SMARTPHONE */
	width:940px;					/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	margin-left:auto;
	margin-right:auto;
	}	
.frise	{		
	width:940px;					/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:21px;
	background:url(../images/frise-bas-940.jpg) no-repeat 0 0;
	}
.mentions	{		
	width:940px;					/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:60px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#ffffff;
	}
#logo-AB {
	clear:both;
	width:130px;
	height:50px;
	float:left;
	margin-top:10px;
	margin-left:30px;
	}
#mangerbouger {
	float:left;
	width:600px;				/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:30px;
	color:#e99321;
	text-align:center;
	padding-top:20px;
	font-size:12px;				/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	}
#mangerbouger a {
	font-size:12px;				/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	color:#e99321;
	}

#bandeau-footer {
	clear:both;
	width:940px;			/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:90px;
	margin: 0 auto;			/* pour centrer */
	text-align:left;
	}
	
#texte-footer {
	font-size:11px;
	padding:5px 30px 15px 30px; 	/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	color:#e99321;
	clear:both;
	line-height: 15px;
	}
#texte-footer a , #texte-footer a:hover{
	font-size:11px;
	color:#e99321;
	text-decoration:underline;
	line-height: 15px;
	}
#liens-footer {
	width:940px;			/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	padding-top:20px;
	height:90px;			/* CHANGEMENTS SUR CSS SMARTPHONE */
	}
.liens-footer-colonne {
	width:105px;			/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:90px;
	float: left;
	padding-left: 25px;
	}
.liens-footer-colonne a {
	font-size:11px;
	color:#e99321;
	text-decoration:none;
	line-height : 18px;
	}
.liens-footer-colonne a:hover {
	font-size:11px;
	color:#e99321;
	text-decoration:underline;
	line-height : 18px;
	}
	

