/* ========== COULEURS CUSTOMIZABLES ========== */
 #contentIdentification {
     background: #165a6f;
}
 .blocAnnexeLie, .blocAnnexe {
     background: #44adcd;
}
 .enteteBox {
     background: #124f52;
     color :white;
     padding-left: 10px;
}
 h1, h1 a, h1 a:hover {
     color: #c10000;
}
 a, a:hover {
     color: #15548c;
}
 .current-menu-ancestor, .current-menu-parent, .current_page_parent, .current_page_ancestor, .menu-item-has-children, .menu-item.current-menu-item > a, .menu-item > a:hover, .menu-item > a.hover, .menu-item .sub-menu > li > a:hover, .menu-item i {
     background-color: #ef9494 !important;
     color: #444444 !important ;
}
 .menu-item .smenu-item i {
     background-color: transparent;
     color: #444444;
}
 .btnPagination {
     background-color: #124f52;
     color: white;
}
 .btnPagination:hover {
     background-color: #166165;
     color: white;
}
 #head_info {
     margin-top:20px;
     background:white;
     border-style: solid;
     border-width: 2px;
     border-color:#ef9494;
}
 .btn-primary {
     background: #c10000;
     color: #ffffff;
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
     background: #e84848;
}
 .btn-primary:active, .btn-primary.active {
     background: #6b0303;
     box-shadow: none;
}
 h1#titreArticle {
     color: #c10000;
     font-weight: 300 !important;
     font-size: 2em;
     margin: 0 0 10px 0;
}
 .dark, .dark h1#titreArticle {
     color: #fff;
}
 .wp-caption{
     max-width:100%;
     width:auto 100%;
     height:auto;
     display:block;
     background-color:#15528eb0;
     padding-top:6px;
     padding-left:5px;
     padding-right:5px;
     margin:10px 10px 10px 10px;
     -moz-border-radius:3px;
     -khtml-border-radius:3px;
     -webkit-border-radius:3px;
     border-radius:8px 
}
 .wp-caption img{
     margin:0 !important;
     padding:0 !important;
     border:0 none !important
}
 .wp-caption p.wp-caption-text{
    text-align:center;
    font-size:0.9em;
    line-height:15px;
    padding:5px 5px 5px 5px;
    margin:5px;
    color:white
}