/* --- il faut egalement modifier la feuille de styleimprim ---*/
/* --- couleur des liens ---*/

a {
color: #018F62;
}
body.bodyLien01 a{
color: #018F62;
}
body.bodyLien02 a{
color: #90BE7A;
}
body.bodyLien03 a{
color: #014F36;
}
body.bodyLien04 a{
color: #0F8EB3;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*--- Couleur des titres ---*/ 

#inter_popup h2,
#inter h2 {
color: #018F62;
border-bottom: #018F62 1px solid;
}
#inter_popup h3,
#inter h3 {
color: #018F62;
}
#inter_popup h4,
#inter h4 {
color: #333333;
}
#inter_popup h5,
#inter h5 {
color: #666666;
}

body.bodyLien02 #inter h2{
color: #90BE7A;
border-bottom: #90BE7A 1px solid;
}
body.bodyLien02 #inter h3{
color: #90BE7A;
}
body.bodyLien03 #inter h2{
color: #014F36;
border-bottom: #014F36 1px solid;
}
body.bodyLien03 #inter h3{
color: #014F36;
}
body.bodyLien04 #inter h2{
color: #0F8EB3;
border-bottom: #0F8EB3 1px solid;
}
body.bodyLien04 #inter h3{
color: #0F8EB3;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*--- Couleur de texte dans l-editeur  --- */

div.coul02, .CouleurContextuelle, .coul02 {}
body.bodygenerique .coul02,
body.bodyLien01 .coul02{
color: #018F62;
}
body.bodyLien02 .coul02{
color: #90BE7A;
}
body.bodyLien03 .coul02{
color: #014F36;
}
body.bodyLien04 .coul02{
color: #0F8EB3;
}
div.coul06, .bleuFonce, .coul06 {
color: #003399;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*-- TABLEAUX --*/

th {
background-color: #018f62;
color: #FFFFFF;
}
body.bodyLien02 th {
background-color: #90BE7A;
}
body.bodyLien03 th {
background-color: #014F36;
}
body.bodyLien04 th {
background-color: #0F8EB3;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*-- couleur des cellules dans l-editeur --*/

td.bleue, .celluleBleue {
background-color: #289DC0;
}
td.jaune, .celluleJaune {
background-color: #FFE163;
}
td.vert, .celluleVert {
background-color: #3BA958;
}
td.rouge, .celluleRouge {
background-color: #E85245;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* --- plan du site --- couleur H3--- */

#plandusite ul li a {
color: #333A4C;
}
#plandusite h3.plan02 a{
color: #90BE7A;
}
#plandusite h3.plan03 a{
color: #014F36
}
#plandusite h3.plan04 a{
color: #0F8EB3;
}
