/********************************************    JAUNE VERT BLEU       ****************************************************/

body {
background-image : url("../../img/fond_couleur/vert.gif"); 
background-repeat : repeat-y; 
background-position : left; 
}

/********************************************    FOND ET TEINTE TIERS ROBIAL       ****************************************************/

.a1 {
color : #ffcc00 !important; 
} 
.a2 {
color : #339900 !important; 
} 
.a3 {
color : #003399 !important; 
} 
.a1_bold {
color : #ffcc00 !important; 
font-weight : bold; 
} 
.a2_bold {
color : #339900 !important; 
font-weight : bold; 
} 
.a3_bold {
color : #003399 !important; 
font-weight : bold; 
} 
.b1 {
border-color : #ffcc00; 
} 
.b2 {
border-color : #339900; 
} 
.b3 {
border-color : #003399; 
} 
.c1 {
background-color : #ffcc00; 
} 
.c2 {
background-color : #339900; 
} 
.c3 {
background-color : #003399; 
} 

