.onlineEditor strong {font-weight: bold;}
.onlineEditor .renderedtable td {padding: 5px;}
.onlineEditor ul li {
    list-style-image: url(../images/profilsRecherches/blueMiniArrow.png);
    list-style-position: inside;
    margin: 15px 0;
    font-size: 1.2em;
}
.onlineEditor ol li {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 15px 0;
    font-size: 1.2em;
}


/* -> Lien textuel vers fichier */
.onlineEditor a.file {color:#333333;font-weight: normal;text-decoration: none;display:block;background:url(../images/bg_downloadPicto.png) no-repeat;padding:8px 0 0 30px;}
.onlineEditor a.file:hover {text-decoration: underline;}
.onlineEditor a.file.pdf {background-position:0px -50px;}
.onlineEditor a.file.infos {background-position:0px -100px;}
.onlineEditor a.file.epub {background-position:0px -155px;}
.onlineEditor a.file.doc {background-position:0px -207px;}
.onlineEditor a.file.xls {background-position:0px -260px;}
.onlineEditor a.file.ppt {background-position:0px -313px;}
.onlineEditor a.file.zip {background-position:0px -368px;}
.responseForm .onlineEditor a.file {display: inline-block;}
