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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 8pt;
color: #000000;
background-image: url('templates/images/bg_body.jpg');
background-position: left top;
background-repeat: repeat-x;
background-color: #726d67;
}

img {
border: none;
}

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

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

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

#blc_bandeau {
float: left;
width: 966px;
height: 92px;
}

#blc_logo {
float: left;
width: 322px;
height: 92px;
}

#blc_baniere {
float: left;
width: 426px;
height: 92px;
}

#blc_site {
float: left;
width: 218px;
height: 92px;
padding: 0px;
background-image: url('templates/images/bg_blc_site.jpg');
}

#blc_menu {
float: left;
width: 959px;
height: 31px;
text-align: center;
background-image: url('templates/images/bg_blc_menu.jpg');
background-repeat: repeat-x;
background-position: left top;
}

#bloc_gauche {
display: inline; /* IE6 */
float: left;
width: 646px;
margin-top: 15px;
overflow: hidden;
}

#bloc_droit {
display: inline; /* IE6 */
float: left;
width: 297px;
margin-top: 15px;
margin-left: 23px;
overflow: hidden;
}

#blc_content {
float: left;
width: 637px;
padding: 0px 8px 0px 1px;
font-size: 8pt;
color: #000000;
background-image: url('templates/images/bg_blc_content.png');
background-repeat: repeat-y;
background-position: left top;
}

* html #blc_content {
background-image: url('templates/images/bg_blc_content.gif');
}


#blc_content2 {
padding: 0px 12px 20px 12px;
background-image: url('templates/images/bg_blc_content2.jpg');
background-repeat: repeat-x;
background-position: left bottom;
}

#bas_blc_content {
float: left;
width: 646px;
height: 8px;
background-image: url('templates/images/bg_bas_blc_content.png');
background-repeat: no-repeat;
background-position: left top;
}

* html #bas_blc_content {
background-image: url('templates/images/bg_bas_blc_content.gif');
}

#blc_menu2 {
clear: both;
margin-top: 10px;
}

/* ------------------------- 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 */
}

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

#copyright {
float: left;
clear: both;
width: 966px;
font-size: 7pt;
color: #ffffff;
text-align: center;
}

#copyright a:lin
