#cadre { /* taille du cadre, à titre d'exemple */
	width: 100%;
	background-color: #E6D898;
}
/* propriétés communes à l'ensemble des 4 coins */
#hautgauche, #hautdroit, #basgauche, #basdroit {
	height: 19px; width: 19px;
	background-repeat: no-repeat;
	font-size:1px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
#hautgauche {
	background: url(../img/hg.gif);
}
#hautdroit {
	float: right;
	background: url(../img/hd.gif);
}
#basgauche {
	background: url(../img/bg.gif);
}
#basdroit {
	float: right;
	background: url(../img/bd.gif);
}
#contenu p {
	color: black;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	marmargin-left: 0;
	marmargin-right: 0;
}
