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

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

body {
background-color: #172F39;
}


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

img {
border: none;
}

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

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

#container {
width: 990px;
padding-bottom: 10px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}

#blc_baniere {
float: left;
height: 90px;
}

#blc_bandeau {
width: 990px;
height: 130px;
margin-bottom:20px;
}

#blc_logo {
float: left;
width: 110px;
height: 108px;
margin-top:13px;
}

#blc_topmenu {
float:left;
width:540px;
margin-top:15px;
margin-left:170px;
}

#blc_menu {
float: left;
text-align: center;
margin-top:4px;
}

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

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

#blc_content {
width: 668px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#c0c1c4');
background: -moz-linear-gradient(center top , #f4f4f4, #c0c1c4) repeat scroll 0 0 transparent;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#c0c1c4));
border-left:1px solid #c5c5c5;
border-right:1px solid #c5c5c5;
}

#blc_menu2{
padding-top: 5px;
background:url(templates/images/footer_bg.jpg) top repeat-x #172f39;
}

/* ------------------------- 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 {
height:30px;
width: 950px;
font-size: 8pt;
margin:10px auto;
padding:10px 20px;
color: #ffffff;
}

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

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

#copyright_left {
float:left;
}

#copyright_right {
float:right;
}
/* ------------------------- */


				
