Bonjour j'aurai aimer qu'on m'aide a positionner 4 modules.

Gauche |*Centres *| Droites
******* Copyright *****

Donc mon css est organise comme ceci :


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
body 
{
height: 100%;
width: 98%;
margin-top: 20px;
	margin : 0;
	padding : 0;
	height : 100%;
 
background-image: url("./images/fond.jpg");
background-repeat: no-repeat;			/* Eviter image de fond se répète*/
background-attachment:fixed;			/* Imafe de fond Fixe */
background-color: #626262;
filter: alpha(opacity=80);			/* Opacité Bannière */
}
 
 
/* ------------------- L'en-tête ------------------- */
#en_tete
{
height: 150px;
width: 1350px;
Margin-left: 2%;
background-image: url("./images/banniere.gif");	/* Bannière du site */
background-color: #626262;
filter: alpha(opacity=70);			/* Opacité Bannière */
}

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
#Droite
{
}
 
#Gauche
{
}
 
 
#Pieds
{
}
Mon choix est il judicieux ? j'ai esseye de faire mon css , mais j'arrive pas.
J'ai reussi a mettre a gauche le module gauche , centre mais le droite me pose problème.



#Corps
{
}