/*promos*/

#promos{
	width: 195px;
	float: left;
	margin:0;
	padding:0;
}

.promotitle{
	width: 195px;
	display: block;
	height: 48px;
	background-image: url(http://www.imside.fr/images/promos/promotitle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size:1.2em;
	color:#fff;
	line-height:60px;
	text-indent:3.2em;
}

a.promoend {
	width: 195px;
	display: block;
	height: 31px;
	background-image: url(http://www.imside.fr/images/promos/promoend.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size:1em;
	text-indent:3.2em;
	line-height:1.8em;
	font-weight:bold;
	text-decoration:none;
color:#2b2e3e;
}
a:hover.promoend {
	text-decoration:none;
	color:#9fcb6b;
}

ul#promolink{
	margin:0;
	padding:0;
	position:relative;
}

#promolink li{
	list-style-type:none;
	width: 195px;
	display: block;
	height: 22px;
	background-image: url(http://www.imside.fr/images/promos/promolink.png);
	background-repeat: no-repeat;
	background-position: top;
	margin:0;
	padding:0;
	border-bottom:solid 1px #fff;
}
#promolink a{
	display: block;
	font-size: 0.9em;
	height: 22px;
	color: #4a4c59;
	padding: 0 0 0 1.8em;
	line-height:22px;
	margin:0
}

#promolink a:hover{
	background-image: url(http://www.imside.fr/images/promos/promolinkon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	text-decoration: none;
}
/*box left end*/
