body {
	color:#000000;
	font-family: "Verdana";
	font-weight: "bold";
}
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
}
#cadre { /* taille du cadre, à titre d'exemple */
width: 15em;
background-color: #FF9900;
}
/* 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(images/hautgauche.gif);
}
#hautdroit {
float: right;
background: url(images/hautdroit.gif);
}
#basgauche {
background: url(images/basgauche.gif);
}
#basdroit {
float: right;
background: url(images/basdroit.gif);
}
#contenu p {
color: #000000;
margin: 0.5em; /*gestion des espaces interparagraphes */
}
img.EK {
border-color:#C0C0C0;
border-style:solid;
}
