/** CSS Banniere **/

.page .home
{
	margin-top: 10px;
}

.page .home .title
{
	color: white;
	font-size: 18px;
/*	margin-top: 7px;*/
/*	padding-bottom: 2px;*/
/*	margin-left: 10px;*/
	text-align: left;
	font-weight: bold;
}

.page .home#ban .title
{
	color: white;
	font-size: 15px;
	margin-top: 0px;
	padding-top: 7px;
	padding-bottom: 2px;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
}

.page .home#ban p
{
	font-size:18px;
	font-weight:bold;
	line-height:50px;
}

.page .home#ban
{
	width: 638px;
	height: 206px;
	margin-bottom:10px;
	padding-left:10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url('img/bloc_accueil.jpg');
}

/** CSS bloc panier **/

.page .home#panier
{
	float: right;
	width: 316px;
	height: 184px;
	background-repeat: no-repeat;
	background-position: -7px -4px;
	background-image: url('img/bloc_r.gif');
}

.page .home#panier .data .promo
{
	float: left;
	margin-top: 15px;
}

.page .home#panier .data .promo .content_text
{
	color: #5D5D5D;
	font-size: 11px;
	font-weight: bold;
	margin-left: 15px;
}

.page .home#panier .data .promo .logo
{
	width: 152px;
	height: 108px;
	cursor: pointer;
	margin-top: 2px;
	margin-left: 2px;
	background-repeat: no-repeat;
	background-position: -3px -3px;
	background-image: url('img/bt_price2.gif');
}

.page .home#panier .data .quantite
{
	float: right;
	margin-top: 10px;
	margin-right: 8px;
	text-align: center;
}

.page .home#panier .data .quantite .calculette
{
	width: 134px;
	height: 46px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('img/cadre_qte.gif');
}

.page .home#panier .data .quantite .calculette .title
{
	float: left;
	color: #5D5D5D;
	font-size: 11px;
	font-weight: bold;
	margin-top: 13px;
	margin-left: 8px;
}

.page .home#panier .data .quantite .calculette .qte_aff
{
	float: right;
	margin-top: 5px;
	margin-right: 18px;
}

.page .home#panier .data .quantite .calculette .qte_aff .bt
{
	float: left;
	height: 26px;
}

.page .home#panier .data .quantite .calculette .qte_aff .bt .qte_p input, .page .home#panier .data .quantite .calculette .qte_aff .bt .qte_m input
{
	width: 12px;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: -2px;
}

.page .home#panier .data .quantite .calculette .qte_aff .bt .qte_p label, .page .home#panier .data .quantite .calculette .qte_aff .bt .qte_m label
{
	color: #e72b2d;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
}

.page .home#panier .data .quantite .content_text
{
	color: #5D5D5D;
	font-size: 9px;
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
	margin-left: 5px;
}

.page .home#panier .data .quantite .button#go_achete
{
	width: 116px;
	height: 48px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('img/bt_purchase.gif');
}

/** CSS assurance **/

.page .home#assurance .title
{
	color: white;
	text-align: left;
	font-weight: bold;
	height: 27px;
	background-image: url('img/zone.header.info.gif');
	font-size: 15px;
	margin-top: 0px;
	padding-left: 10px;
}

.page .home#assurance .footer
{
	height: 7px;
	background-position: left bottom;
	background-image: url('img/zone.footer.gif');
}
.page .home#assurance
{
	width: 636px;
	/*height: 420px;*/
	margin-top: 0px;
	position: relative;
	margin-bottom: 10px;
}

.page .home#assurance .illustration
{
	top: 6px;
	right: 6px;
	width: 161px;
	height: 235px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('img/bloc.info.illus.gif');
}

.page .home#assurance .data
{
	background-image:url(img/zone.data.gif);
	background-position:left top;
	background-repeat:repeat-y;
	width:630px;
	padding: 5px;
}

.page .home#assurance .data .text
{
/*	width: 454px;*/
/*	color: #5D5D5D;*/
	font-size: 12px;
	margin-top: 15px;
	margin-left: 10px;
}

.page .home#assurance .data .text ul
{
/*	float: left;
	width: 150px;*/
	margin-left: 25px;
}
/*
.page .home#assurance .data .text ul h1
{
	color: #223252;
	font-size: 15px;
	font-weight: bold;
}
*/
.page .home#assurance .data .text ul li
{
/*	color: #e7302e;*/
	font-size: 11px;
	font-weight: bold;
}

.page .home#assurance .data .text a, .page .home#assurance .data .text a:link, .page .home#assurance .data .text a:visited, .page .home#assurance .data .text a:active
{
	color: #223252;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

.page .home#assurance .data .text span
{
	color: #e7302e;
	font-size: 12px;
	font-weight: bold;
}