/* ------------------------- GENERAL */

* {
margin: 0px;
padding: 0px;
}

html {
width: 100%;
height: 100%;
}

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
font-family: Arial;
color: #737373;
background-image: url('templates/images/bg_body.jpg');
background-repeat: no-repeat;
background-position: center center;
background-color: #faf9f9;
}

img {
margin: 0px;
padding: 0px;
border: none;
}

a {
outline-style: none;
}
:focus
{
-moz-outline-style: none;
}

/* ------------------------- BLOCS */

#container {
width: 753px;
height: 435px;
text-align: left;
position: absolute;
left: 50%;
top: 50%;
margin-left: -376px;
margin-top: -199px;
background-color: #ffffff;
}

#bandeau {

}

#bloc_gauche {
float: left;
width: 200px;
}

#bloc_milieu {
float: left;
width: 580px;
margin-left: 5px;
}

#bloc_droit {
float: right;
width: 200px;
margin-left: 5px;
}

#blc_menu {

}

* html #blc_menu {

}

#blc_content {
width: 753px;
height: 435px;
font-size: 8pt;
color: #737373;
overflow: hidden;
background-color: #ffffff;
}

#blc_form_search {
width: 100%;
float: left;
padding-bottom: 15px;
position: relative;
background-color: #ffffff;
}

#blc_recherche {

}

#blc_menu2 {
width: 753px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -376px;
margin-top: 260px;
}

/* ------------------------- 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 {
float: left;
width: 753px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -376px;
margin-top: 300px;
font-size: 7pt;
color: #aaaaaa;
}

#copyright a:link,#copyright a:visited {
color: #aaaaaa;
text-decoration: none;
}

#copyright a:hover,#copyright a:active {
color: #000000;
}

/* ------------------------- */


				
