/* CSS Document */
html
{
width:100%;
height:100%;
}
body
{
width:100%;
height:100%;
font-family:Georgia, "Times New Roman", Times, serif; font-size:1em;
margin:0px;
}

#choix_langue {
position:absolute;
top:0px; right:0px;}
td
{text-align:center;
font-weight:bold;
padding-top:10px;}
table
{max-width:90%;
max-height:90%;}
img
{max-width:100%;
max-height:100%;}



#footer
{
margin:auto;
clear:both;
color:#A0A0A0;
text-align:center;
padding:4px;
width:750px;
height:39px;
font-weight:bold;
/*border: blue 1px solid;*/
}
#footer p
{
margin:0px;
font-weight:normal;
}

.retour
{
color:black;
text-decoration:none;
}
#footer a
{
text-decoration:none;
color:#A0A0A0;
}
a:visited
{
text-decoration:none;
color:#000000;
}
a:hover
{
cursor:pointer;
text-decoration:none;
}