/**
 * Fichier : coin_grands.css
 * Description : styles spécifiques aux pages coin des grands
 * Auteur : Hamza Iqbal - hiqbal[at]actualys.com
 * Version : 1.0.0
 ******************************************/

/**
 * Structure générique
 ******************************************/
#coin_grands #contenu h2.titre_page { color: #fc6417; }

/**
 * Présentation Carrefour Kid's Club
 ******************************************/
#coin_grands #fiche_article
{
	background: #fff;
	border: 1px dotted #ff5929;
	clear: both;
	padding: 8px;
	width: 893px;
}

#coin_grands #fiche_article.presentation_kids_club .contenu
{
	float: left;
	width: 680px;
}

#coin_grands #fiche_article.presentation_kids_club .visuel { float: right; }

#coin_grands #fiche_article h3
{
	font-weight: bold;
	color: #4ace25;
	font-size: 12px;
	margin: 0 0 5px;
}

#coin_grands #fiche_article p,
#coin_grands #fiche_article ul
{
	color: #ff3428;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 15px;
	text-align: justify;
}

#coin_grands #fiche_article ul { margin: 0 0 15px 15px; list-style: disc; }
#coin_grands #fiche_article ul li { margin: 0 0 5px; }
#coin_grands #fiche_article ul { margin: 10px 0 15px 15px; }

#coin_grands #fiche_article p.indication,
#coin_grands #fiche_article ul
{
	font-style: italic;
	margin: 0 0 15px 15px;
}

#coin_grands #fiche_article .composite .visuel
{
	float: right;
	margin: 0 0 15px 15px;
	text-align: center;
}

/**
 * Produits Carrefour
 ******************************************/
#coin_grands #produits_carrefour
{
	background: #fff;
	border: 1px dotted #ff5929;
	float: left;
	width: 259px;
}

#coin_grands #produits_carrefour h3
{
	margin: 8px;
}

#coin_grands #produits_carrefour .jcarousel-container
{
	position: relative;
	padding: 0 0 60px;
	width: 259px;
}

#coin_grands #produits_carrefour .jcarousel-prev,
#coin_grands #produits_carrefour .jcarousel-next
{
	background: url(/images/boutons/btn_carrousel.png) no-repeat;
	cursor: pointer;
	height: 18px;
	left: 114px;
	position: absolute;	
	width: 30px;
}

#coin_grands #produits_carrefour .jcarousel-prev
{
	background-position: 0 -260px;
	bottom: 35px;
}

#coin_grands #produits_carrefour .jcarousel-next
{
	background-position: -30px -260px;
	bottom: 10px;
}

#coin_grands #produits_carrefour .jcarousel-prev-disabled,
#coin_grands #produits_carrefour .jcarousel-next-disabled { cursor: default; }

#coin_grands #produits_carrefour .jcarousel-prev-disabled { background-position: 0 -278px; }
#coin_grands #produits_carrefour .jcarousel-next-disabled { background-position: -30px -278px; }

#coin_grands #produits_carrefour .jcarousel-clip
{
	border-top: 1px dotted #ff5929;
	height: 294px;
	position: relative;
	overflow: hidden;
	width: 259px;
	z-index: 2;
}

#coin_grands #produits_carrefour .jcarousel-clip ul#liste_produits_carrefour
{
	left: 0;
	position: relative;
	padding: 0;
	top: 0;
	overflow: hidden;
	z-index: 1;
}

#coin_grands #produits_carrefour ul#liste_produits_carrefour
{
	width: 259px;
}

#coin_grands #produits_carrefour ul#liste_produits_carrefour li
{
	float: left;
	border-bottom: 1px dotted #ff5929;
	clear: both;
	cursor: pointer;
	height: 95px;
	overflow: hidden;
	padding: 1px;
	width: 257px;
}

#coin_grands #produits_carrefour ul#liste_produits_carrefour li .corps
{
	height: 71px;
	padding: 12px 16px;
	width: 225px;
}

#coin_grands #produits_carrefour ul#liste_produits_carrefour li.actif .corps { background: #d2ecfe; }

#coin_grands #produits_carrefour ul#liste_produits_carrefour li .visuel
{
	background: url(/images/fonds/bg_visuels.png) -284px -306px no-repeat;
	float: left;
	height: 67px;
	margin: 0 15px 0 0;
	padding: 2px;
	width: 90px;
}

#coin_grands #produits_carrefour ul#liste_produits_carrefour li.actif .visuel { background-position: -284px -377px; }

#coin_grands #produits_carrefour ul#liste_produits_carrefour li p
{
	color: #ff3428;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 10px 0 0;
	text-transform: uppercase;
	width: 116px;
}

#coin_grands #produits_carrefour ul#liste_produits_carrefour li.actif p { color: #1d9efc; }


/**
 * Fiche produit Carrefour
 ******************************************/
#coin_grands #fiche_produit_carrefour
{
	background: #fff;
	border: 1px dotted #ff5929;
	float: right;
	padding: 15px 20px;
	width: 580px;
}

#coin_grands #fiche_produit_carrefour .produit
{
	clear: both;
	overflow: hidden;
	width: 580px;
}

#coin_grands #fiche_produit_carrefour h3
{
	color: #1d9efc;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 15px;
	text-transform: uppercase;
}

#coin_grands #fiche_produit_carrefour .presentation
{
	float: left;
	width: 284px;
}

#coin_grands #fiche_produit_carrefour .visuel
{
	background: url(/images/fonds/bg_visuels.png) 0 -306px no-repeat;
	height: 209px;
	margin: 0 20px 20px 0;
	padding: 2px;
	width: 280px;
}

#coin_grands #fiche_produit_carrefour .visuel img { display: block;}

#coin_grands #fiche_produit_carrefour p.accroche
{
	color: #1d9ffc;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

#coin_grands #fiche_produit_carrefour .informations
{
	float: right;
	width: 265px;
}

#coin_grands #fiche_produit_carrefour .informations .info { margin: 0 0 15px }

#coin_grands #fiche_produit_carrefour p,
#coin_grands #fiche_produit_carrefour ul
{
	color: #1d9efc;
	font-size: 12px;
	line-height: 14px;
}

#coin_grands #fiche_produit_carrefour p.sep,
#coin_grands #fiche_produit_carrefour ul.sep { margin: 0 0 10px; }

#coin_grands #fiche_produit_carrefour p strong
{
	color: #ff3726;
	font-weight: normal;
}

#coin_grands #fiche_produit_carrefour p.indication
{
	font-size: 11px;
	font-style: italic;
}
