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

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

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


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

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

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

#container {
width: 1000px;
margin-left: auto;
margin-right: auto;
position: relative;
text-align: left;
background-image: url('templates/images/bg_container_main.jpg');
background-repeat: repeat-x;
background-position: left top;
background-color: #FFFFFF;
}

#bandeau {
background-color: #FFFFFF;
width:1000px;
height:228px;
}

#blc_liens_site {
margin-left:auto;
margin-right:auto;
background-image: url('templates/images/bg_blc_lien_site.jpg');
width: 1000px;
}

#blc_liens a{
margin-left:11px;
}

#blc_menu {
width: 1000px;
height:29px;
}

#blc_sous_menu {
margin-top:10px;
width: 1000px;
height:105px;

}

#blc_liens_divers {
float: left;
clear: both;
width: 1000px;
height: 80px;
}

#blc_content {
width: 895px;
min-height: 300px;
padding-left: 105px;
padding-bottom: 25px;
font-size: 9pt;
color: #000000;
overflow: hidden;
float:left;
clear:left;
}

#contenu {
float:left;
clear:left;
}
* html #blc_content {

}

#blc_menu2 {
clear: both;
width: 1000px;
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: #000000;
}

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

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

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

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

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

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

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

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


				