label {
display:block;
width:150px;
float:left;
}

html, body {
	margin:0;
    padding:0;
    text-align: center;
}
body{
	background-color:#000000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:justify;
}
.conteneur{
	position:relative;
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 1px solid #3B7200;
    top:15px;
    background-color:#7E7E7E;
}
#content {
	float:left;
	width:1000px;
	background:#000000;
	background-repeat: repeat-y;	
}
#header{
	position:relative;
	top:0;
	width:1000px;
	height:120px; 
	vertical-align: bottom;
	background-image : url(images/ban_top.png);		
	background-repeat:no-repeat;
	border-bottom: 1px solid #3B7200;
}
#menu_liens{
	position:relative;
	float:left;
	width:715px;
	left:160px;
	top:103px;
}
a.lnk_menu{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
a.lnk_menu:hover{
	color:#AAFD9A;
	text-decoration:underline;
	font-weight:bold;
	}
a.lnk_cat{
	color:#6A0000;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	}
a.lnk_cat:hover{
	color:#000000;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	}

a{
	color:#3B7200;
	text-decoration:none;
	}
a:hover{
	color:#152900;
	text-decoration:none;
	}
#contenu{
	float:left;
	width:1000px;
	background:#000000;
	color:#FFFFFF;
}
#menugauche{
	float:left;
	width:160px;
	background:#000000;
	height:600px;
}
#divcentre{
	float:right;
	width:830px;
	background:#000000;
	color:#FFFFFF;
	
}
.menu-top{
	background-repeat:repeat-x;
	background-image:url(images/degrade_top_table.png);
	border-bottom: 1px solid #3B7200;
	height:20px;
	width:158px;
	margin-left:0px;
	padding-left:2px;
	padding-top:0;
	}
.left {
	float:left;
	}
.menu-title{
	color:#6A0000;
	font-weight:bold;
	position:relative;
	top:3px;
	font-size:16px;
	}
.menu-content{
	color:black;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	position:relative;
	top:245px;
	}
.cat-list{
margin:auto;
background:#CBDDE7;
border:thin solid #FF5050;
}
#footer{
    width:1000px;
    text-align:center;
    clear: both;
    border-top:1px solid #3B7200;
    background-color:#000000;
    color:#FFFFFF;
	}
.table-top{
	background-image:url(images/degrade_top_table.png);
	background-repeat: repeat-x;
	height:19px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	}
.lastmod {
	text-align:center;
	font-family:Verdana, Arial;
	font-size:10px;
	}
