/* ------------------------- GENERAL */

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
font-family: Arial;
color: #000000;
background-color: #999999;
}

img {
margin: 0px;
padding: 0px;
border: none;
}

a {
outline-style: none;
}
:focus
{
-moz-outline-style: none;
}

/* ------------------------- STRUCTURE */

#container {
width: 1000px;
height: 630px;
margin-left: auto;
margin-right: auto;
text-align: left;
font-size: 10pt;
background-color: #ffffff;
overflow: hidden;
}

#blc_bandeau {
float: left;
width: 1000px;
height: 84px;
overflow: hidden;
}

#blc_gauche {
float: left;
width: 364px;
height: 508px;
position: relative;
overflow: hidden;
}

#blc_droit {
float: left;
width: 636px;
height: 508px;
overflow: hidden;
}

#blc_footer {
clear: both;
width: 985px;
height: 34px;
padding-top: 4px;
padding-left: 15px;
overflow: hidden;
}

/* ------------------------- COPYRIGHT */

#copyright {
font-size: 9pt;
color: #aaaaaa;
}

#copyright a:link,#copyright a:visited {
color: #db0018;
text-decoration: none;
}

#copyright a:hover,#copyright a:active {
color: #db0018;
}

/* ------------------------- */







