
/*
 * Teaser pour les categories
 */
/* BLOC QUI CONTIENT LES 6 BLOCS CATEGORIE */
.home_category_teaser
{
	width:656px;
	height:331px;
	margin-top:4px;
}

.home_category_teaser li:first-child
{
	margin-left:0px;
}

.home_category_teaser .category_item_teaser
{
	float:left;
	display:inline;
	width:214px;
	height:326px;
	border:solid 1px #C5C0BD;
	margin-left:4px;
	margin-bottom:10px;
	background:url(/I/theme_femmezine/home/background_category.jpg) bottom repeat-x;
	position:relative;
	_margin-left:expression(this.previousSibling==null?'0px':'2px');/*IE6*/
}

.category_teaser_img
{
	width:214px;
	height:141px;
}

.category_teaser_img img
{
	display:block;
}


/*affichage de l'imagette categorie au dessus de l'image des 6 blocs*/
.category_img_link
{
	position:relative;
	top:-21px;
	/*width:72px;*/
	height:21px;
	display:block;
}



.category_teaser_txt
{
	padding:10px;
}

.category_teaser_txt h2
{
	font-size:17px;
	font-family:georgia;
	font-weight:bold;
	font-style:italic; 
	height:60px;
	overflow:hidden;
}

.category_teaser_txt p
{
	font-size:12px;
	height:45px;
}

.articles_teaser
{
	font-size:10px;
	margin:0px 10px 4px 10px;
	height:28px;
}

.articles_teaser ol li
{
	background: url(/I/theme_femmezine/common_sprite.png) no-repeat -10px -134px;
	height:15px; /*cette hauteur evite d'avoir du texte qui dépasse vers la ligne du bas*/
	width:194px; /*Avec IE6 200px, on a un blanc a droite... bug double marge ? 2*3px*/
	overflow:hidden;
	
}

.articles_teaser ol li a
{
	text-decoration:underline;
	font-size:11px;
	font-family:verdana,Arial;
	margin-left:8px;
	display:block;
	height:15px;
}

.all_article_link
{
	font-size:11px;
	font-family:Verdana;
	padding:9px 10px 4px 10px;
}

.all_article_link a
{
	text-decoration:underline;	
}
