div#footer div#statique .statiqueComments { margin:0 auto; display: flex; flex-direction: column; }
div#footer div#statique .statiqueCommentList { flex: 1; overflow-y: auto; padding-bottom:10px; }
div#footer div#statique .statiqueSingleComment { padding-top: 5px; padding-bottom: 5px; border-top: 1px solid black }
div#footer div#statique .statiqueCommentLabel { font-weight: bold; padding-top: 5px; padding-right: 5px; display: inline }
div#footer div#statique .statiqueNewCommentHeader { font-weight: bold; margin-top: 10px; margin-bottom: 5px; background-color: #EEEEEE; }
div#footer div#statique .statiqueComment { padding-top: 5px; padding-bottom: 10px; }
div#footer div#statique .statiqueNewCommentContainer { border-top: 3px dashed black; width: 50%; display: none; }