/********************************************    JAUNE VERT CLAIR VERT     ****************************************************/

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

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

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