body {
    color: #555;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
svg,
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
iframe,
object,
embed,
video {
    max-width: 100%;
}

svg,
img,
img.spip_logos {
    height: auto;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.hidden {
    display: none;
}
img#cboxPhoto {
    height: inherit;
}

textarea,
table,
td,
th,
code,
pre,
samp {
    word-wrap: break-word;

    -webkit-hyphens: auto;

    -moz-hyphens: auto;
    hyphens: auto;
}
code,
pre,
samp {
    white-space: pre-wrap;

}
img,
table {
    margin: 0;
    padding: 0;
    border: none;
}
tr,
td {
    vertical-align: middle;
}
a {
    word-break: break-word;
    text-decoration: none;
    color : #3259a7;
}
a:hover {
    text-decoration: underline;
    color : #3259a7;
}
h1,
h2,
h3,
h4,
h5,
form,
ul,
ol,
li,
fieldset {
    margin: 0;
    padding: 0;
}
h1 {
    padding: 0 0 1em 0;
    text-align: center;
}
.content h1.titre {
    display: block;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    color: #555;
}
.rtl .content h1.titre {
    text-align: right;
}
.page_rubrique h1.titre {
    padding: 0;
}
h2.titre_bloc {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    margin: 0 0 .5em 0;
    padding: 0 0 .5em 0;
    color: #555;
}
.titre_ligne {
    height: 3px;
    width: 50px;
    display: block;
    margin: 1em 0 2em 0;
    background-color: #555;
}
.headerContent .titre_ligne,
.page_sommaire .titre_ligne {
    margin: 1em auto;
}

span.titre_bloc {
    width: 90%;
    float: left;
    margin: 0 0 0 0;
    padding: 5px 5%;
}
.transition_css_rapide,
.layout_par_onglet li h3 span,
.layout_par_onglet li ul,
.layout_par_onglet li ul li ul li,
.layout_par_onglet > li > ul,
.table_item .item,
.table_item .item .titre_item,
a.lien_bouton,
#test_placement .item_info_descriptif a,
#content .date .ligne-tableau,
#Encart_supp > div,
#Encart_supp > div h3 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.transition_css_moyenne,
.table .item .item_logo img,
.table.TWOE .item .item_info_supp,
#formulaire_inscription .table_item .item {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.transition_css_lente,
.table_item .item .item_content_hidden {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.petit_coin_arrondis,
a.lien_bouton,
#menu_lang,
#formulaire_inscription .table_item .item {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.grand_coin_arrondis {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.ombre_porte {
    -moz-box-shadow: 3px 3px 9px #E6E6E6;
    -webkit-box-shadow: 3px 3px 9px #E6E6E6;
    box-shadow: 3px 3px 9px #E6E6E6;
}

.ombre_porte_transparente {
    -moz-box-shadow: 3px 3px 4px rgba(0,0,0,.25);
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.25);
    box-shadow: 3px 3px 4px rgba(0,0,0,.25);
}

a.lien_bouton {
    color: #FFF;
    padding: .6em 1.5em;
}
a.lien_bouton.grand {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
}
div.bouton a {
    margin: 1em 0;
    text-transform: uppercase;
    display: inline-table;
    overflow: hidden;
    transition: .3s all ease;
}
.bouton i {
    padding: 1em 1em;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    display: table-cell;
}
.bouton span {
    padding: 1em 1.2em;
    color: white;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: 1px;
    display: table-cell;
}
div.bouton:hover span {
    background-color: rgba(0, 0, 0, 0.2);
    transition: .3s all ease;
    text-decoration: none;
}
div.bouton:hover a {
    text-decoration: none;
}

.texte br {
    display: none;
}
.texte p br {
    display: inline;
}
.notes {
    padding: .1em 1em;
}
.titre_logo {
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 3px;
}

.invisible {
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}
.spacer {
    clear: both;
    height: 1px;
}
