/* CSS Document */
body {
background-color: #FAF0E6;
}
#cadre { /* taille du cadre, à titre d'exemple */

background-color: #FAE6E6;
}
/* 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(commun/gif/hautgauche.gif);
}
#hautdroit {
float: right;
background: url(commun/gif/hautdroit.gif);
}
#basgauche {
background: url(commun/gif/basgauche.gif);
}
#basdroit {
float: right;
background: url(commun/gif/basdroit.gif);
}
#contenu p {
color: black;
margin: 0.5em; /*gestion des espaces interparagraphes */
}



