Bonjour,

Je suis débutant et j'ai un petit souci pour positionner mon bloc vert sous mon bloc bleu....

Voici le lien :
http://www.comeric.fr/results

Ca fait 2 heures que je cherche sans succès...

Voici le css :
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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
.p7GP02 {
}
.p7GP02 .p7GPinnerwrapper {
	padding: 0;
	border: 0;
}
.p7GP02 .p7GPtwrapper {
	width: 200px;
/*	float: left;*/
 
	margin: 0;
}
.p7GP02 .p7GPtwrapper ul {
 
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color : #B2E2F6;
}
.p7GP02 .p7GPtwrapper ul a {
	color: #239cd3;
/*	color: #FFDC00 !important;*/
	text-decoration: none;
	display: block;
	padding: 6px 10px;
	background-repeat: repeat-x;
	font-size: 11px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.p7GP02 .p7GPtwrapper ul a:hover {
	color: #666666 !important;
}
.p7GP02 .p7GPtwrapper ul a.down, .p7GP02 .p7GPtwrapper ul a.down:hover {
	background-image: url(../../images/glidepanelnavbackground.png);
	color: #666666 !important;
	border-color: #FFFFFF;
	background-repeat: repeat-y;
	font-weight: bold;
}
.p7GP02 .p7GPcwrapper {
	margin: 0 0 0 200px;
}
.p7GP02 .p7GPcontent {
	background-color : #0C0;
	color: #666666;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	line-height: 14px;
}
.p7GP02 .p7GPcontent h1 {
 
 
/*	float: left;*/
	color: #FFF; 
/*	color: #F2D300;*/
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	text-transform:capitalize;
}
.p7GP02 .p7GPcontent a {
/*	color: #0033FF;*/
color: #666;
}
.p7GP02 .p7GPcontent a:visited {
	color: #486CFF;
}
.p7GP02 .p7GPcontent a:hover {
	color: #CC0000;
}
.p7GPcurrentmark {
	font-weight:bold !important;
}
.p7GP02 .clearfloats {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.p7GP02 .sidecontent {
	padding: 12px;
	color: #FFFFFF;
	font-size: 11px;
}
.p7GP02_external {
	font-size: 1em;
}
.p7GP02_external ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p7GP02_external ul li {
 
}
.p7GP02_external ul a {
	color: #0033FF;
}
.p7GP02_external ul a:hover {
	color: #000000;
}
.p7GP02_external ul a.down {
	background-image: none;
	color: #000000;
	font-weight: bold;
}
Merci pour votre aide