body
{  
    margin-top:       0px;
    margin-left:      5px;
    font-family:      Arial, sans-serif;
    font-size:        12px;
    color:            #666666;
    background-color: #ffffff;
    background-repeat:repeat;
}

a:link
{
    text-decoration:  underline;
    color:            #0379B1;
}
a:visited
{
    text-decoration:  underline;
    color:            #0379B1;
}
a:active
{
    text-decoration:  underline;
    color:            #0379B1;
}
a:hover
{
    text-decoration:  underline;
    font-weight:      none;
    color:            #0379B1;
}

td
{
    color:            #000000;
    background:       #FFFFFF;
}

td.blanc
{
    font-family:      Arial, sans-serif;
    font-size:        12px;
    font-style:       normal;
    color:            #000000;
    background:       #FFFFFF;
}

td.bleu, div.bleu
{
    font-family:      Arial, sans-serif;
    font-size:        12px;
    font-style:       normal;
    font-weight:      normal;
    color:            #ffffff;
    background:       #FF6600;
    text-indent:        12px;
}

td.vert
{
    color:            #35962B;
    background:       #FFFFFF;
}

td.vert_gold
{
    color:            #35962B;
    background:       #FFD700;
}

td.rouge
{
    color:            #FF0000;
    background:       #FFFFFF;
}

td.rouge_gold
{
    color:            #FF0000;
    background:       #FFD700;
}

td.titrecolonne
{
    font-family:      Arial, sans-serif;
    font-size:        12px;
    font-style:       normal;
    font-weight:      bold;
    color:            #000000;
    background:       #ffffff;
}

td.brun
{
    font-family:      Arial, sans-serif;
    font-size:        18px;
    font-style:       normal;
    font-weight:      bold;
    color:            #FFFFFF;
    background:       #309BFF;
        padding:                    5px;
        text-align:             center;
}

.normal
{
    font-family:      Arial, sans-serif;
    font-size:        12px;
    font-style:       normal;
}

.note
{
    font-family:      Arial, sans-serif;
    font-size:        11px;
    font-style:       normal;
}

.titre1
{
    font-family:      Arial, sans-serif;
    font-size:        25px;
    font-style:       normal;
    font-weight:      bold;
    color:            #006CA8;
    text-decoration:  none;
}

.titre2
{
    font-family:      Arial, sans-serif;
    font-size:        20px;
    font-style:       normal;
    font-weight:      bold;
    color:            #D06800;
    text-decoration:  none;
}

.titre3
{
    font-family:      Arial, sans-serif;
    font-size:        18px;
    font-style:       normal;
    font-weight:      normal;
    color:            #D06800;
    text-decoration:  none;
}

.titre4
{
    font-family:      Arial, sans-serif;
    font-size:        12px;
    font-style:       normal;
    font-weight:      normal;
    color:            #E33C2F;
    text-decoration:  none;
}

.titre5
{
    font-family:      Arial, sans-serif;
    font-size:        12px;
    font-style:       normal;
    font-weight:      normal;
    color:            #999999;
    text-decoration:  none;
}


.petit
{
    font-family:      Arial, sans-serif;
    font-size:        10px;
    font-style:       normal;
    font-weight:      normal;
    color:            #000000;
    text-decoration:  none;
}

.menu1 {                                /* boite qui contient le menu (les onglets) */
  border-bottom:solid 2px #FF9900 ;     /* crée le trait noir en-dessous des onglets */
  padding-top:0px ;                    /* marge intérieure haute */
  padding-bottom:0px ;                  /* marge intérieure basse */
  background-color:#FFFFFF
}

.onglet {                               /* style des onglets inactifs */
  font-size:        11px;                /* taille police des onglets actifs et inactifs */
  margin : 0px ;                        /* marge extérieure */
  padding:5px 7px 0px 7px ;             /* marge intérieure */
  background:url(../images/coin-haut-droite.gif) no-repeat right top; /* insère un rectangle noir en haut à droite de l'onglet */
  font-weight:      bold;
  background-color:#458ccc ;
}

a.onglet {                            /* style des liens se trouvant dans un onglet inactif */
  background-color:#458ccc ;            /* le fond de l'onglet est gris */
  text-decoration:none                  /* les liens ne sont pas soulignés */
  font-weight:      bold;
}

.onglet-actif {                         /* style de l'onglet de la page active */
   border-bottom:solid 2px #FF9900 ;    /* le trait inférieur est effacé */
   background-color:#FF9900;            /* le fond de l'onglet actif est blanc*/
   font-weight:      bold;
}

.onglet-image {                               /* style des onglets inactifs */
  margin : 0px ;                        /* marge extérieure */
  padding: 0px 0px 0px 0px ;             /* marge intérieure */
  background-color:#ffffff ;
}

.attention {
  color: #FF0000
}

.gold {                               /* style des onglets inactifs */
  background-color:#FFD700 ;
}

.coop_vert {
  color: #45A745;
}

.coop_rouge {
  color: #FF0000;
}

ul {
padding:0;
margin:0;
}

ul li {
margin: 5px 0 0 20px;
padding:0;
}


a.bouton:link
{
    text-decoration:  none;
    color:            white;
    text-align:       center; 
    font-weight:      bold;
    background-color: #000080;
    padding:          2px;
    border-style:     outset;
    border-width:     2px;
    border-color:     silver;
}

a.bouton:visited
{
    text-decoration:  none;
    color:            white; 
    text-align:       center;
    font-weight:      bold;
    background-color: #000080;
    padding:          2px;
    border-style:     outset;
    border-width:     2px;
    border-color:     silver;
}

a.bouton:hover
{
    text-decoration:  none;
    color:            white; 
    text-align:       center; 
    font-weight:      bold; 
    background-color: #0000FF;
    padding:          2px;
    border-style:     outset;
    border-width:     2px;
    border-color:     silver;
}

.bouton
{
    text-decoration:  none;
    color:            white;
    text-align:       center; 
    font-weight:      bold;
    background-color: #000080;
    padding:          2px;
    border-style:     outset;
    border-width:     2px;
    border-color:     silver;
}

#important
{
background-color:#ffff33;
color:#000000;
padding:5px;
font-weight:bold;
font-size:14px;
}

.redgras {
    color : red;
    font-weight: bold;
    text-align : center;
    font-size : 14px;
}