/*******************
	CSS Fiche Produit
********************/
#categorie_produit {
	float: left;
	width: 765px;
}

#categorie_produit .fiche {
	float: left;
}
#categorie_produit .fiche .cat_titre{
	position: relative;
	width: 756px;
	height: 34px;
	clear: both;
}

#categorie_produit .fiche .arrow{
	background: url(/img/commun/title_arrow_background.png) no-repeat top;
}

#categorie_produit .fiche .cat_titre div {
	position: absolute;
	left: 35px;
	width: 420px;
	top: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
	font-family: Arial;
}

#categorie_produit .fiche .cat_titre .classer{
	font-size: 11px;
	float: left;
	margin: 10px 0 0 450px;
}

#categorie_produit .fiche .arrow div{
	left: 45px;
}


#categorie_produit .fiche .cat_titre a{
	position: absolute;
	right: 26px;
	top: 5px;
	width: 210px;
	height: 20px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 4px;
}

#categorie_produit .fiche .cat_titre select{
	position: absolute;
	right: 5px;
	top: 7px;
	height: 20px;
	font-size: 10px;
	text-align: left;
}

/****************** Bloc A la Une *************************/
#categorie_produit .a_la_une {
	float: left;
	margin: 10px 0 15px 0;
}

#categorie_produit .a_la_une .principal {
	height: 260px;
	width: 490px;
	float:left;
}

#categorie_produit .a_la_une .principal .boxgridmedium .cover {
	top: 200px;
	height: 50px;
	width: 490px;
}

#categorie_produit .a_la_une .principal .image {
	position: relative;
	cursor: pointer;
	float: left;
	width: 490px;
	height: 200px;
	overflow: hidden;
}

#categorie_produit .a_la_une .principal .image img {
	position: absolute;
	float: left;
}

#categorie_produit .a_la_une .principal .text {
	float:left;
	width: 490px;
	text-align: justify;
	margin: 10px 0 0px 0;
	font-size: 13px;
}

#categorie_produit .a_la_une .principal .link {
	width: 490px;
	text-align: right;
	font-weight: bold;
}

#categorie_produit .a_la_une .secondaire {
	float: right;
	width: 240px;
	margin: 0 10px 15px 10px;
}

#categorie_produit .a_la_une .secondaire .text {
	width: 240px;
	text-align: justify;
	margin: 0px 0 0px 0;
	font-size: 12px;
}

#categorie_produit .a_la_une .secondaire .link {
	float:right;
	width: 240px;
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
}

#categorie_produit .a_la_une .secondaire .image {
	float: left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	width: 240px;
	height: 98px;
}

#categorie_produit .a_la_une .secondaire .image img {
	float: left;
	position: absolute;
}



/****************** Blocs centraux *************************/
#categorie_produit .node {
	float: left;
	margin: 15px 0 15px 0;
	font-size: 12px;
}

#categorie_produit .node h3 {
	padding-top: 10px;
	font-weight: bold;
}