#conteneur {
	background-color: #FC9;
	height: auto;
	width: 450px;
	float: left;
}
#haut {
	background-color: #FC9;
	height: auto;
	width: 250px;
	float: left;
}
#texte {
	background-color: #FC0;
	height: auto;
	width: 450px;
	float: left;
}
#image {
	float: right;
	height: auto;
	width: 200px;
	background-color: #FFC;
	text-align: center;
}
.lien {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.labels {
     color: red;
     background-color: white;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 10px;
     font-weight: bold;
     text-align: center;
     width: 120px;
	 height:auto;
     border: 2px solid black;
     white-space: nowrap;
   }