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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
padding-top: 10px;
font-family: Verdana;
font-size: 8pt;
color: #666666;
background-color: #326400;
}

img {
border: none;
}

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

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

#container {
width: 940px;
position: relative;
margin-left: auto;
margin-right: auto;
background-image: url('templates/images/bg_container.jpg');
background-position: left 142px;
background-repeat: repeat-x;
background-color: #d5f697;
}

#slogan {
width: 935px;
padding-right: 5px;
margin-left: auto;
margin-right: auto;
text-align: right;
color: #9cc158;
}

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

#blc_menu {
float: left;
width: 180px;
}

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

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

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

#blc_content {
float: left;
width: 580px;
position: relative;
font-size: 8pt;
color: #000000;
background-color: #fffbb2;
}

#blc_menu2 {
clear: both;
height: 47px;
background-image: url('templates/images/bg_blc_menu2.jpg');
background-position: left top;
background-repeat: repeat-x;
}

/* ------------------------- 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: 760px;
float: left;
padding-right: 160px;
margin-top: 15px;
margin-bottom: 15px;
text-align: right;
}

#go_top a:link, #go_top a:visited {
font-size: 10px;
color: #e3001b;
text-decoration: none;
}

#go_top a:hover, #go_top a:active {

}

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

#copyright {
float: left;
clear: left;
width: 100%;
margin-top: 2px;
font-size: 7pt;
color: #aacd67;
text-align: center;
background-color: #326400;
}

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

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

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


				
