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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 8pt;
color: #000000;
background-color: #fff;
background-image:url('templates/images/bg_baniere.jpg');
background-position:left top;
background-repeat:repeat-x;
}

img {
border: none;
}

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

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

#container {
width: 970px;
position: relative;
margin-left: auto;
margin-right: auto;

}

#container2{
float:left;
width: 970px;
padding-top:15px;
background-color:#fff;
}

#container_footer{
float:left;
width:100%;
height:80px;
margin-top: 15px;
background-image:url(templates/images/bg_container_footer.jpg);
background-repeat:repeat-x;
background-position:center top;
background-color:#e2e2e2;
padding-bottom:8px;
}

#blc_bandeau {
float: left;
width: 970px;
height: 100px;
}

#blc_logo {
float: left;
width: 294px;
height: 100px;
}

#blc_baniere {
float: left;
width: 676px;
height: 100px;
}

#blc_site {
display:none;
float: right;
width: 206px;
height: 100px;
padding: 0px;
background-image: url('templates/images/bg_blc_site.jpg');
background-repeat:no-repeat;
}

#blc_menu {
float: left;
width: 970px;
height: 36px;
text-align: center;
background-image: url('templates/images/bg_blc_menu.jpg');
background-repeat: repeat-x;
background-position: left top;
}

#bloc_gauche {
display: inline; /* IE6 */
float: left;
width: 640px;
overflow: hidden;
}

#bloc_droit {
display: inline; /* IE6 */
float: right;
width: 300px;
overflow: hidden;
}

#blc_newsletter{
background-image: url('templates/images/cadre_newsletter.jpg');
margin-top:335px;
height:125px;
}

#blc_newsletter1{
padding-top:16px;
}

#newsletter{
color:red;
text-align:center;
font-size:17px;
font-weight:bold;
}

#newsletter2{
text-align:center;
color:white;
padding-top:2px;
padding-bottom:6px;
}

#submit{
background-image: url('templates/images/btn_rechercher.jpg');
background-repeat:no-repeat;
margin-top:7px;
margin-left:76px;
width:141px;
height:26px;
color:white;
cursor:pointer;
font-size:12px;
padding-bottom:5px;
border: 0px solid black !important;
}

.email{
margin-left:40px;
font-size:8pt;
}

#pub{
margin-top:10px;
}

#blc_content {
float: left;
width: 640px;
min-height:329px;

font-size: 8pt;
color: #000000;
background-image: url('templates/images/bg_blc_content_back.jpg');
background-repeat: repeat-y;
background-position: left top;
background-color:#fff;
}

#contenu {
text-align:justify;
width:616px !important;
background-image: url('templates/images/bg_blc_content.jpg');
background-repeat: no-repeat;
background-position: left top;
padding-left:12px;
padding-right:12px;
margin-bottom:10px;
}




#bas_blc_content {
float: left;
width: 640px;
height: 8px;
background-image: url('templates/images/bg_blc_content_footer.jpg');
background-repeat: no-repeat;
background-position: left top;
margin-bottom: 0px;

}

* html #bas_blc_content {
background-image: url('templates/images/bg_blc_content_footer.jpg');
}

#blc_menu {
float:left;
clear: both;
margin-top: 10px;
}

/* ------------------------- 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 */
}

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

#copyright {
float: left;
clear: both;
width: 970px;
font-size: 7pt;
color: #666666;
text-align: center;
}

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

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

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


				
