#sidebar {
	float: left; 
	width: 200px; /* since this element is floated, a width must be given */
	padding: 20px 0; /* top and bottom padding create visual space within this div  */
}

#content { 
	margin: 0 20px 0 223px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	width:685px;
} 


#sidebar ul.list {
	margin-left:10px
	
}

#sidebar ul.list li {
	background-image:url(/images/squelette/bullet_artistes.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	list-style:none;
	display:list-item;
	
}

#sidebar ul.list li a{
	
	color:#4C494D;
	
	
}

#sidebar ul.list li a.selected{
	
	color:#9a7b4d;
	font-weight:bold;
	
	
}

#sidebar ul.list li a:hover{
	
	color:#9a7b4d;
	text-decoration:none;
	
}

#thumbs {
	text-align:center;
	
}
#thumbs div {
	float:left;
	margin:5px;
}
