table.list_doublon
{
    border : 1px solid #C0C0C0;
}

table.billing {
    border-collapse : collapse;
    margin : 0;
    padding : 0;

}

table.billing  tr.ligne_doublon td{
    background-color : #C0C0C0;
}

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
{
    font-family:      Arial, sans-serif;
    font-size:        12px;
    font-style:       normal;
    font-weight:      normal;
    color:            #000000;
    background:       #E87C0D;
    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:       #426BBA;
}

.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;
}

.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 #0057A5;     /* 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: #F3B44F;
}

a.onglet {                            /* style des liens se trouvant dans un onglet inactif */
  background-color: #0057A5 ;            /* 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 #0057A5;    /* le trait inférieur est effacé */
   background-color: #0057A5;            /* 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;
}

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;
}

td.conteneur table tr.top {
    height : 75px;
    padding : 0;
    margin : 0;
    top : 0;
}

td.conteneur table tr.bottom {
    height : 200px;
    width : 99%;
    padding : 0;
    margin : 0;
    vertical-align : top;
}

td.conteneur table tr.bottom td {
    padding : 2px;
    margin : 0;
}

td.conteneur {
    background : #426BBA;
    text-align : center;
    vertical-align : top;
}

form#inscription {
    padding : 0;
    margin : 0;
    left : 0;
    top : 0;
}

form.abstract input, form.abstract select {
vertical-align : top;
}

form.abstract {
  text-align : right;
}

tr.full td{
    background-color : #DEDEDE;
}

label {
    float : left;
    width : 100px;
    font-weight : bold;
}

tr.red td{
    color : #FF0000;
}

tr.green td{
    color : #5EBC00;
}