#titlePage {
    width : 100%;
    height : auto;
    border-bottom : 2px solid #5f6060;
    font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 2em;
    margin-top : 35px;
    color : #5f6060;
    margin-bottom : 20px;
}

#titlePage p, #titlePage div div {
    margin-left : 25px;
}

#infoMembre {
    width : 100%;
    height : auto;
    font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color : #5f6060;
    margin-bottom : 0px;
    margin-top : 40px;
}

#infoMembre p {
    margin-left : 25px;
}


#containerInfoClient {
    width : 100%;
    height : auto;
    font-family : Open-Sans;
    color : #5f6060;
}

#containerInfoClient div {
    display : inline-block;
    margin-left : 30px;
}

#tableProduits {
    width : 900px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 20px;
    margin-bottom : 20px;
}

#tableProduits thead {

}

#tableProduits th{
    padding: 0.5rem;
    text-align: left;
    background-color : #5f6060;
    font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight : normal;
    color : #FCFCFC;
}

#tableProduits td {
    padding: 0.5rem;
    text-align: left;
    font-family : Georgia, sans-serif;
    border : 1px solid #999;
    font-size : 14px;
}

#tableProduits td button {
    height : 20px;
    width : 50px;
}

#tableProduits td button:hover {
    cursor : pointer;
}


#tableProduits td input{
    width : 28px;
}

#tableProduits tbody tr:nth-of-type(odd) {
    background: #eee;
}


.options:hover {
    cursor : pointer;
    text-decoration : underline;
    color : blue;
}

#divTotal {
    width : 100%;
    height : 110px;
}


#divTotal label {
    margin-bottom : 5px;
    font-family : Open-Sans;
    color : #5f6060;
}

#total {
    float : right;
    margin-right : 40px;
}

#labelsTotal {
    float : left;

}

#prixsTotal {
    float : left;
    text-align : right;
}

#envoyerCommandeDiv {
    width : 100%;
    text-align : right;
    margin-top : 20px;
    margin-bottom : 30px;
}

#envoyerCommandeButton, #consulterHistoriqueCommandesButton {
    display : inline-block;
    background-color :#5f6060;
    border : none;
    color : #FCFCFC;
    font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 0.9em;
}

#envoyerCommandeButton {
    margin-right : 40px;
}

#consulterHistoriqueCommandesButton {
    margin-right : 20px;
}

#envoyerCommandeDiv button p{
    padding: 6px 12px;
}

#envoyerCommandeDiv button:hover,  #envoyerCommandeDiv button p:hover{
    cursor : pointer;
    text-decoration: underline;
}



.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.labelsAdhesion {

}

.enleverProduit {
    width : 40px;
}
.enleverProduit:hover {
    cursor : pointer;

}

#matchClient {
    float: left;
    font-family: Open-Sans;
    color: #5f6060;
    margin-left: 25px;
}

#resultMatch {
    font-style: italic;
}

#infosFournisseur {
    font-size: medium;
}

#commandeInfosClient {
    font-size: medium;
    margin-left: 25px;
    margin-top: 10px;
}