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

/********COULEURS*******/
/*
violet = #8b0752
gris foncé = #2c2927
rose (texte) = #c5408c
*/


.social {
	clear: both;
	width:940px;			/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:50px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	}
.social-txt {
	width:250px;
	float: left;
	padding: 15px 0 0 110px;	/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	color:#ffffff;
	font-size:16px;				/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	font-weight:bold;
	}
.social-img {
	width:300px;				/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	float: left;
	padding-top: 10px;			/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	}
#social-liste {      	
	list-style-type: none;
	}
#social-liste li {	/* Contenu de la liste */
	float: left; /* On met la liste sous forme de ligne avec un float, aligné sur le bord droit.*/
	width:60px;
	text-align:center;
	}	
ul#social-liste li a	{	 /* Liste */     
	display: block;  
	}
	
	
	
#footer {
	clear:both;
	width:100%;
	background-color:#2c2927;
	background-image:url(../images/fond-ardoise.jpg);
	background-repeat:repeat;
	height:250px;			/* CHANGEMENTS SUR CSS SMARTPHONE */
	border-top: 2px solid #8b0752;
	}	
	
.mentions	{		
	width:940px;					/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:60px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	}
#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:#ffffff;
	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 */
	}

#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 60px 15px 60px; 	/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	color:#ffffff;
	clear:both;
	}
#liens-footer {
	width:940px;			/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	padding-top:20px;
	}
.liens-footer-colonne {
	width:210px;			/* CHANGEMENTS SUR CSS TABLETTE ET SMARTPHONE */
	height:190px;
	float: left;
	padding-left: 25px;
	}
.liens-footer-colonne a {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	line-height : 18px;
	}
.liens-footer-colonne a:hover {
	font-size:11px;
	color:#ffffff;
	text-decoration:underline;
	line-height : 18px;
	}
	
#menu-footer {
	clear: both;
	list-style-type: none;
	padding-top:20px;
	}
ul#menu-footer li {
	float:left; /* On met la liste sous forme de ligne avec un float : left.*/
	width:180px;				/* CHANGEMENTS SUR CSS SMARTPHONE */
	text-align:center;
	}
ul#menu-footer li a {   
	display: block;
	padding-top: 10px;
	margin-left:60px;	
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	}


