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

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

body {
width: 100%;
height: 100%;
margin: 0px;
padding: 5px;
text-align: center;
font-family: Arial;
color: #444444;
background-color: #949600;
}

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

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

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

#container {
width: 960px;
text-align: left;
position: relative;
margin-left: auto;
margin-right: auto;
background-image: url('templates/images/bg_blc_content.jpg');
background-position: 180px top;
background-repeat: repeat-y;
background-color: #ffffff;
border: 1px solid #000000;
}

#logo {
float: left;
width: 180px;
height: 279px;
background-image: url('templates/images/bg_blc_logo.jpg');
}

#bloc_gauche {
float: left;
clear: left;
width: 180px;
}

#bloc_milieu {
float: left;
width: 600px;
}

#bloc_droit {
background-image: url('templates/images/img_blc_droit.jpg');
float: right;
width: 180px;
height:785px;
background-position: left top;
background-repeat: none;
}

#blc_menu {
width: 100%;
min-height: 218px;
padding-top: 120px;
padding-bottom: 30px;
background-image: url('templates/images/bg_blc_menu.jpg');
background-repeat: no-repeat;
}

* html #blc_menu {
height: 218px;
}

#content_spacer {
float: left;
width: 600px;
height: 14px;
background-image: url('templates/images/bg_content_spacer.jpg');
background-position: left top;
background-repeat: no-repeat;
}

#blc_content {
float: left;
width: 100%;
min-height: 400px;
padding-top: 15px;
position: relative;
font-size: 10pt;
overflow: hidden;
background-image: url('templates/images/bg_content.jpg');
background-position: left top;
background-repeat: repeat-y;
background-color: #ffffff;
}

/* ------------------------- BLOCK DROIT */

.liensize{
	display: block;
	width:160px;
	height:23px;
}
.lien2size{
	display: block;
	width:112px;
	height:26px;
}

#lien1{
	margin-left:11px;
	margin-top:156px;
}

#lien2{
	margin-left:11px;
	margin-top:180px;
}

#lien3{
	margin-left:11px;
	margin-top:180px;
}

#lien4{
	margin-left:36px;
	margin-top:70px;
}

#lien5{
	margin-left:36px;
	margin-top:17px;
}

#lien6{
	margin-left:36px;
	margin-top:16px;
}



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

/*-------------------------- SEP FOOTER */

#sep_footer {
float: left;
width: 100%;
height: 8px;
background-image: url('templates/images/bg_sep_footer.jpg');
}

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

#copyright {
clear: both;
font-size: 7pt;
color: #aaaaaa;
}

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

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

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


				