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

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

a.white {
text-align: right;
text-decoration:none;
color: #FFFFFF;
font-size: 6pt;
line-height:10px;
}

a.white:hover{
color: #000000;
}

a.white:visited{
color: #FFFFFF;
}

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

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

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

#container {
width: 960px;
text-align: left;
position: relative;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
border: 1px solid #dca80c;
}

#logo {
float: left;
width: 180px;
height: 279px;
background-image: url('templates/images/bg_blc_logo.jpg');
}

#bloc_gauche {
float: left;
clear: left;
width: 180px;
}

#bloc_milieu {
float: left;
width: 600px;
}

#bloc_droit {
float: right;
width: 180px;
}

#blc_menu {
width: 100%;
min-height: 218px;
padding-top: 100px;
background-image: url('templates/images/bg_blc_menu.jpg');
background-repeat: no-repeat;
background-color: #ffffff;
}

* html #blc_menu {
height: 218px;
}

#content_spacer {
float: left;
width: 600px;
height: 44px;
background-image: url('templates/images/bg_content_spacer.jpg');
}

#blc_content {
float: left;
width: 100%;
min-height: 425px;
position: relative;
font-size: 10pt;
overflow: hidden;
background-image: url('templates/images/bg_blc_content.jpg');
background-position: left top;
background-repeat: no-repeat;
background-color: #ffffff;
}

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

/*-------------------------- SEP FOOTER */

#sep_footer {
float: left;
width: 100%;
height: 8px;
text-align:right;
background-color: #dca80c;
}

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

#copyright {
clear: both;
font-size: 7pt;
color: #dca80c;
}

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

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

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


				