#centrage #footer {
	margin : 0 auto;
	float:left;
	width: 991px;
	/*height:430px;*/
	background-image: url(images/footer/bas.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size:11px;
	color:#333333;
	line-height:18px;
	padding: 0 0 30px 0;
}
#centrage #footeradmin{
	margin : 0 auto;
	float:left;
	width: 991px;
	height:171px;
	font-size:09px;
	font-stretch:semi-condensed;
	text-align: center;
	color:#4b5980;
}
#centrage #footer a:link{
text-decoration:none;
color:#4a4a4a;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;

}
#centrage #footer a:hover{
text-decoration:none;
color:#ff0000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;

}
#centrage #footer a:visited{
text-decoration:none;
color:#4a4a4a;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;

}

div#footer2020 {
    width: 100%;
    height: 360px;
    background: #666;
    display: block;
    clear: both;
}
.foot2020-gauche {
    position: absolute;
    width: 65%;
}
.foot2020-droit {
    width: 32%;
    float: right; /* Remplace position: absolute; par float */
    background: #fff;
    min-height: 150px;
    border-radius: 7px;
    padding: 10px;
    margin-top: -13px; /* Remplace top avec margin-top pour ajuster la position */
}
.foot2020-bas {
    width: 100%;
    position: absolute;
    bottom: -250px;

}
.foot2020-bas a:link, .foot2020-bas a:visited {
    background: #444;
    border-radius: 15px;
    text-decoration: none;
    color: #fff;
    padding: 5px;
}
.foot2020-bas a:hover{
	background:#333;
}
.footer2020-centre {
    width: 1270px;
    display: block;
    margin: 0 auto;
    padding: 30px 0 70px 0;
    /* background: #000; */
    color: #fff;
    font-size: 1.5em;
    position: relative;
}