/*******************************************************************
	Styles de la page promotions
*******************************************************************/

#bloc_listepromotions
{
	width: 460px;
	background-image: url(../../images/listepromotions_fond.jpg);
	background-repeat: no-repeat;
}

#bloc_listepromotions h2
{
	float: left;
	padding-left: 18px;
	dpadding-top: 4px;
	height: 31px;
	display: block;
	background-image: url(../../images/puce6.gif);
	background-position: 11px 5px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 22px;
	color: #003b79;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	width: 442px;
}

#bloc_listepromotions #listepromotions_contenu
{
	max-height: 295px;
	clear: both;
	overflow: auto;
}


#listepromotions_contenu table
{
	margin-left: 10px;
	margin-right: 10px;
	width: 423px;
	display: block;
}

#listepromotions_contenu td
{
	height: 58px;
	border-bottom: solid 1px #efba65;
	vertical-align: top;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 6px;
}

#listepromotions_contenu td.promotion_image
{
	width: 98px;
}

#listepromotions_contenu td.promotion_image img
{
	border: solid 1px #003366;
}


#listepromotions_contenu td.promotion_detail
{
	width: 201px;
	font-size: 11px;
	font-weight: bold;	
	color: #ed9202;
}
#listepromotions_contenu td.promotion_detail a
{
	font-size: 11px;
	font-weight: bold;	
	color: #ed9202;
	text-decoration:none
}

#listepromotions_contenu .promotion_destination
{
	font-size: 13px;
	font-weight: bold;
	color: #003a76;
	margin-bottom: 6px;
}
#listepromotions_contenu .promotion_destination a
{
	font-size: 13px;
	font-weight: bold;
	color: #003a76;
	text-decoration:none;
}


#listepromotions_contenu td.promotion_to
{
	width: 62px;
}
#listepromotions_contenu td.promotion_infos
{
	width: 69px;
}
#listepromotions_contenu .promotion_prix
{
	background-image: url(../../images/fond_prix.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	height: 15px;
}
#listepromotions_contenu .promotion_duree
{
	background-image: url(../../images/puce7.gif);
	background-position: 6px 3px;
	background-repeat: no-repeat;
	color: #003a76;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 6px;
}

