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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
font-family: Arial;
color: #0095c2;
background-color: #f9ffff;
}

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

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

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

#container {
width: 996px;
position: relative;
margin-left: auto;
margin-right: auto;
text-align: left;
background-image: url('templates/images/bg_container.jpg');
background-repeat: no-repeat;
background-position: left 92px;
background-color: #ffffff;
border: 1px solid #e4f3fa;
}

#blc_bandeau {
float: left;
width: 996px;
height: 72px;
background-image: url('templates/images/bg_blc_bandeau.jpg');
}

#blc_site {
float: right;
width: 218px;
height: 92px;
padding: 0px;
background-image: url('templates/images/bg_blc_site.jpg');
}

#blc_menu {
float: left;
width: 995px;
height: 20px;
padding-left: 1px;
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: 715px;
margin-top: 20px;
overflow: hidden;
}

#bloc_droit {
display: inline; /* IE6 */
float: left;
width: 247px;
margin-top: 20px;
margin-left: 20px;
overflow: hidden;
}

#blc_content {
float: left;
width: 715px;
font-size: 8pt;
color: #000000;
background-image: url('templates/images/bg_blc_content.png');
background-repeat: repeat-y;
background-position: left top;
}

* html #blc_content {
background-image: url('templates/images/bg_blc_content.gif');
}

#bas_blc_content {
float: left;
width: 646px;
height: 8px;
background-image: url('templates/images/bg_bas_blc_content.png');
background-repeat: no-repeat;
background-position: left top;
}

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

#blc_menu2 {
clear: both;
padding-bottom: 10px;
margin-top: 20px;
background-image: url('templates/images/bg_blc_menu_bas.jpg');
background-repeat: no-repeat;
background-position: left bottom;
}

/* ------------------------- 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 {
width: 100%;
margin-top: 10px;
text-align: center;
font-size: 7pt;
color: #0095c2;
}

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

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

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


				
