BODY {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt;
    background-color : #FFEE99;
}
table, tr, td, p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt;
}


TABLE.couleur4 {background-color:#558097;}
TABLE.couleur3 {background-color:#849CC2;}
TABLE.couleur2 {background-color:#B6C4DF;}
TABLE.couleur1 {background-color:#ffffff;}
TD.couleur4 {background-color:#558097;}
TD.couleur3 {background-color:#849CC2;}
TD.couleur2 {background-color:#B6C4DF;}
.coul1 {color : #ffffff;}
.coul2 {color : #B6C4DF;}
.coul3 {color : #849CC2;}
.coul4 {color : #558097;}

a.liencouleur1 {
    color: #FFBF20;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight:bold;
}
a.liencouleur1:hover {
    color: #FFBF20;
    text-decoration:underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight:bold;
}

a.lienarticle {
    color: #FFBF20;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight:bold;
}
a.lienarticle:hover {
    color: #FFBF20;
    text-decoration:underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight:bold;
}
a{
    color: #996600;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover{
    color: #996600;
text-decoration:underline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.titrearticle {
    color : #B6C4DF;
    font-size : 13pt;
}

.textearticle {
    color : Black;
    font-size : 10pt;
    text-align : justify;
}

.petitnoir {
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
font-style : italic;
}

.titre1 {
    color : #849CC2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 13pt;
    text-decoration: none;

}
.descriptif {
color : #558097;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
}

/*
Utilisé dans les boucles forum de article.html
*/
.auteurarticle {
    color : Black;
    font-size : 8pt;
    font-style : italic;
}


.imprimtitre {
    color : Black;
    font-size : 15pt;
}

.imprimtexte {
    color : Black;
    font-size : 12pt;
    text-align : justify;
}

.calendarhead{
    background-color : #558097;
        color : #849CC2;
}
.calendarnotthismonth{
        font-size : 8pt;
    background-color : #849CC2;
    color : Black;
}
.calendarthismonth{
    background-color : #849CC2;
    color : Black;
    font-size : 10pt;
    font-weight : bold;
}
.calendarthisday{
    background-color : #849CC2;
    color : Black;
    font-size : 10pt;
    font-weight : bold;
}


/* Formatage des articles */

a.spip_url { }
a.spip_in { }
a.spip_out { }

.spip_code { }

p.spip_note { }

h3.spip {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}

.spip_documents{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size : 70%;
}


table.spip tr.row_first {
    background-color: #FCF4D0;
}

table.spip tr.row_odd {
    background-color: #C0C0C0;
}

table.spip tr.row_even {
    background-color: #F0F0F0;
}

table.spip td {
    padding: 1px;
    text-align: left;
    vertical-align: center;
}


.forml {width: 100%; padding: 2px; background-color: #ffffff;
background-position: center bottom; float: none; color: #000000}

.spip_encadrer {
    width : 100%;
    background-color: #849CC2;
    padding: 5px;
    border: 1px #666666 solid;
}

.spip_cadre {
    width : 100%;
    background-color: #849CC2;
    padding: 5px;
}


.spip_bouton {
    background-color: #D3D3D3;
}

.formrecherche { width: 100% ; background-color: #FFDDAA;}

.reponse_formulaire {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 110%;
    color: red;
}

.spip_surligne { background-color: #FFFF66; }
/*
 * Barre de raccourcis
 */

a.spip_barre img {
    padding: 4px;
    margin: 1px;
    border: 1px solid #aaaaaa;
    background-color: #e4e4e4;
    -moz-border-radius: 5px;
}

a.spip_barre:hover img {
    padding: 4px;
    margin: 1px;
    border: 1px solid #999999;
    background-color: white;
    -moz-border-radius: 5px;
}

