body{
    font-family: Verdana;
    font-size: 15px;
}
#header{
    width:741px;
    margin-top: 15px;
    height: 98px;
    background: url('images/nav_itg.jpg') no-repeat;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
a{
    color:black;
}

#onglets{
    width:739px;
    background-color: #999999;
    height: 23px;
    margin-bottom: 25px;
    text-align: left;
    border: 1px black solid;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
#onglets bouton{
    padding: 0px 12px 0px 12px ;
    font-size: 17px;
    border-radius: 5px;
}
#onglets gauche{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
#onglets droite{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: right;
}
#onglets a{
    text-decoration: none;
    color:white;
}
#onglets a:hover{
    color:#1A1B20;
}
#onglets bouton:hover{
    background-color: #EDEEEE;
}
#blocAdmin{
    background-color: #EDEEEE;
    width:660px;
    margin : auto;
    border: 2px #B2B2B2 inset;
    border-radius: 20px;
    padding: 10px 10px 25px 10px;
    margin-bottom: 20px;
    font-size: 13px;
}
#blocAdmin h1{
    color:#CC0033;
    font-size: 15px;
    text-align: center;
}
#blocAdmin h2{
    color:#626262;
    font-size: 14px;
    text-align: center;
}
#partgauche{
    display: inline-block;
    vertical-align: top;
    width:50%;
}
#partdroite{
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    border-left: 1px solid black;
}
#connexion{
    background-color: #EDEEEE;
    width:280px;
    margin: auto;
    margin-top:100px;
    border: 2px #B2B2B2 inset;
    border-radius: 20px;
    padding: 10px 10px 25px 10px;
    font-size: 13px;
}
#connexion h1{
    color:#CC0033;
    font-size: 15px;
    text-align: center;
}

textarea{
    resize:none;
}

#blocs,#selectQte table{
    border-collapse:collapse;
    border: 1px solid black;
}
#blocs,#selectQte td{
    padding-left: 3px;
    padding-right: 3px;
}
