Bonsoir,

Voilà quelques jours que je galère pour aligner 3 divs pourtant cela parait simple

ce que je souhaite :

======== =========
| | | |
| cadre 1 | | |
| | | |
======== | |
======== | cadre 3 |
| | | |
| cadre 2 | | |
| | | |
======== =========

mon code :
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
 
div#contour_cartouche2 {
	border:#dddddd 1px solid;
	margin-bottom:20px;
}
div#cartouche2 {
	padding: 5px;
}
div#fd_cartouche2{
	background-image:url("/libs/jquery/themes/base/images/ui-bg_gloss-wave_80_ffe400_500x100.png");
	color:#000;
	font-weight:bold;
	background-color:#ffe82b ;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding: 2px;
	padding-top:3px;
	background-position:50% 50%;	
	background-repeat:repeat-x;
	font-size:16px;
	height:22px;
	margin:0;
}
 
div#fd_cartouche2 a, div#fd_cartouche2 h2{
	color:#000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding: 2px;
	padding-top:1px;
	font-size:16px;
	height:22px;
	margin:0;
}
 
<div style="width:1000px; margin:auto" id="contour_cartouche2">
  <div id="fd_cartouche2">
    <h2>Actualit&eacute; v&eacute;lo</h2>
  </div>
  <div id="cartouche2">
    <div style="width:460px;display:inline-block; float:left">
      <div style="width:450px; display:block">Actualit&eacute; du jour </div>
      texte </div>
    <br />
    <div style="width:450px; display:block; "> Communiqu&eacute;s de presse v&eacute;lo</div>
      texte </div>
    <div style="width:410px;display:inline-block; float:left;">Magazines V&eacute;lo</div>
      texte </div>
  </div>
</div>
Merci d'avance pour votre aide
bonne soirée
ludo