#HOME {
	width:497px;
	min-height:575px;
	margin:0 0 0 10px;
	padding-bottom:10px;
	float:left;
	background-image:url(../imgs/Menu-droite-bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#HOME img {
	margin:0 0 0 0;
}


/* Listing des Categories */ 

#CATPRODUITSLIST {
	text-align:left;
	width:465px;
}

#CATPRODUITSLIST a {
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#004C92;
	display:inline;	
	padding:10px 0px 1px 10px;
	background-image:url(../imgs/Home-Categorie-bull.gif);
	background-position:0px 20px; /* background-position: "marge de gauche" "marge du haut";*/
	background-repeat:no-repeat;
	
	
}

#CATPRODUITSLIST a:hover {
	color:#5662B6;
}

/* Fin listing des Categories */


/* Listing des Produits (BLOC) */

#PRODUITSLIST {
	width:476px; /*width:465px;*/
	margin:-20px 0 0 0;
	background-color:#FFFFFF;
}

#PRODUITSLIST a {
	margin:10px 12px 0 0;
	width:105px;
	height:140px;
	border:1px solid #CCCCCC;
	display:block;
	float:left;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#004C92;
}

#PRODUITSLIST a:hover {
	/*text-decoration:underline;*/
	color:#000066;
	border:1px solid #000066;
}

/* FIN Listing des Produits (BLOC) */