/* CSS Document */

#entete{

	height:70px;
/*	margin-bottom:20px;*/
}

#nomArtiste{
 	margin-top:25px;
 	width:400px;
	color:#000000;
	font-size: 20px;
	line-height:20px;
	font-weight:bold;
}

#commentaires{
	 margin-top:3px;
	 width:400px;
	 font-size:11px;
	 line-height:10px;
	
}

#carreImage{
	float:left;
	margin-top:20px;
	margin-left:55px;
	width:100px;
	font-size:11px;
	color:A7A7A7;

	
	/*background-image:url(../images/carre_gris_plein.gif);
*/
}
#contenant{
height:365px; width:570px; margin-top:50px; overflow:hidden;
}
#interieur{
padding-right:40px;
text-align:justify;

}
#interieur a {text-decoration:underline;}
/* sert à souligner les liens faits sous FCK editor...*/
/*************************** pour la colonne de droite ************************************/*
#titre1{margin-top:140px;
}
#titre2{margin-top:260px;}

#blocPublications{
text-align:center;
margin-top:20px;
margin-left:87px;
}
.centrer{
text-align:center;
}
/*************************** pour les boutons gris/rouge********************************/
.touche{width:35px; height:35px; color:#999999; float:left; margin-left:6px; margin-top:00px;background-image:url(images/rect_gris_plein.gif); background-repeat:no-repeat;}
.touche:hover{background-image:url(images/rect_rouge_plein.gif); color:#999999;}



