Voila regardez, j'ai un gros problème ce n'est pas un simple décalage c'est tout le contenu qui va en bas
http://bestpig.info
Merci D'avance
http://bestpig.info
/*
Description : Mise en forum du design(Header, Menu, Footer)
*/
#design
{
margin: auto;
border: 1px solid black;
border: 0px;
width: 970px;
background-image: url('background.gif');
}
#header
{
width: 930px;
height: 150px;
margin: 0 20px 0 20px;
background-image: url('header.gif');
}
#menuhaut
{
width: 930px;
height: 35px;
margin: 0 20px 0 20px;
text-align: center;
vertical-align: middle;
padding-top: 10px;
padding-bottom: 0px;
border: 0px;
background-repeat:no-repeat;
background-image: url('menuhaut.gif');
}
#menu
{
float: left;
width: 175px;
margin-top: 15px;
margin-bottom: 15px;
margin-left: 27px;
background-image: url('menu_back.gif');
}
#menuright
{
float: right;
width: 175px;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 27px;
background-image: url('menu_back.gif');
}
#contenu
{
display: block;
width: 525px;
margin-top: 5px;
margin-bottom: 15px;
margin-left: 210px;
margin-right: 15px;
padding: 15px;
vertical-align: super;
}
#footer
{
clear: both;
font-size : 12px;
font-family : Arial;
color : #FFFFFF;
font-weight : bold;
text-align: center;
border: 0px;
padding-top: 8px;
width: 930px;
height: 22px;
vertical-align: bottom;
margin-left: 20px;
margin-right: 20px;
margin-top: 0px;
margin-bottom: 0px;
background-repeat:no-repeat;
background-image: url('bas.gif');
}
.menu_int
{
text-align: center;
width: 155px;
margin: 0 10px 0 10px;
}
.menu_int2
{
width: 155px;
margin: 0 10px 0 10px;
}
.menu_titre
{
width: 175px;
height: 20px;
margin-bottom: 15px;
padding-top: 2px;
background-repeat:no-repeat;
background-image: url('menu_titre.gif');
}
.menu_titre p
{
vertical-align: middle;
font-size : 12px;
font-family : Arial;
color : #FFFFFF;
font-weight : bold;
text-align: center;
}
#menu_bas
{
width: 175px;
height: 1px;
background-image: url('menu_bas.gif');
}
Merci D'avance