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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
padding-top: 15px;
text-align: center;
font-family: Arial;
color: #ffffff;
background-image: url('templates/images/bg_body.jpg');
background-repeat: repeat-x;
background-position: left -4px;
background-color: #2b2b2b;
}

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

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

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

#container {
width: 906px;
padding-left: 33px;
margin-left: auto;
margin-right: auto;
position: relative;
text-align: left;
background-image: url('templates/images/bg_container_accueil.jpg');
background-repeat: no-repeat;
background-position: left top;
background-color: #2b2b2b;
}

#blc_liens_site {
float: left;
width: 873px;
height: 18px;
}

#blc_menu {
float: left;
clear: both;
width: 873px;
height: 48px;
}

#blc_liens_divers {
float: left;
clear: both;
width: 873px;
height: 42px;
}

#blc_content {
float: left;
width: 907px;
min-height: 650px;
padding-bottom: 25px;
position: relative;
font-size: 9pt;
color: #ffffff;
overflow: hidden;
}

* html #blc_content {

}

#blc_menu2 {
clear: both;
width: 940px;
margin-left: auto;
margin-right: auto;
}

/* ------------------------- 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: 100px;
float: left;
clear: right;
margin-top: 15px;
margin-bottom: 15px;
position: relative;
left: 220px;
}

#go_top a:link, #go_top a:visited {
font-size: 10px;
color: #db0018;
}

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

/*-------------------------- BLOC MENTIONS LEGALES */

#blc_mentions a {
line-height: 20px;
margin-right: 10px;
font-size: 8pt;
color: #ffffff;
font-weight: bold;
}

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

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

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

#copyright a:hover,#copyright a:active {
color: #1eb5d5;
}

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


				