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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
padding-top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #4c4c4c;
text-align: center;
background-color: #ffffff;
}

img {
border: none;
}

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

/* ------------------------- BLOCS */

#container {
width: 780px;
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#blc_publicites {
width: 160px;
margin-left: 5px;
margin-top: 5px;
}

/* ------------------------- LIMITEUR */

div.limiteur {
width: 90%;
clear: both;
height: 0px;
padding: 0px;
margin: 0px;
border: none;
visibility: hidden;
line-height: 0px; /* IE6 */
font-size: 0px; /* IE6 */
}

/* ------------------------- GO_TOP */

#go_top {
width: 760px;
float: left;
padding-right: 160px;
margin-top: 15px;
margin-bottom: 15px;
text-align: right;
}

#go_top a:link, #go_top a:visited {
font-size: 10px;
color: #2971a7;
text-decoration: none;
}

#go_top a:hover, #go_top a:active {

}

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

#copyright {
position: absolute;
bottom: 0px;
margin-left: 30px;
font-size: 0.8em;
color: #dcd6b2;
text-align: center;
}

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

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

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


				
