1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
| /*Pied de Page*/
#footer {
margin-top:10px;
background : url("../images/footer_0.jpg") repeat-x;
height:375px;
padding:10px;
text-align:center;
color : white;
font-size:14px;
font-family:Vervanda, calibri,Arial;
}
#footer a {
color : white;
text-decoration:none;
}
#footer a:hover {
color : #d00000;
text-decoration:underline;
}
#lien_footer {
border:1px solid #FF0000;
height:50px;
font-weight:bold;
}
#lien_footer ul{
list-style:none;
}
#lien_footer li{
float:left;
}
#lien_footer li a{
display:block;
text-decoration:none;
}
#copyright {
margin-right:auto;
margin-left:auto;
border:1px solid #FF0000;
} |