#produit
{
	border: 1px solid #666666;
    font-family: Verdana;
    font-size: 15px;
    color: #e14d15;
    width: 550px;
	height:125px;
	line-height: 14px;
}

#produit .header
{
	line-height: 26px;	
}

#produit #destination, #produit #reduction
{
	background-image: url('../img/promos_product_header_slice.gif');
    background-repeat: repeat-x;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

#produit #destination #pays
{
	text-transform: uppercase;
}

#produit #image
{
	padding: 5px;
}

#produit #details
{
	width: 100%;
}

#produit #details #description
{
	height: 100%;
	width: 100%;
    font-size: 13px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
}

#produit #details #description span
{
	color: #000;
	text-decoration: none;
}

#produit #details #description table
{
	height: 100%;
	width: 100%;
}

#produit #details #description #depart
{
	font-size: 12px;
    color: #e14d15;
    font-weight: bold;
}

#produit #details #description #dates
{
	vertical-align: middle;
}

#produit #details #description #prix
{
	font-size: 16px;
	font-weight: bold;
    padding-top: 12px;
    width: 245px;
}

#produit #details #description #prix #barre
{
    color: #000;
    text-decoration: line-through;
}

#produit #details #description #prix #offre
{
    color: #FF0000;
    text-decoration: underline;
}

#produit #details #description #prix #ttc
{
    color: #FF0000;
	font-size: 12px;
	font-weight: normal;
}