h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
form,
label,
ul,
ol,
dl,
fieldset,
address {
    margin: 0.5em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding-top: 0.9em;
}
.module h1,
.module h2,
.module h3,
.module h4,
.module h5,
.module h6 {
    padding-top: 0.2em;
}
/* h1 {
    font-size: 1.7em;
    padding-top: 0.3em;
}
h2 {
    font-size: 1.7em;
    padding-top: 0em;
} */
h3 {
    /* font-size: 1.5em; */
    font-weight: normal;
    /* color: #444; */
} /*
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1em;
    font-weight: bold;
} */
.content_header h2 {
    padding: 0;
}

p {
    margin-top: 10px;
}

a {
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in;
    -moz-transition: color 0.15s ease-in;
    -o-transition: color 0.15s ease-in;
    transition: color 0.15s ease-in;
}

blockquote {
    background: url("../img/typo/left_quote.png") no-repeat scroll left top transparent;
    font-style: italic;
    font-weight: bold;
    line-height: 150%;
    margin: 15px 0;
    padding: 0 0 5px 65px;
    width: auto;
}
blockquote p {
    background: url("../img/typo/right_quote.png") no-repeat scroll right bottom transparent;
    margin-top: 0;
    padding: 0 65px 10px 0;
}

p.note,
p.pin,
p.clip,
p.down,
pre,
.code {
    background: #f6f6f6;
    border-color: #dddddd;
    border-right: 1px solid #e7e7e7;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
}
pre,
.code {
    background: none repeat scroll 0 0 #f6f6f6;
    margin: 10px 0;
    clear: both;
}
pre,
code {
    font: italic 100% monospace;
    padding: 10px;
    white-space: normal !important;
}

p.down,
p.clip,
p.pin,
p.note,
p.warning,
p.important,
p.a_noter {
    margin: 10px 0;
    padding: 15px 20px 15px 50px;
}

p.a_noter {
    background-attachment: scroll;
    background-image: url(../img/typo/post-it.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    font-weight: bold;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #999;
    border-bottom-color: #999;
    text-align: center;
}
p.titre_news {
    text-shadow: 0px 0px 4px #333333;
    color: rgb(255, 255, 204);
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    background-color: #999;
}
p.text_news {
    text-align: center;
    margin-top: 10px;
}
p.warning {
    background: url("../img/typo/attention.png") no-repeat scroll 5px center #f6f6f6;
}
p.important {
    background: url("../img/typo/important.png") no-repeat scroll 5px center #f6f6f6;
    font-style: italic;
}
p.note {
    background: url("../img/typo/note.png") no-repeat scroll 5px center #f6f6f6;
}

p.pin {
    background: url("../img/typo/attach.png") no-repeat scroll 5px center #f6f6f6;
}

p.clip {
    background: url("../img/typo/clip.png") no-repeat scroll 5px center #f6f6f6;
}
p.down {
    background: url("../img/typo/down.png") no-repeat scroll 5px center #f6f6f6;
}

body ol {
    list-style: decimal inside none;
}
.maincontent ul {
    list-style: disc outside none;
    margin-left: 20px;
}

ul.tick,
ul.plus,
ul.star {
    margin: 5px;
}
ul.tick li,
ul.plus li,
ul.star li {
    list-style: none outside none;
    padding: 3px 18px;
}
ul.tick li {
    background: url("../img/typo/tick.png") no-repeat scroll left center transparent;
}
ul.plus li {
    background: url("../img/typo/plus.png") no-repeat scroll left center transparent;
}
ul.star li {
    background: url("../img/typo/star.png") no-repeat scroll left center transparent;
}

em.highlight {
    border-radius: 4px 4px 4px 4px;
    font-style: normal;
    padding: 2px 5px;
    text-shadow: none;
}
em.highlight.black {
    background: none repeat scroll 0 0 #000000;
    color: #ffffff;
}
em.highlight.orange {
    color: #ffffff;
    font-weight: bold;
    background-attachment: scroll;
    background-color: #ff6600;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
}
em.highlight.blanc {
    color: #333333;
    font-weight: bold;
    background-attachment: scroll;
    background-color: #ffffff;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
}
em.highlight.green {
    background: none repeat scroll 0 0 #89b223;
    color: #ffffff;
}
em.highlight.jaune {
    color: #333333;
    background-attachment: scroll;
    background-color: #ffff33;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    font-weight: bold;
}
em.highlight.blue {
    background: none repeat scroll 0 0 #4b90b5;
    color: #ffffff;
}
em.highlight.red {
    background: none repeat scroll 0 0 #cc0000;
    font-weight: bold;
    color: #ffffff;
}

/* Content Column Layout */
.col-2,
.col-3,
.col-4,
.col-5 {
    float: left;
}
.col-2 div,
.col-3 div,
.col-4 div,
.col-5 div {
    margin: 5px 10px;
}
.col-2 {
    width: 50%;
}
.col-3 {
    width: 33%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 20%;
}

/* Image Frames */
img.circle-1 {
    -moz-transition: all 300ms ease-out 0s;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top, #ffffff, #e7e8eb) repeat scroll 0 0 transparent;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(99%, #e7e8eb)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e7e8eb 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e7e8eb 99%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e7e8eb 99%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#FFFFFF',
            endColorstr='#E7E8EB',
            GradientType=0
        ); /* IE6-9 */
    border-color: #c9cbcd;
    border-radius: 800px;
    border-style: solid;
    border-width: 1px 1px 2px;
    display: inline-block;
    outline: medium none;
    padding: 8px;
}

img.frame-1 {
    -moz-transition: all 300ms ease-out 0s;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top, #fafafa, #dddddd) repeat scroll 0 0 transparent;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #ffffff),
        color-stop(99%, #e7e8eb)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e7e8eb 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e7e8eb 99%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e7e8eb 99%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#FFFFFF',
            endColorstr='#E7E8EB',
            GradientType=0
        ); /* IE6-9 */
    border-color: #c9cbcd;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px 1px 2px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    display: inline-block;
    outline: medium none;
    padding: 4px;
}
img.frame-2 {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top, #201b1a, #141111) repeat scroll 0 0 transparent;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0%, #666),
        color-stop(99%, #444)
    ); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #666 0%, #444 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #666 0%, #444 99%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #666 0%, #444 99%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
            startColorstr='#666',
            endColorstr='#444',
            GradientType=0
        ); /* IE6-9 */
    border-color: #555;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px 1px 2px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    display: inline-block;
    outline: medium none;
    padding: 4px;
}

.j51thumbs img {
    -webkit-box-shadow: 0 8px 6px -9px black;
    -moz-box-shadow: 0 8px 6px -9px black;
    box-shadow: 0 8px 6px -9px black;
}

.cat-list-row1 a {
    font-size: 1.1em;
    padding-left: 40px;
}

.cat-list-row0 a {
    font-size: 1.1em;
    padding-left: 40px;
}

.list_insc {
    display: block;
    float: right;
    width: 310px;
    text-align: center;
    margin-right: 10px;
    padding-bottom: 25px;
}
.list_insc a {
    font-size: 1.1em;
    font-weight: bold;
    color: #0074cc;
    text-decoration: underline;
}
