/* Add here all your CSS customizations */

/*** e e e e e e ***/
#picto_e-convocations {
    background: url(/img/picto_ecv.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-convocations:hover {
    background-position: 0 -12px;
}
#picto_e-legalite {
    background: url(/img/picto_elg.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-legalite:hover {
    background-position: 0 -12px;
}
#picto_e-archiveslegales {
    background: url(/img/picto_eal.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-archiveslegales:hover {
    background-position: 0 -12px;
}
#picto_e-parapheurs {
    background: url(/img/picto_eph.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-parapheurs:hover {
    background-position: 0 -12px;
}
#picto_e-marchespublics {
    background: url(/img/picto_emp.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-marchespublics:hover {
    background-position: 0 -12px;
}
#picto_e-signaturesecurisee {
    background: url(/img/picto_ess.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-signaturesecurisee:hover {
    background-position: 0 -12px;
}
#picto_certidemat {
    background: url(/img/picto_cdt.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_certidemat:hover {
    background-position: 0 -12px;
}
#picto_e-facteur {
    background: url(/img/picto_efc.png) 0 0 no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    border: none;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    margin-top: 4px;
}
#picto_e-facteur:hover {
    background-position: 0 -12px;
}
#detailPicto {
    background: white;
    color: #868688;
    margin-left: 5px;
    margin-top: 4px;
    border: none;
    border-radius: 2px;
    height: 12px;
    float: right;
    font-size: 9px !important;
}
#detailPicto > strong {
    font-size: 9px !important;
    position: relative;
    top: -5px;
}
/* END HEADEUR LOGO ==================================================================== */


/* CONTENT */


/* Inscription */
.inscriptionForm{
     min-height: 450px;
}

.mentionslegales_content{
    margin-left: 40px;
    width : 100%;
}

.mentionslegales_subtitles{
    color: #777;
}

.h3_page_annexes{
    font-size:18px !important;
    margin-bottom: 15px;
}

/* NAVIGATION */


.espace-verti a{
    background-color: #0088cc;
    border-radius: 4px;
    color: white;
    padding: 3px;
    box-shadow: 1px 3px 12px #aaa;
    -moz-box-shadow: 8px 8px 10px #aaa;
}

.espace-verti a:hover{
    color: white;
    text-decoration: underline;
}

p.espace-verti span {
    display: block;
    color: #0088cc;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 10px 0;
    padding: 0;
}

/* Login */
.affiche_erreur {
    background: url("/images/exclamation.png") no-repeat 1px 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 20px;
    color: red;
}

/* FOOTER ==================================================================== */

#footer a{
    text-decoration: none;
}


#footer h4{
    color:#fff !important;
    padding: 10px;
    padding-top:5px;
    padding-left:0;
    text-transform:uppercase;
    font-family: 'Arial';
    font-size: 17px;
    margin: 10px 0 0px 0;
    border: none;
    font-weight: bold;

}

#footer div.container div div ul li a, #footer div.container div div ul li{
    color: #999 !important;
}

footer .corporateName{
    text-align: center;
    margin-bottom: 30px !important;
}

#footer li {
    list-style: none;
}

#footer ul {
    margin: 0 0 0 0;
}

div.container.footer ul li{
    background:url('/images/public/puce-gris-sur-noir.png') left 5px no-repeat;
    padding-left:10px;
    text-transform: uppercase;
    font-size:12px;
}

div.footer-copyright div.social-icons{
    font-size: 1.3em;
}

div.footer-copyright div.social-icons a{
    margin-left: 5px;
}




/*end FOOTER ==================================================================== */
