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

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

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

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

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

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

#container {
width: 990px;
padding: 10px;
text-align: left;
position: relative;
}

#baniere {
float: left;
width: 550px;
height: 62px;
}

#bloc_gauche {
float: left;
width: 200px;
}

#bloc_milieu {
display: inline; /* IE6 */
float: left;
width: 580px;
margin-left: 5px;
overflow: hidden;
background-color: #ffffff;
}

#bloc_droit {
float: right;
width: 200px;
margin-left: 5px;
}

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

* html #blc_menu {
height: 218px;
}

#blc_content {
width: 550;
min-height: 650px;
padding: 0px 15px 15px 15px;
position: relative;
font-size: 8pt;
color: #666666;
overflow: hidden;
background-color: #ffffff;
}

#blc_form_search {
width: 100%;
float: left;
padding-bottom: 15px;
margin-bottom: 7px;
position: relative;
background-color: #ffffff;
}

#blc_recherche {

}

#blc_menu2 {
clear: both;
border-top: 1px solid #000000;
}

#blc_lnks_ref {
margin-top: 15px;
}

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

#go_top a:link, #go_top a:visited {
font-size: 10px;
color: #0394d6;
text-decoration: none;
}

#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 {
margin-top: 15px;
font-size: 7pt;
color: #aaaaaa;
text-align: center;
}

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

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

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


				
