/*header*/
#header ul li{
    width: 36px;
    overflow: hidden;
    font-size: 1em;
}
#header ul li.first{
    background-position: 6px 0; 
}
#header ul li.compte{
    background-position: 6px 0; 
}
#header ul li.deconnect{
    background-position: 6px -108px; 
}
#header ul li.recherche{
    background-position: 6px -144px; 
}
#navFiches > div:not(:first-of-type){
    display: none;
}
#navLeft .submit {
    text-align: center;
}

/* navLeft */

/* box */
.box h1{
    font-size: 1.4em;
}
.box h2{
    padding: 10px;
}
.box p{
    padding: 0 15px;
}
.box.suivi .demiSuivi:first-child{
    width: auto;
}

.box label{
    border-radius: 2px 2px 0 0;
    margin-bottom: 0;
    background: none;
    box-shadow: none;
    color: #555;
    text-shadow: 0 1px 0 white;
}
.ptAide{
    left: auto;
    right: 5px;
    text-align: right;
}
.ptAide:hover div,
.ptAide:focus div{
    margin:-50px 18px 0 0;
}

.box .datesInput #StageDateDebut, 
.box .datesInput #StageDateEtrDebut{
    top: 26px;
    left: 10px;
}
.box .datesInput #StageDateFin, 
.box .datesInput #StageDateEtrFin{
    top: 26px;
    left: 50%;
}
.box .du,
.box .au{
    display: none;
}


#wrapper .box,
.message{
    max-width: 98%;
    min-width: 300px;
    width: auto;
    margin: 25px auto;
}
.box.small{
    max-width: 70%;
    min-width: 300px;
    margin: 25px auto;
}
.box.suivi .demiSuivi {
    float: none;
    width: auto;
    padding: 5px 0;
}

.box .text input,
.box .password input,
.box .textarea textarea,
.box .date .divInput,
.box .select select,
.box.large .text input,
.box.large .password input,
.box.large .divInput{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    width: auto;
    min-width: 100%;
    max-width: 100%;
    clear: left;
    position: static;
    border-radius: 2px;
}
.box .select select{
    margin-left: 0;
    height: auto;
}
.box .submit input{
    min-width: auto;
    max-width: auto;
    /* margin: 0; */
    margin: 3px;
}
.box fieldset{
    padding: 0 5px 25px 5px;
}
.box.small fieldset{
    padding: 5px 5px 0 5px;
}
.box .checkbox input{
    margin-left: 0;
}
.divInput{
    display: none;
}
.error-message{
    margin-left: 0;
}
.circuit .timeline{
    /*padding: 7% 10% 20px 10%;*/
    background-size: 100% auto;
    padding: 10.333333% 0% 20px 0%;
}

.box.imprimer h2{
    border:none;
    padding: 15px;
}
.box.imprimer p{
    padding: 5px 20px;
}

