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 44 45 46 47 48
| .centre{
height: 110px;
width: 1060px;
text-align: center;
margin-left:30px;
font-size : 50px;
line-height : 200%;
text-decoration:underline;
background-image:url(navig_haut.jpg);
color:#FF8050;
}
.center1{
position:absolute;
margin-top : 150px;
margin-left:200px;
margin-right:630px;
padding-top:10px;
padding-left:10px;
background-color:pink;
}
.center2{
position:absolute;
margin-top : 150px;
margin-left:630px;
margin-right:200px;
padding-top:10px;
padding-left:10px;
background-color:grey;
}
#footer
{
background: #339933; /* VERT FONCE - FOND BLOC */
width: 100%; /* LARGEUR BLOC */
height: 11px; /* HAUTEUR BLOC */
text-align:center; /* TEXTE CENTRE */
font: normal 10px Verdana, sans-serif, Arial; /* POLICE & STYLE D'ECRITURE */
color:#FFFFFF; /*COULEUR D'ECRITURE BLANC */
position:absolute;
bottom:0;
} |