html {
    margin: 0px;
    padding: 0px;
}

body{
    margin: 0px;
    padding: 0px; 
    /*background-color: black;*/
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
}

.blanc {
    font-weight: bold; 
    font-face: Arial; 
    color: White; 
    font-size: 16px; 
    text-align: center;
}

.blancmenu {
    font-weight: bold;
    font-face: Arial; 
    color: White; 
    font-size: 12px; 
    text-align: center;
}

.blanccolonne {
    font-face: Arial; 
    color: White; 
    font-size: 12px; 
    text-align: center;
}

.bleusimple { 
    font-face: Arial; 
    color: #23238E; 
    font-size: 14px; 
}

.bleusimplesouligne{ 
    font-face: Arial; 
    color: #23238E; 
    font-size: 14px; 
    text-decoration:underline;
}

.bleutableau{ 
    font-face: Arial; 
    color: #23238E; 
    font-size: 12px; 
}

.bleuitalic { 
    font-face: Arial; 
    color: #23238E; 
    font-size: 14px; 
    font-style: italic;
}
    
.bleuitalictitre { 
    font-face: Arial; 
    color: #23238E; 
    font-size: 16px; 
    font-style: italic;
    font-weight: bold;
}
.button {
    font-family: Arial; 
    font-size: 14px; 
    color: White; 
    font-weight: bold;
    text-align: center;
    background-color: #23238E; 
    border: #000000;
}

/************************************************/

div.menu_image_button{
    background: url(img/bt_gauche_n.jpg) no-repeat top left;
    width: 140px;
    height: 24px;
    padding-top: 5px;
    padding-left: 5px;
    cursor: pointer;
    text-transform: capitalize;
    text-align: center;
}

div.serveur_princ{
    background-color: white;
    width: 1012px;
    height: 710px;
}

div.serveur_header{
    background-color: #23238E;
    width: 1012px;
    height: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

div.serveur_footer{
    background: url(img/footer.jpg) no-repeat top left; 
    width: 774px;
    height: 78px;
    padding-left: 10px;
    padding-right: 40px;
}

div.serveur_navigation_bar{
    padding-left: 10px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 4px;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
}    

div.serveur_search{
    width: 724px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}


div.logincontainer{
    width: 513px;
    height: 255px;
}

div.login{
    position: relative;
    top: 130px;
}
