.manchette
{
	position:relative;
	width:656px;
	height:348px;
	/*background-color:#000;*/
	margin-right:6px;
	/*_display:inline;*//*IE6 fix*/
}

/*BANDEAU SEMI-TRANSPARENT*/
.manchette .bandeau
{
	background:transparent url(/I/theme_femmezine/home/bandeau_manchette.png) repeat-x;
	color:#FFF;
	line-height:27px;
	padding:10px 0 0 15px;
	position:absolute;
	left:0px;
	top:272px;
	width:641px;
	height:66px;
}

.manchette .bandeau a
{
	color:#FFF;
}

.manchette .bandeau h2
{
	font-size:27px;
	font-weight:bold;
	font-style:italic;
	font-family:georgia,Arial;
}

.manchette .bandeau h3
{
	font-size:12px;
	margin:0;
	padding:0;
}

/* SLIDER DANS LA MANCHETTE */
.manchette_articles_list
{
	position:absolute;
	top:3px;
	left:569px;
	z-index:1;
}

.manchette_articles_list li
{
	margin:2px;
	padding:0px;
	/*background-color:#000;*/
	height:51px;
	line-height:11px;
}

.manchette_articles_list li span a 
{
	text-decoration:none;
	color:#000;
	font-size:10px;
	font-family:verdana,Arial;
}

.manchette_articles_list li img
{
	border:solid 1px black;
}

.manchette_articles_list li img:hover
{
	border:solid 1px white;
}


.manchette .titre
{
	padding-top:5px;
	display:block;
}

.manchette .titre a
{
	color:#F400FD;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	font-family:Arial;
}


