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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
padding-top: 0px;
font-family: Arial;
font-size: 8pt;
color: #333333;
background-color: #ffffff;
}

img {
border: none;
}

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

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

#container {
width: 980px;
position: relative;
margin-left: auto;
margin-right: auto;
background-color: #cadbeb;
}

#blc_bandeau {
float: left;
width: 980px;
height: 100px;
background-image: url('templates/images/bg_bandeau.jpg');
}

#logo {
float: left;
width: 240px;
height: 100px;
}

#baniere {
float: left;
width: 740px;
height: 100px;
}

#bloc_gauche {
display: inline; /* IE6 */
float: left;
width: 196px;
min-height: 531px;
padding-bottom: 40px;
position: relative;
background-color: #888787;
overflow: hidden;
}

* html #bloc_gauche {
height: 531px;
}

#bloc_milieu {
display: inline; /* IE6 */
float: left;
width: 562px;
min-height: 546px;
padding: 8px;
margin-left: 8px;
margin-top: 8px;
background-color: #ffffff;
border: 1px solid #a4c0db;
overflow: hidden;
}

* html #bloc_milieu {
height: 546px;
}

#bloc_droit {
display: inline; /* IE6 */
float: left;
width: 162px;
min-height: 546px;
padding: 8px;
margin-left: 8px;
margin-top: 8px;
border: 1px solid #a4c0db;
background-color: #ffffff;
overflow: hidden;
}

* html #bloc_droit {
height: 546px;
}

#blc_content {
float: left;
width: 562px;
position: relative;
font-size: 8pt;
color: #666666;
background-color: #ffffff;
}

#blc_menu2 {
clear: both;
width: 980px;
min-height: 33px;
padding-top: 10px;
margin-top: 9px;
background-color: #ffffff;
text-align: center;
}

* html #blc_menu2 {
height: 33px;
}

/* ------------------------- 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 {
clear: both;
width: 100%;
position: absolute;
left: center;
bottom: 5px;
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: #e3001b;
}

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


				
