@charset "utf-8";

@font-face{
    font-family : "NewsCycle";
    src : url('../fonts/newscycle-regular-webfont.eot');
    src : local('☺'),
          url('../fonts/newscycle-regular-webfont.svg#NewsCycle') format('svg'),
          url('../fonts/newscycle-regular-webfont.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
}
@font-face{
    font-family : "NewsGothicBold";
    src : url('../fonts/news-gothic-bold-extra-condensed-bt-webfont.eot');
    src : local('☺'),
          url('../fonts/news-gothic-bold-extra-condensed-bt-webfont.svg#NewsGothicBold') format('svg'),
          url('../fonts/news-gothic-bold-extra-condensed-bt-webfont.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
    font-variant:normal;
}

.titre_principal {
    margin-top: 10px;
    margin-bottom:5px;
    font-size:24px;
    font-family: "NewsGothicBold", Verdana, georgia, Geneva, sans-serif;
    text-align:left;
    text-transform:uppercase;
    line-height:120%;
    
    color:#88aa00;
}

.titre_secondaire {
    margin-top: 5px;
    font-size:18px;
    font-weight:bold;
    font-family: "NewsGothicBold", Verdana, georgia, Geneva, sans-serif;
    text-align:left;
    line-height:120%;
    color:#990044;
    margin-bottom:5px;
}

p.paragraphe {
    font-size:14px;
    line-height:120%;
    
    color:#222;
    text-align:justify;
    font-family: NewsCycle, Verdana, georgia, Geneva, sans-serif;
    direction: ltr;
    margin-bottom: 5px;
}

p.paragraphe span a, *.Lien_cliquable {
    text-decoration: underline;
    color: #88aa00;
}

p.paragraphe span a:hover, *.Lien_cliquable:hover {
    color: #990044;
}

img.image_droite, img.image_gauche {
    margin: 10px;
    border: 1px solid #ccc;
    padding: 3px;
}

img.image_gauche{
    margin-left: 0;
    float: left;
}

img.image_droite{
    margin-right: 0;
    float: right;
}

ul.list_non_ordonne, ol.list_ordonne {
    clear: both;
    margin: 10px;
    margin-right: 0;
    padding: 0;
    padding-left: 10px;
    
    color: #222;
    font-family: NewsCycle, Verdana, georgia, Geneva, sans-serif;
    font-size:14px;
    text-indent: 0;
    text-align:justify;
    line-height:120%;
    direction: ltr;
}


ul.list_non_ordonne li, ol.list_ordonne li {
    
    margin-bottom: 5px;
}

ul.list_non_ordonne {
    list-style-type: circle;
}


/* Tableau */

table.tableau {
    max-width: 625px;
    clear: both;
    float: none;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-left: 0;
    margin: 10px auto;
    padding: 0;
    font-family: NewsCycle, Verdana, georgia, Geneva, sans-serif;
    width: auto;
}

table.tableau caption {
    max-width: 625px;
    font-family: NewsCycle, Verdana, georgia, Geneva, sans-serif;
    background: #990044;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    padding: 5px;
    margin: 0;
    text-align: center;
    width: auto;
}

table.tableau thead tr td,
table.tableau tbody tr th,
table.tableau tbody tr td p strong {
    padding: 3px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    font-size:14px;
    line-height:120%;
    width: auto;
}

table.tableau thead tr td,
table.tableau tbody tr th {
    border: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    background: #CC99BB;
    color: #FFF;
}

table.tableau thead th {
    border: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    padding: 3px;
    margin: 0;
    width: auto;
}

table.tableau tbody {
    
    padding: 3px;
    margin: 0;
    width: auto;
}

table.tableau tbody tr {
    padding: 3px;
    margin: 0;
    width: auto;
}

table.tableau tbody tr td,
table.tableau tbody tr td p {
    padding: 3px;
    margin: 0;
    font-size:14px;
    line-height:120%;
    width: auto;
    color:#222;
    text-align:justify;
    direction: ltr;
}

table.tableau tbody tr td {
    border: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
}
