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

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

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

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

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

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

#container {
width: 960px;
text-align: left;
position: relative;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
border: 1px solid #ca0066;
background-image: url('templates/images/bg_container.jpg');
background-position: left-top;
background-repeat: repeat-y;
}

#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: 70px;
padding-bottom: 30px;
background-image: url('templates/images/bg_blc_menu.jpg');
background-repeat: no-repeat;
background-color: #6dc92b;
}

* html #blc_menu {
height: 218px;
}

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

#blc_content {
float: left;
width: 100%;
min-height: 650px;
padding-top: 15px;
position: relative;
font-size: 10pt;
overflow: hidden;
background-image: url('templates/images/bg_content.jpg');
background-position: left top;
background-repeat: repeat-y;
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;
background-color: #ff7300;
}

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

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

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

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

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


				