
.fltr
{
	float:right;
}


a
{
text-decoration:none;
}

.clear
{
	clear:both;
}

.shadow
{
	box-shadow:2px 2px 7px rgba(0,0,0,0.5);
	-moz-box-shadow:2px 2px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow:2px 2px 7px rgba(0,0,0,0.5);
}

.light_shadow
{
	box-shadow:1px 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.5);
}

.rounded_corner
{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.main_container
{
	padding:5px
}

.liste_reduction
{
	overflow:auto;
	height:90%;
	padding-right:5px;
}



.separator
{
	border-bottom:dotted 1px #CCC;
	margin:20px 0;
}

.vendor_name
{
	font-weight:bold;
}

.reduc_list
{
	margin-top:5px;
}

.reduc_list li
{
	line-height:16px;
	margin-bottom:15px;
}

.titre
{
	font-weight:bold;
}

.sous_titre
{
	font-weight:bold;
}

.description
{
	margin-top:7px;
}

.extra_info
{
	color:#AAA;
	text-align:right;
}

.reduc
{
	color:#C00;
	font-weight:bold;
	font-size:20px;
	text-align:right;
}