

/*------------------------------flash------------------------------*/

#content_flash {
	width:100%;
	height:365px;
	z-index: 30;
	/*overflow: hidden;*/
	position:relative;
}

#flash
{
	width:1200px;
	height: 365px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-600px;
	z-index: 6000;
	text-align: center;
}

#flash p {
	padding-top:100px;
	color:#fff;
}
/*
#content_cache {
	width:920px;
	height: 365px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-460px;
	z-index: 7000;
}
*/
#cache_flash {
	width:255px;
	height: 50px;
	position:absolute;
	top:270px;
	right:50%;
	margin-right: -474px;
	background: #000;
	opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
	z-index: 7000;
}

/*----------------------------------categories----------------------------------*/

#categories {
	width:994px;
	padding-left: 10px;
	margin: 0 auto;
}

#categories h2 {
	font-size:16px;
	color:#71ff04;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#categories h2 a {
	color:#71ff04;
}

#categories .visuel {
	width:296px;
	height: 95px;
	margin-bottom: 12px;
}

#categories .un_titre {
	width:296px;
	border-bottom:1px solid #626262;
	height: 60px;
	margin-bottom: 20px;
}

#categories h3 {
	font-size:12px;
	color:#fff;
	text-transform: uppercase;
	background: url(../images/fleche_verte.gif) center left no-repeat;
	padding-left: 13px;
	margin-bottom: 5px;
}

#categories h3 a {
	color:#fff;
}

#categories p {
	font:normal 11px arial;
	color:#fff;
	line-height: 13px;
}

#categories p a {
	color:#fff;
}

#categories #bloc_left {
	float:left;
	width:296px;
	margin-right: 32px;
	padding-top: 20px;
	height: 276px;
}

#categories #bloc_middle {
	float:left;
	width:328px;
	margin-right: 32px;
	background: url(../images/fd_bloc_middle.gif) top right no-repeat;
	padding-top: 20px;
	height: 276px;
}

#categories #bloc_right {
	float:left;
	width:300px;
	padding-top: 20px;
	height: 276px;
}

