/* ---------------------
	Conteneur 
------------------------ */
#zoneFlash{
	position:relative;
	z-index:1;
	left:181px;
	height:442px;
	border-bottom:#352e32 4px solid;
	width:769px;
}

/* ---------------------
	Menu bas
------------------------ */

#menu_categorie{
	position:relative;
	left:182px;
 	height:144px;
 	width:769px;
	cursor:pointer;
}
.opcacite_menu{
	width:192px; 
	height:144px; 
	position:absolute; 
	background-color:#000; 
	top:0px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
}

.effet_image{
	width:192px; 
	height:119px; 
	position:absolute; 
	background-image:url(../images/effet-contour-blanc.png);
	top:0px;
	display:none;
}
#menu_categorie_01{
	float:left;
	width:192px;
 	height:144px;
	background-color: #443B40;
}

#menu_categorie_02{
	float:left;
	width:192px;
 	height:144px;
	background-color: #7B7A68;
}
#menu_categorie_03{
	float:left;
	width:192px;
 	height:144px;
	background-color: #7B5A47;
}
#menu_categorie_04{
	float:left;
	width:192px;
 	height:144px;
	background-color: #555A60;
}

.menu_categorie_img{
	width:100%; 
	height:117px;
}
.menu_categorie_txt{
	border-top:2px solid #FFF; 
	width:100%; 
	text-align:right; 
	color:#FFF;
	font-size:20px;
	margin-top:0px;
	*margin-top:0px;
	_margin-top:-4px;
}
