body {
    color: #2e2e2e;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

a {
    text-decoration: none;
}

a.spip_in,
 a.spip_out,
 a.spip_mail {
    text-decoration: none;
    font-weight: 600;
}

#menu a {
    color: #555555;
    text-decoration: none;
}

a.spip_in:hover,
 a.spip_out:hover,
 a.spip_mail:hover {
    text-decoration: underline;
}

.content h1.titre {
}

h2 {
    padding-top: 0.2em;
    padding-bottom: 0.19em;
    margin-top: 0.4em;
    margin-bottom: 0.8em;
}

h4.soustitre {
    font-size: 1.25em;
}

h2.titre_bloc {
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-align: center;
    margin: 30px 0 0 0;
}

h2.titre_bloc .titre_ligne,
.content .titre_ligne {
    height: 3px;
    width: 50px;
    display: block;
    margin: 1em auto;
}

.content .titre_ligne {
    margin: 1em 0;
}

.content .titre_ligne_2 {
    height: 2px;
    height: 3px;
    width: 50px;
    display: block;
    margin: 1em 0;
    background-color: #909090;
}

h2.titre-section-petit {
    font-size: 1.6em;
    margin: 1em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 .5em 0;
}

article h2.titre-section-petit {
    margin: 50px 0 30px 0;
}

#calendar h2.menu-titre {
    display: none;
}

.right_col {
    width: 90%;
    padding: 1px 5%
}

.right_col h2.titre {
    margin-top: 0;
    padding-top: 0;
    font-size: 1.3em;
}

.right_col > div {}

.content_footer h3.titre {
    border-bottom: 1px solid #CCC;
    padding-bottom: .3em;
    margin: 1em 0;
    display: inline-block;
}

h3.spip {
    line-height: 1.5em;
    text-align: left;
}

h4.spip {
    line-height: 1.5em;
    text-align: left;
}

h5.spip {
    font-size: 1.4em;
}

hr {
    height: 1px;
    border: 0;
}

.tableau {
    display: table
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell
}

span.titre_bloc a {
    color: white;
}

.pagination {
    width: 100%;
    display: table;
    margin-top: 30px;
}

.pagination .prev,
.pagination .pages,
.pagination .next {
    display: table-cell;
    white-space: nowrap;
}

.pagination .prev,
.pagination .next {
    display: none;
}

.pagination .prev strong,
.pagination .next strong {
    padding: 15px 20px;
    background-color: #e6e6e6;
    display: block;
    border-radius: 5px;
}

.pagination .prev a,
.pagination .next a {
    padding: 15px 20px;
    background-color: #CCC;
    display: block;
    border-radius: 5px;
}

.pagination .pages {
    text-align: center;
    width: 100%;
}

.pagination .pages .sep,
.pagination .next .sep {
    display: none;
}

.pagination .pages a {
    background-color: #e6e6e6;
    padding: 5px;
    margin: 5px;
}

.pagination .pages strong {
    background-color: #605e60;
    padding: 5px;
    margin: 5px;
}

sup,
sup.typo_exposants {
    font-size: 78%;
    font-variant: normal;
    vertical-align: 24%;
}

sub {
    font-size: 60%;
    font-variant: normal;
    vertical-align: -20%;
}

.caps {
    font-variant: small-caps;
}
