/* Style des liens Forums internes et Forums publics */#forum-space {position: absolute;top: 60px;right: 12px;}/* Style du tableau de présentation des forums */.forum-list {width: 100%;margin-top: 20px;margin-bottom: 20px;border: 1px solid #404040;}.forum-list a {color: #000000;}.forum-list th {width: auto;padding: 10px;text-align: left;}.forum-list td {padding: 10px;color: #000000;font-size: 0.9em;text-decoration: none;border-top: 1px dashed #404040;}/* Style du bouton d'ajout d'un post */#forum-add-post {position: absolute;top: 20px;right: 5px;}/* Style du tableau de présentation des posts */.forum-post {width: 100%;margin-top: 20px;margin-bottom: 20px;border: 1px solid #404040;}.forum-post a {color: #000000;}.forum-post th {width: auto;padding: 10px;text-align: left;}.forum-post td {padding: 10px;color: #000000;font-size: 0.9em;text-decoration: none;border-top: 1px dashed #404040;}/* Style du bouton d'ajout d'une réponse à un post */#forum-add-answer {position: absolute;top: 20px;right: 5px;}/* Style du tableau de présentation d'un post et de ses réponses */.forum-answer {width: 100%;margin-top: 20px;margin-bottom: 20px;border-collapse: collapse;}.forum-answer td {padding: 10px;border: 1px solid #404040;}.forum-answer td:first-child {width: 100px;padding-right: 70px;text-align: left;vertical-align: top;}.forum-answer td + td {margin-top: 0;margin-bottom: 0;padding-top: 1px;text-align: justify;}/* Style du libellé de forum */#forum-libelle {color: #005DA8;font-size: 1.3em;}