Je suis actuellement en train de faire un site et je me pose à un probleme de mise en page.
En gros j'ai defini un conteneur, un boby, un haut, droite, gauche et un centre.
Je voudrais pouvoir positionner des tables dans le centre, le probleme c'est que jen'ai aucune idée pour dire en css la table 1 se trouve au centre de center, la table 2 se trouve tout en haut et a gauche de centre...
Pouvez vous m'aider s'il vous plait
merci.
dans ce qui suit, ce sont les table0, table1 merci.
Code : Tout sélectionner
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-color: white;
}
#header {
margin-left: 150px;
margin-right: 150px;
width:941px;
height: 307px;
background-image:url("cnoche/cnoche21_03.gif");
}
#haut {
padding: 7px 1px 0px 6px ;
text-align:left;
margin-left: 150px;
margin-right: 150px;
height: 15px;
color:white;
width:935px;
background-image:url("cnoche/cnoche21_05.gif");
}
#conteneur {
position: relative;
width: 100%;
margin: 0 auto;
background-color:white;
}
#centre {
width:941px;
background-image:url("cnoche/cnoche21_06.gif");
margin-left: 150px;
margin-right: 150px;
}
#gauche {
position: absolute;
left:10;
background-color:white;
width: 140px;
}
.table0{
margin-left:15px;
margin-bottom:30px;
width: 400px;
text-align: left;
}