body {
	background:#709c5e url(images/arriere-plan.jpg) top center no-repeat;
	font: 80% Trebuchet MS;
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}

a:hover {
	color:#ff0000;
}



#contenu {
	margin:0 auto;
	width:960px;
	height:1100px;
}

#menu {
	margin:106px auto;
	width:960px;
	height:200px;
}

#separateur {
	float:left;
	width:70px;
	height:107px;
}

dl {
	height:107px;
	margin:0;
	padding:0;
	display:block;
	float:left;
}

dt {
	background:url(images/bouton-off.png) center;
	border-right:solid 1px #709c5e;
	display:block;
	height:107px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	line-height:150px;
	width:90px;
	cursor:pointer;
	text-align:center;
	margin-top:5px;
}

dt:hover {
	background:url(images/bouton-on.jpg) center;
	color:#ff0000;
}

dd {
	margin:0;padding:0;
	display:block;
	background:#a3c595;
}

dd ul {
	width:158px;
	margin:0px;
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
}

dd ul li a{
	display:block;
	width:158px;
	height:30px;
	line-height:30px;
	margin:0px;
	padding:0;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border-top:solid 1px #709c5e;
}

dd ul li a:hover{
	background:#2b9c28;
	color:white;
}

dt a:hover dd ul li a{
	background:url(images/bouton-on.jpg);
}

dl dd {
	display:none;

}

dl:hover dd{
	position:absolute;
	display:block;
}

#bouton {	
	border-right:solid 1px #709c5e;
	border-left:solid 1px #709c5e;
	margin-top:5px;
	float:left;
	width:90px;
	height:107px;
	text-align:center;
	line-height:150px;
	font-size:14px;
	font-weight:bold;
	background:url(images/bouton-off1.jpg);
}

#bouton:hover {
	background:url(images/bouton-on.jpg);
	float:left;
	height:107px;
	text-align:center;
	line-height:150px;
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	cursor:pointer;
}

#bouton a {
	color:#fff;
}

#bouton a:hover {
	color:#ff0000;
}

#logo {	
	float:right;
	background: url(images/logo.png) top no-repeat;
	width:273px;
	height:100px;
	margin-top:20px;
	margin-right:70px;
	cursor:pointer;
}

#conteneur {
	border:1px solid #a3c595;
	background: url(images/conteneur.png) repeat-y;
	width:820px;
	margin:-150px auto;
}

h1 {
	padding-top:20px;
	padding-left:20px;
	font-size:30px;
	color:#ff0000;
}

.titre {
	padding-left:22px;
	font-size:34px;
	color:#ff0000;

}

.paragraphe {
	padding:22px;
	color:#fff;
	font-weight:bold;
}

hr {
	border:thin 1px #fff;
	margin-left:0px;
}

.lien {
	color:#fff;
}

#footer {
	padding-top:15px;
	text-align:center;
	font-size:10pt;
	color:#fff;
	width:820px;
	height:80px;
	margin:150px auto;
	background:url(images/footer.png) bottom center no-repeat;
}

#logo-maurice {
	background:url(images/logo-groupe.png) center no-repeat;
	height:45px;
	width:362px;
	margin:0 auto;
}

#logo-maurice :hover{
	background:url(images/logo-groupe.png) center no-repeat;
	height:45px;
	width:362px;
	margin:0 auto;
	cursor:pointer;
}


/* 												TABLEAU										 
-------------------------------------------------------
*/
	img {
		margin-top:0px;
		border:0;
	}
	
	#img-ombre {
		background:url(images/ombre.png) top right no-repeat;
		height:110px;
		width:110px;
	}
	table {
		margin:0 auto;
	}
	.col-catalogue {
		width:120px;
		border:0;
	}
	.categorie {
		font-family:Arial;
	}
	table a {
		text-decoration:none;
		color:#fff;
		font-weight:bold;
	}
	table a:hover {
		text-decoration:none;
		color:#ff0000;
		font-weight:bold;
	}
	table h1 {
		font-family: Arial;
		font-size: 18px ;
		color:#4e961d;
	}
	table.titre {
		font-size:24px;
	}
	.adresse {
		font-size:26px;
	}
	table hr {
		border: 0;
		border-bottom: 1px #a3c595 solid;
		color:#a3c595;
	}
