@charset "utf-8";
.slide-panel {
	z-index: 25;
	position: relative;
}

.bottom {
	bottom: 0;
}

.right {
}

.left {
	position: absolute;
	left: 0;
}

.top {
	top: 0;
}

.content {
	z-index: 10;
	overflow: hidden;
	background-image:url(../images/extruder_bgnd.png);
	height: 0;
	width:250px;
	color: #fff;
}
.slide-button {
	background-image:url(../images/btn_head.png);
	position: relative;
	width: 250px;
	z-index: 20;
	cursor: pointer;
	height: 37px;
	line-height:30px;
	text-align: center;
	font-size:24px;
}

.slide-button:hover {
	color: #ffcc00;
}
.content li{
	list-style:none;
	margin-left:-20px;
}
.content li a{
	text-decoration:none;
	color:#FFF;
	line-height: 40px;	
	padding-left: 40px;
	padding-top:20px;
	padding-bottom:20px;
}

.content li a.mail{
	background:url(../images/mail1.png) no-repeat 0 16px;
}
.content li a.livredor{
	background:url(../images/book.png) no-repeat 0 12px;
}
.content li a.myspace{
	background:url(../images/sky.png) no-repeat 0 14px;
}
.content li a.dossier-presse{
	background:url(../images/dossier.png) no-repeat 0 14px;
}