/* ##########     ARTISTE LISTE COMPLETE     ########## */

/* COLONNE GAUCHE */
#ListeContenuLeft {
	float:left;
	width:182px;	
	text-align:left;
	margin:0;
}

#ListeContenuLeft .bloc {
	float:left;
	width:182px;
	padding:10px 0 0 10px;
	margin:0;
}

#ListeContenuLeft .bloc .titre {
	float:left;
	font-weight:bold;	
	background-image:url(/img/bg-titre-col-gauche.gif);
	width:162px;
	height:17px;
	padding:3px 0px 0px 20px;
	margin:0;

}

#ListeContenuLeft .bloc .contenu {
	float:left;
	width:180px;
	background-color:#FFF;
	border:1px solid #dbdbdb;
}
#ListeContenuLeft .bloc A {
	color:#333333;
	text-decoration:none;
}

#ListeContenuLeft .bloc A:hover {
	color:#333333;
	text-decoration:underline;
}


/* COLONNE DROITE */

#ListeContenuRight {
	float:right;
	width:724px;
	padding:10px;	
	text-align:left; 
}

#ListeContenuRight h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	width:690px;
	height:28px;
	text-align:left;
	padding:5px 0px 0px 20px;
	margin:0px 0px 5px 0px;
	background-image:url(/img/bg-artiste-nom.gif);
	background-repeat:no-repeat;
	color:#d59335;
}

#ListeContenuRight ul {
	margin:0px;
	padding:0;
}

#ListeContenuRight li {	
	list-style-type:none;
	background:url(/img/pico_nom_oeuvre.gif);
	background-repeat:no-repeat;	
	background-position:left center;
	padding:6px 8px 5px 20px;
	border-bottom:#eeeeee solid 1px;
}

#ListeContenuRight .description {	
	float:left;
	width:690px;
	padding:0px 0px 10px 10px;
	color:#666666;
	text-align:justify;
}
#ListeContenuRight .autre {
	float:left;
	width:610px;
	color:#666666;
	padding:5px 0px 5px 10px;
}
#ListeContenuRight .limit {
	margin:5px 5px 25px 5px;
	background-color:#c4c4c4;
	font-size:1px;
	height:1px;
}
