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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 8pt;
color: #666666;
background-color: #ffffff;
}

img {
border: none;
}

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

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

#container {
width: 760px;
position: relative;
margin-left: auto;
margin-right: auto;
}

#blc_bandeau {
float: left;
width: 628px;
min-height: 70px;
padding-left: 132px;
background-image: url('templates/images/bg_blc_bandeau.jpg');
background-position: left top;
background-repeat: no-repeat;
background-color: #000000;
}

* html #blc_bandeau {
height: 70px;
}

#blc_haut {
float: left;
width: 760px;
padding-bottom: 7px;
margin-bottom: 16px;
background-image: url('templates/images/bg_blc_haut.jpg');
background-position: left bottom;
background-repeat: no-repeat;
background-color: #000000;
}

#blc_gauche {
float: left;
width: 132px;
overflow: hidden;
}

#blc_droit {
display: inline;
float: left;
width: 600px;
padding-left: 28px;
overflow: hidden;
}

#blc_content {
float: left;
width: 600px;
position: relative;
font-size: 9pt;
color: #808080;
}

#blc_menu2 {
clear: both;
margin-top: 10px;
background-color: #ffffff;
border-top: 1px solid #d0d1d2;
}

/* ------------------------- 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;
margin-top: 15px;
margin-bottom: 15px;
text-align: right;
}

#go_top a:link, #go_top a:visited {
font-size: 10px;
color: #666666;
text-decoration: underline;
}

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

}

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

#copyright {
float: left;
width: 100%;
margin-top: 10px;
font-size: 7pt;
color: #666666;
text-align: center;
}

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

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

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


				
