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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
font-family: Arial;
font-size: 8pt;
color: #000000;
background-image: url('templates/images/bg_body.jpg');
background-repeat: no-repeat;
background-position: center top;
background-color: #a3052a;
text-align: center;
}

img {
border: none;
}

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

#container {
width: 953px;
position: relative;
margin-left: auto;
margin-right: auto;
border: 3px solid #44a12a;
background-image: url('templates/images/bg_container.jpg');
background-repeat: no-repeat;
background-position: left bottom;
background-color: #ffffff;
text-align: left;
}

#blc_bandeau {
float: left;
width: 769px;
height: 110px;
margin-bottom: 1px;
background-color: #ffffff;
background-image: url('templates/images/bg_bandeau.jpg');
}

#bloc_gauche {
float: left;
width: 173px;
position: relative;
overflow: hidden;
}

#bloc_milieu {
display: inline; /* IE6 */
float: left;
width: 596px;
background-image: url('templates/images/bg_blc_milieu.jpg');
background-repeat: no-repeat;
background-position: left top;
overflow: hidden;
}

#bloc_droit {
display: inline; /* IE6 */
float: right;
width: 184px;
background-image: url('templates/images/bg_blc_droit.jpg');
background-repeat: no-repeat;
background-position: left 151px;
background-color: #5d619d;
color: #ffffff;
overflow: hidden;
}

#blc_menu {
float: left;
width: 173px;
background-image: url('templates/images/bg_blc_menu.jpg');
background-repeat: no-repeat;
background-position: left top;
background-color: #000000;
}

#blc_communes {
float: left;
width: 173px;
padding-bottom: 39px;
margin-top: 4px;
background-image: url('templates/images/bg_blc_menu_communes.jpg');
background-repeat: no-repeat;
background-position: left bottom;
background-color: #c5c7c8;
}

#blc_content {
display: inline; /* IE6 */
float: left;
width: 574px;
min-height: 600px;
padding: 5px;
margin: 9px 4px 14px 4px; 
position: relative;
font-size: 8pt;
text-align: justify;
border: 2px solid #44a22a;
}

* html #blc_content {
height: 600px;
}

#blc_menu2 {
clear: both;
width: 953px;
min-height: 33px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}

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

/* ------------------------- GO_TOP */

#go_top {
width: 596px;
float: left;
margin-top: 15px;
margin-bottom: 15px;
position: relative;
left: 160px;
text-align: right;
}

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

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

}

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

#copyright {
float: left;
width: 100%;
margin-top: 10px;
margin-left: 10px;
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: #44a22a;
}

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


				
