#sidebarWrapper{
	width: 180px;
	margin: 0 auto;
	overflow:hidden;
	right:0;
	position:absolute;
	

}

.position {
	z-index:999;
}

.position2 {
	z-index:1000;
}

.Initposition {
	z-index:0;
}

#sidebar{

	width: 184px;
	background:#FFFFFF;
	position: relative;
}

#sidebar .bordure {
	border:1px solid #CCC;
}


/*EL HEADER AND MAIN POST CONTENT*/



#sidebarToggleButton {
	display: block;
	width: 48px;
	height: 16px;
	line-height:16px;
	margin-left: 0px;
	margin-top: 0px;
	font-size:9px;
    letter-spacing:0px;
    font-family: arial;
	border:2px solid #C60;
	padding-left:2px;
    text-align:center;


}


#sidebar a{
	color: #08c;
	border: 0;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active{
	text-decoration: none;
}

#sidebar a:hover{
	text-decoration: underline;
}


/* SIDEBAR SANS JS*/

#sidebar{
	margin-top: 5px;

}

.cache {
	visibility:hidden;
	
}
#sidebar ul{
	list-style: none;
	margin:0;
}



#sidebar ul li {

height:50px;
vertical-align:top;
float:none;
clear:both;
overflow:hiden;
padding:0;
padding-top:8px;
background:url(images/sidebar.background.gif) bottom repeat-x;
}

#sidebar .highlight {
	
}

#sidebar li .photo {
	float:left;

	width:50px;
	height:50px;
	overflow:hidden;
}

#sidebar div.contenu {
	color:#7b7b7b;
	width:120px;
	height:40px;
	overflow:hidden;
	float:left;
	padding:3px;
	line-height:13px;
	font-size:10px;
}

#sidebar div.contenu p {

	line-height:13px;
	margin:0;
	padding:0;
	font-size:10px;
}

#sidebar div.contenu h1 {
	font-size:12px;
	color:#999;
	
}

#sidebar div.contenu .prix {
	font-size:11px;
	color:#C30;
	
}


/*jQUERY CSS*/

#sidebar>ul{
/*	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px; */
	background:white;

border:1px solid #fff;

	
}

span.sidebarOpen{
	background:#C30;
	color:white;
    cursor:pointer;

	/*background: url(images/sidebarOpen.png) no-repeat center;*/
}

span.sidebarClose{
	background:white;
	color:#C30;
    cursor:pointer;

	/*
	background: url(images/sidebarClose.png) no-repeat center; */
}
