
/* Positionnement */

#menu {
	position:absolute;
	width:164px;
	margin:0;
	left:0;
}

#ssmenu_lazylive {width:164px;}
#ssmenu_lazylive .sstitle img {margin:1px 0 0 98px;}

#ssmenu_catalogue {margin-top:20px; width:164px;}
#ssmenu_catalogue .sstitle img {margin:1px 0 0 57px;}

#ssmenu_artistes {margin-top:20px; width:164px;}
#ssmenu_artistes .sstitle img {margin:1px 0 0 98px;}

#ssmenu_forfaits {margin-top:20px; width:164px;}
#ssmenu_forfaits .menuforfait_title img {margin:-2px 0 0 93px;}



/***  Menus  ***/

.sstitle {
	background-color:#E67900;
	width:164px;
	height:22px;
}

.sscontent {
	width:163px;
	background-color:#E8E8EC;
	border-right:1px dotted #333333;	
	border-bottom:1px dotted #333333;
	border-top:1px solid #E8E8EC;	
}

.sscontent ul {
	list-style:none;
	margin:5px 0px 10px 8px;
	padding:0;
}

.sscontent li {
	background:url(../images/barre_gauche/puce.gif) 0px 4px no-repeat;
	padding:2px 0 0 19px;
	margin:0;
}


a.menulink:link{text-decoration:none;}
a.menulink:hover{text-decoration:underline;}
a.menulink:visited{text-decoration:none;}



/***  Pub Forfaits  ***/

.menuforfait_title {
	background-color:#333333;
	width:164px;
	height:22px;
}

.menuforfait_content {
	width:163px;
	background-color:#E8E8EC;
	border-right:1px solid #333333;	
	border-bottom:1px solid #333333;
	border-top:1px solid #E8E8EC;	
	text-align:center;
	padding:20px 0;
}

.menuforfait_content img {margin:0;}
.menuforfait_content p {margin:5px 0 0 0;}

