/*
# Biriatou style RTE
*/

/*
Couleurs:
Vert : #006600
Rouge : #9A0000
*/

p.fondVert {
background-color:#006600;
color:#fff;

border-width:1px;
border-style:solid;
border-color:#f4faff;
padding:5px;

}


p.fondRouge {
background-color:#9A0000;
color:#fff;

border-width:1px;
border-style:solid;
border-color:#f4faff;
padding:5px;

}

p.fondVert a, p.fondRouge a {background-color:#fff}


/* FOND*/ 
.fond_Vert{background-color:#006600; color: #fff;}
.fond_Rouge{background-color:#9A0000; color: #fff;}
.fond_Blanc{background-color:#fff;  color: #000;}


/*couleur*/
.Vert{color:#006600;}
.Rouge{color:#9A0000;}
.RougeClair{color:#CC0000;}

.Vert_fond_Rouge{color:#006600;background-color:#9A0000;}
.Rouge_fond_Vert{color:#9A0000;background-color:#006600;}
.RougeClair_fond_Vert{color:#CC0000;background-color:#006600;}


p{
margin-top:0;
margin-right:0;
margin-left:0;
/*margin-bottom:0;*/
padding-top:0;
padding-left:0;
padding-right:0;
padding-bottom:0;
}

p.bodytext a{
color:#668194;
}


hr{
	height:1px;
	background-color: #b2b3b9;
	border:0;
}

.taille8{
font-size:8px;
}
.taille10{
font-size:10px;
}
.taille11{
font-size:11px;
}
.taille12{
font-size:12px;
}
.taille13{
font-size:13px;
}
.taille14{
font-size:14px;
}
.taille15{
font-size:15px;
}
.taille16{
font-size:16px;
}
.taille17{
font-size:17px;
}
.taille18{
font-size:18px;
}
.taille19{
font-size:19px;
}
.taille20{
font-size:20px;
}
.taille21{
font-size:21px;
}
.taille22{
font-size:22px;
}
.taille23{
font-size:23px;
}


/*

p.cadre,p.fond {
border-width:1px;
border-style:solid;
border-color:#f4faff;
padding:5px;
}
p.fond {
background:#f4faff;
}

span.texte_en_gris { color:#ccc; background:#f00;}

.csc-caption{
font-style:italic; 
font-size:0.8em;
text-align:center;
line-height:0.9em;
}

*/

