/* CSS Document */
div.real {
	clear: both;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* div qui se génère automatiquement */
div.real:after {
	content: 'toto';/* contenu généré automatiquement */
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

div.real img {
	margin-right: 10px;
}
