Voilà l´adresse de mon site:
http://pottermania.fast-heberge.net mais vous ne verez pas grand chose vu que tout est en noir... et sinon pour mon code css voilà:
body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 0.8em;
margin : 0;
padding : 0;
}
- header {
height : 200px;
background-image : url("header5.jpg");
background-position : center;
background-repeat : no-repeat;
}
- conteneur {
position : absolute;
width : 100%;
height: 100%;
background-color : black;
}
- centre {
background-color : black;
margin-left : 200px;
margin-right : 140px;
color : white;
padding-left : 10px;
padding-right : 10px;
text-align : center;
}
- gauche {
text-align : center;
position : absolute;
left : 0;
width : 200px;
color : white;
}
- droite {
position : absolute;
right : 0;
width : 150px;
text-align : center;
color : white;
}
- pied {
margin-top: 600px;
height : 30px;
background-color : black;
text-align: center;
color: white;
}
.menugauche {
list-style-type : none;
margin : 0;
padding : 0;
}
.menugauche li {
margin-bottom : 5px;
}
.menugauche a {
margin : 0 2px;
color : white;
text-decoration : none;
}
.menugauche a:hover {
text-decoration : none;
color : black;
}
.menudroit {
list-style-type : none;
margin : 0;
padding : 0;
}
.menudroit li {
margin-bottom : 5px;
}
.menudroit a {
margin : 0 2px;
color : white;
text-decoration : none;
}
.menudroit a:hover {
text-decoration : none;
color : black;
}
.menucenter a {
color : white;
text-decoration : none;
}
.menucenter a:hover {
color : black;
text-decoration : none;
}
.portoloin {
font-size : 11px;
}
.livredor {
color : white;
}
.livredor a {
color : white;
text-decoration : none;
}
.livredor a:hover {
color : black;
text-decoration : none;
}
.pied
{
font-size: 11px;
}
.bio_book
{
text-align: justify;
}
p
{
margin : 0 0 10px;
}
h4 {
text-decoration : underline;
}