
select:hover {
    border: 2px solid #005f97;
    padding:0px 5px;
}
input[type=text],input[type=text2],input[type=checkbox],input[type=password],input[type=number],input[type=time],textarea {
    color:#4c4c4c;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 0.8rem;
    padding:6px 9px;
    margin: 2px;
    box-sizing: border-box;
    border: 0px solid #B0C4DE;/* lightsteelblue */
    background-color: #f5f5f5;
    border-radius:12px;
}
input[type=text]:disabled,[type=text2]:disabled,input[type=password]:disabled,input[type=time]:disabled,input[type=number]:disabled,textarea:disabled {
    background-color: white;
}
input[type=text]:hover,[type=text2]:hover,input[type=password]:hover,input[type=time]:hover,input[type=number]:hover,textarea:hover{
    padding:4px 7px;
    border: 2px solid #005f97;
}
input[type=text]:focus,[type=text2]:focus,input[type=password]:focus,input[type=time]:focus,input[type=number]:focus,textarea:focus{
    padding:4px 7px;
    border: 2px solid #005f97;
    outline-style:none;
}

h1{
    width: 952px;
    box-shadow: 0px 0px 10px #B0C4DE;
    border-radius: 18px;
    border: 0px solid #c0c0c0;
    margin: 15px auto;
    padding: 15px 15px;
    color:#005f97;
    font-size: 1.6rem;
    font-weight: normal;
    background-color: white;
    text-align: left;
    position:relative;
}
@media (max-width: 962px) {
    h1{
        width: 98%;
    }
}
h2{
    color: #005f97;
    text-align: left;
    margin-left: 15px;
    font-size: 0.8rem;
}

h3 {
    color: #4c4c4c;
    text-align: left;
    margin-left: 15px;
    font-weight: normal;
    <!--font-size: 1rem;-->
}

.entete {
    color:#005f97;
    font-size: 1.6rem;
}
.entete img {
    vertical-align:text-bottom;
    height:35px;
    margin:10px 15px 0px 0px;
}

.submit{
    text-decoration: none;
    text-align: center;
    padding: 8px 10px;
    margin: 3px 4px 3px 2px;
    color: white;
    background-size : 100% 100%;
    background-color: #005f97;
    border: 2px solid #005f97;
    border-radius:18px;
    min-height:38px;
}
.submit:hover {
    border: 2px solid #005f97;
    background-image:none;
    background-color: white;
    color: #4c4c4c;
    <!--border-radius:3px;-->
}


/* marge autour du logo; complete interface.css qui devient standard POUR orange*/
/* #bandeau table {
    width: 100%;
    padding-top: 20px;
    margin: 0px 0px 19px 14px;
}*/

/**** boutons ****/
.deroule{
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    display: inline-block;
    margin: 3px 3px;
    padding: 10px 15px;
    color: #4c4c4c;
    font-size: 0.8rem;
    border: 0px solid #005f97;
    border-radius:18px;
    background-color: #f5f5f5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.deroule:hover{
    text-decoration:none;
    border: 2px solid #005f97;
    background-color: rgba(0,95,151,0.05);
    color: #4c4c4c;
    padding: 8px 13px;
}
.petit{
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px 6px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 10px;
    color: white;
    background-color: #005f97;
    border: 2px solid #005f97;
    border-radius:15px;
}
.petit:hover{
    color: #005f97;
    background-color: white;
}