Bonjour alors je sais pas comment dire mon probleme donc regarder plutôt :

Page en question


Code css : 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
body
{
   width: 760px;
   margin: auto; 
   margin-top: 20px;
   margin-bottom: 20px;
}
#en_tete
{
   width: 400px;
   height: 175px;
   background-image: url("images/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
#menu
{
   float: left; 
   width: 100px; 
}
 
.element_menu
{
   background-color: #000000;
   background-image: url("images/pic_1.jpg");
   background-repeat: repeat-x;
 
   border: 2px solid black;
 
   margin-bottom: 20px;
 
.element_menu h3
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}
 
.element_menu ul 
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px; 
   margin-bottom: 5px;
}
 
.element_menu a 
{
   color: #B3B3B3;
}
 
.element_menu a:hover 
{
   background-color: #B3B3B3;
   color: black;
}
#corps
{
   margin: center;
   margin-left: 200px;
   margin-bottom: 20px; 
   padding: 5px; 
 
   color: #B3B3B3;
   background-color: #626262; 
 
   background-repeat: repeat-x;
 
   border: 2px solid black;
}

Merci de votre aide