body      { color: #820029; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-repeat: no-repeat; background-position: center top; margin: 0 }
p {}
td     { color: #820029; font-size: 12px; line-height: 1.2em }
.texteBase  { font-size: 12px }
.texteInfo { }
.texteInfo td  { font-size: 12px; text-align: justify }
.texteTitre   { font-size: 16px; font-weight: bold; line-height: 1.3em }
.texteGros  { font-size: 14px; font-weight: bold; line-height: 1.22em }
.motEnValeurDansTexte { font-size: 14px; font-weight: bold }
.textePetit { font-size: 11px; font-style: italic }
a  { color: #820029; font-weight: bold; text-decoration: underline }
a:hover  { color: #e24a00; text-decoration: underline }
.cadreImage  { border: solid 7px #ffffff }
.zoneImportante, .zoneImportante:link, .zoneImportante:visited  { text-decoration: none; background-color: #fff; white-space: nowrap; padding: 4px; border: solid 0 white }
.zoneImportante:focus, .zoneImportante:hover, .zoneImportante:active { color: #fff; text-decoration: none; background-color: #bf0070 }
/* #bf0070 = rose sombre */


/*angles arrondis MOYENS : */
.coinArrondi-NO-moyen /* coin Nord Ouest */
{
-moz-border-radius-topleft: 15px;
-webkit-border-top-left-radius: 15px;
border-top-left-radius: 15px;
}

.coinArrondi-NE-moyen /* coin Sud Ouest */
{
-moz-border-radius-topright: 15px;
-webkit-border-top-right-radius: 15px;
border-top-right-radius: 15px;
}

.coinArrondi-SE-moyen /* coin Sud Ouest */
{
-moz-border-radius-bottomright: 15px;
-webkit-border-bottom-right-radius: 15px;
border-bottom-right-radius: 15px;
}

.coinArrondi-SO-moyen /* coin Sud Ouest */
{
-moz-border-radius-bottomleft: 15px;
-webkit-border-bottom-left-radius: 15px;
border-bottom-left-radius: 15px;
}
