/*
#
#   Author : Mathias D'Isanto
#   Version : 1.0
#   Date creation :
#   Last modification : -
#
*/
html{
    height:100%;
}
body {
    height:100%;
    background-color: #fbf3ce;
    color:  #818077;
    font:bold 12px Arial,"Trebuchet MS",Verdana,"Trebuchet MS",Tahoma,sans-serif;
    margin:0;
    padding:0;
}
#page-table {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    text-align: center;
}
#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
}
#logo{
    margin-left:auto;
    margin-right:auto;
    width:215px;
    height:137px;
}
div#accueil_choix_langue {
    width: 500px;
    margin: 20px auto;
    text-align: center;
    background-image:url("../img/fond_choix_lang.jpg");
    background-repeat:no-repeat;
}
.lnkFlag{
    border:none;
}
.flag{
    border:none;
}
.tabFlag{
    margin-left:auto;
    margin-right:auto;
}
.txtLgl{
    text-decoration:underline;
}
