/* --- STYLES DE BASE --- */
body {
    font-family : arial, helvetica, freesans, sans-serif;
    font-size   : 12px;
}

h1, h2, h3, h4, h5 {
    margin      : 1em 0 .5em 0;
    line-height : 1.2;
    font-weight : bold;
    font-style  : normal;
}

ul, ol {
    margin  : .75em;
    padding : 0;
}
p {
    margin : .75em 0;
}
a {
    text-decoration : underline;
    color           : #000;
    outline: none;
}
a:hover {
    color           : #000;
    text-decoration : none;
}
a img {
    border : none;
}
form {
    margin  : 0;
    padding : 0;
    border  : none;
}
input, button, select {
    vertical-align : middle;
}
table {
    border-collapse : collapse;
    border-spacing  : 0;
}
h1,
.titre_cartouche {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18pt;
    font-weight: bold;
    color: white;
    background: black;
    margin: 1em 0;
    padding: 1px 5px;
}

h2,
.titre_s {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18pt;
    font-weight: bold;
    border-bottom: 3px solid black;
    color: black;
    margin: 1em 0;
    padding: 0;
}

h3,
.titre_s2 {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 14pt;
    color: black;
    margin: 1em 0;
    padding: 0;
}

h4,
.titre_ns {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: black;
    margin: 1em 0;
    padding: 0;
}

h5,
.titre_paragraphe {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: black;
    margin: 0;
    padding: 0;
}

p.txt_pitch {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: black;
}
p.txt_paragraphe {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
}
p.txt_mentions {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
p.txt_pitch_couleur {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: black;
}
p.txt_paragraphe_couleur {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
}
p.txt_mentions_couleur {
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

.separateur_1 {
    margin: 0;
    padding: 0;
    border: 0;
    color: black;
    background-color: black;
    height: 1px;
}

.separateur_bloc {
}

.accordeon-titre {
    margin: 20px 0;
    line-height: 17px;
    font-size: 15px;
    font-family: "BrownPro-Regular";
    cursor: pointer;
    border: 0;
    position: relative;
    padding-left: 20px;
}

.accordeon-titre.active {
    margin-bottom: 10px;
}

.accordeon-titre:before {
    content: '+';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 16px;
    font-weight: normal;
    font-family: Verdana;
}

.accordeon-titre.active:before {
    content: '-';
}

.accordeon-contenu {
    margin: 10px 0 20px 25px;
}

#main .accordeon-contenu {
    display: none;
}
