Re-bonjour la Communauté,

J'ai à nouveau un pb que je ne saisi pas.

Je n'arrive pas à imbriquer deux balises. J'ai dois commettre une énormité mais je ne la vois pas.

Voiçi mon code html :
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
<div id="corp">
	<div id="left">
 
				<h2>Bienvenue sur le site de la SAFA</h2></br>
						Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
.</br></br>
						<strong>Les atouts SAFA</strong></br>
						galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</br>
						galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into d :</br>
 
						<div class="mod"> galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</div> 
						<div class="mod"> Améliorer les conditions de nos affaires.</div>
						<div class="mod"> galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</div></BR>
						<p class="intro">galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but : <strong>«l’intérêt de chacun au bénéfice de tous ».</strong> </p>
 
				<h2>Avantages personnalis&eacute;s</h2>
 
	</div>
</div>
Et voiçi ma 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
div#corp
{
	margin:auto;
	margin-top:8px;
	width:850px;
	text-align:justify;
	background-color: #444444;
	border:4px solid #FFFFFF;
	padding:10px;
	}
 
div#corp a{
color: #4569AF; 
text-decoration:none;
}
 
div#corp a:hover{
color: #009900;
border-bottom:1px solid #777777;
}
 
#left {width:45%; float:left;}
Voilà, j'espère que vous pourrez m'aider