/* Start of CMSMS style sheet 'poemes' */
body{
}
table.resultat{
     border:0px;
     width:"100%";  
    margin:10px 5.1cm 5px 5%;
     font-familly: Ecolier, Arial;
     font-size:20px; 
}
table.resultat td{
   padding:8px;
}
table.resultat caption{
     font-size:12px;
    padding:15px;
     text-align:left;
}
table.resultat tbody{
      padding-top:10px;
}
table.resultat tr.titre{
    color:red;
    font-size:24px;
    font-familly:Arial;
    text-align:center;
    line-height:1em;
}
table.resultat tr.texte{
    font-family:Helvetica sans-serif;
    font-size:14px;
    line-height:1.2em;
}
table.resultat tr.auteur{
    text-align:right;
   color:blue;
    font-familly:Arial;
    font-size:12px;
    font-weight:bold;
    border-bottom:solid blue 1px;
}
p.alerte{
    background-color:pink;
      border:solid yellow 3px;
      color:#003
}
li{
   list-style: inside none none ;
   font-size:8px;
   padding-left:0.2cm;
   text-indent:0.3cm;
}
/* End of 'poemes' */

