|
posté le 2012-02-08 à 21:32:45
Il faut juste augmenter le contenu/
#contenu
{
background-image : url(http://static.blog4ever.com/2011/12/569677/artfichier_569677_488479_201202085249880.jpg);
width : 736px; /* élargir le contenu*/
padding-top : 5px;
padding-left : 5px;
padding-right : 5px;
padding-bottom : 5px;
margin-top : 12px;
margin-left : 200px;
font-size : 10pt;
font-family : Verdana;
border-width : 6px;
border-style : double;
border-color : #000000;
}
Je mettrai aussi un margin-left: 10px; à #menu ul li et à #menu h2
#menu
{
width : 170px;
float : left;
text-align: center;
}
|