/*******************
mep du contenu 
*******************/
.titre_contenu{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.sous_titre_contenu{
	color: #789EFF;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 3px 3px 0;
}
.bordure_contenu{
	border: 1px solid #789EFF;
}
.image_flottement_gauche{
	float: left;
	margin: 5px;
}
.image_flottement_droite{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.clear{
	clear: both;
}
.clear_1px{
	clear: both;
	font-size: 1px;
}
