Partie "Haut"
Partie "Haut"
Code CSS de cette partie
#haut
{
background : #FFEFBB;
background-image : url(http://);
background-repeat : repeat;
height : 70px;
border-width : 1px;
border-style : solid;
border-color : #000000;
padding-top : 5px;
text-align : center;
background-attachment : fixed;
}
Partie "Haut > Titre"
Code CSS de cette partie
#haut h1 a
{
text-decoration : none;
font-size : 18pt;
font-family : Comic sans Ms;
}