
/*  styles pour mise en forme depuis le back-office  */
/* liens orange souligné */
a.php {
color:#D77722;
text-decoration:underline;
}
/* gras */
.s1{
font-weight:bold;
}
/* italique */
.s2{
font-style :italic;
}
/* souligné */
.s3{
text-decoration:underline;
}
/*indentation ligne*/
.s4{
margin-left:5em;
}
/*indentation bloc*/
.s5{
display:block;
margin-left:5em;
}
/*indentation ligne*/
.s6{
margin-left:10em;
}
/*indentation bloc*/
.s7{
display:block;
margin-left:10em;
}





/* orange 8pt */
.s8{
color: #D77722;
font-family:Verdana;
font-size:8pt;
}
/* orange 9pt */
.s9{
color: #D77722;
font-family:Verdana;
font-size:9pt;
}
/* orange 10pt */
.s10{
color: #D77722;
font-family:Verdana;
font-size:10pt;
}
/* orange 11pt */
.s11{
color: #D77722;
font-family:Verdana;
font-size:11pt;
}
/* orange 12pt */
.s12{
color: #D77722;
font-family:Verdana;
font-size:12pt;
}
/* orange 13pt */
.s13{
color: #D77722;
font-family:Verdana;
font-size:13pt;
}
/* orange 14pt */
.s14{
color: #D77722;
font-family:Verdana;
font-size:14pt;
}
/* orange 15pt */
.s15{
color: #D77722;
font-family:Verdana;
font-size:15pt;
}
/* orange 16pt */
.s16{
color: #D77722;
font-family:Verdana;
font-size:16pt;
}


/* vert 8pt */
.s18{
color:#71C043;
font-family:Verdana;
font-size:8pt;
}
/* vert 9pt */
.s19{
color:#71C043;
font-family:Verdana;
font-size:9pt;
}
/* vert 10pt */
.s20{
color:#71C043;
font-family:Verdana;
font-size:10pt;
}
/* vert 11pt gras*/
.s21{
color:#71C043;
font-family:Verdana;
font-size:11pt;
}
/* vert 12pt */
.s22{
color:#71C043;
font-family:Verdana;
font-size:12pt;
}
/* vert 12pt */
.s23{
color:#71C043;
font-family:Verdana;
font-size:13pt;
}
/* vert 14pt */
.s24{
color:#71C043;
font-family:Verdana;
font-size:14pt;
}
/* vert 15pt gras*/
.s25{
color:#71C043;
font-family:Verdana;
font-size:15pt;
}
/* vert 16pt */
.s26{
color:#71C043;
font-family:Verdana;
font-size:16pt;
}

/* gris 8pt */
.s28{
color:#4A4A4A;
font-family:Verdana;
font-size:8pt;
}
/* gris 9pt */
.s29{
color:#4A4A4A;
font-family:Verdana;
font-size:9pt;
}
/* gris 10pt */
.s30{
color:#4A4A4A;
font-family:Verdana;
font-size:10pt;
}
/* gris 11pt */
.s31{
color:#4A4A4A;
font-family:Verdana;
font-size:11pt;
}
/* gris 12pt */
.s32{
color:#4A4A4A;
font-family:Verdana;
font-size:12pt;
}
/* gris 13pt */
.s33{
color:#4A4A4A;
font-family:Verdana;
font-size:13pt;
}
/* gris 14pt */
.s34{
color:#4A4A4A;
font-family:Verdana;
font-size:14pt;
}
/* gris 12pt */
.s35{
color:#4A4A4A;
font-family:Verdana;
font-size:15pt;
}
/* gris 16pt */
.s36{
color:#4A4A4A;
font-family:Verdana;
font-size:16pt;
}

/* noir 8pt */
.s38{
color:#000;
font-family:Verdana;
font-size:8pt;
}
/* noir 9pt */
.s39{
color:#000;
font-family:Verdana;
font-size:9pt;
}
/* noir 10pt */
.s40{
color:#000;
font-family:Verdana;
font-size:10pt;
}
/* noir 10pt */
.s41{
color:#000;
font-family:Verdana;
font-size:11pt;
}
/* noir 12pt */
.s42{
color:#000;
font-family:Verdana;
font-size:12pt;
}
/* noir 13pt */
.s43{
color:#000;
font-family:Verdana;
font-size:13pt;
}
/* noir 14pt */
.s44{
color:#000;
font-family:Verdana;
font-size:14pt;
}
/* noir 15pt gras*/
.s45{
color:#000;
font-family:Verdana;
font-size:15pt;
}
/* noir 16pt */
.s46{
color:#000;
font-family:Verdana;
font-size:16pt;
}

.s100{
color:#FF0000;
}
.s110{
padding:0 0.3em;
background-color: #D77722;
color:#FFF;
}
.s111{
padding:0 0.3em;
background-color: #B5CE5E;
color:#FFF;
}
.s112{
padding:0 0.3em;
background-color: #71C043;
color:#FFF;
}
.s113{
padding:0 0.3em;
background-color: #96BC1B;
color:#FFF;
}
.s114{
padding:0 0.3em;
background-color: #4A4A4A;
color:#FFF;
}
.s115{
padding:0 0.3em;
background-color: #999999;
color:#FFF;
}
.s200{
display:block;
padding:1em;
margin:0;
width:70%;
border:1px dotted #D77722;
}