<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('general.css');
/* CSS Document */

/* other */
.other{ margin-top:2em;}
.other &gt; *{ display:inline-block; vertical-align:top}
.other &gt; aside{ width: 24%; }
.other &gt; div{ width: 73%; float:right }

/* page liste */
.contentList{ width: 73%;}
.titreFaq{ font-family:'RobotoLight'; font-size:2.1em; color:#0476BD}
.contentList h2{ font-size:1.5em; color:#000000; font-weight:normal; margin:1em 0 0; cursor:pointer}
.contentList h2:hover{ color:#0476BD}
.contentList h2 span{ display:inline-block;border-bottom: 5px solid transparent;border-left: 5px solid #424A55;border-top: 5px solid transparent;}
.contentList h2:hover span{ border-left-color:#0476BD;}
.contentList p[class^="expand"]{ font-size:13px; margin:.5em 2em 0; border-left:3px solid #bbb; padding-left:.5em; color:#999999; display:none}
.contentList p a{ color:#0476BD; font-size:13px;}
.contentList p a:hover{ text-decoration:underline}
.contentList p.show{ display:block}



















</pre></body></html>