//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/hautgauche1.gif);
}
#hautdroit {
float: right;
background: url(http://www.dataevent.com/img/arrondis/hautdroit1.gif);
}
#basgauche {
background: url(http://www.dataevent.com/img/arrondis/basgauche1.gif);
}
#basdroit {
float: right;
background: url(http://www.dataevent.com/img/arrondis/basdroit1.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: bold; padding: 0px; margin: 0px 0px 0px 20px;}

#contenu ul li {list-style-position: inside; list-style-type: square; font: 9px grey verdana, sans-serif; margin: 0px 0px 0px 10px; font-style: italic; }

