//css bords arrondis

body {
background-color: white;
}
#cadre { /* taille du cadre, à titre d'exemple */
width: 100%;
background-color: #FFD7FF;
}
/* 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(http://www.dataevent.com/img/arrondis/tpA.gif);
}
#hautdroit {
float: right;
background: url(http://www.dataevent.com/img/arrondis/tpB.gif);
}
#basgauche {
background: url(http://www.dataevent.com/img/arrondis/tpD.gif);
}
#basdroit {
float: right;
background: url(http://www.dataevent.com/img/arrondis/tpC.gif);
}
#contenu p {
font: 10px; color: black; font-weight: bold; margin: 0px 0px 0px 10px; /*gestion des espaces interparagraphes */
}

#contenu li {list-style-type: square;  font: 10px; color: black; font-weight: thin; padding: 0px; margin: 0px 0px 0px 5px;}

#contenu ul li {color: black; list-style-position: inside; list-style-type: square; font: 9px grey verdana, sans-serif; font-weight: thin; font-style: italic; }

#contenu a {font: 9px grey verdana, sans-serif; font-weight: thin; font-style: italic;}

