/*
	CSS
	CLASSES
*/

/*	COULEURS																						*/
	.blanc{			color:			#FFFFFF;
	}
	.gris3{			color:			#333333;
	}
	.gris6{			color:			#666666;
	}
	.gris9{			color:			#999999;
	}
	.grisC{			color:			#CCCCCC;
	}
	.vert{			color:			#3E623B;
	}
	.beige{			color:			#A69C80;
	}
	.beigeF{		color:			#877d5f;
	}
	.gris5e{		color:			#5E5E5E;
	}
	.rouge{			color:			#bb0a00;
	}

/*	FAMILIES																						*/
	.times{			font-family:	"Times New Roman", Times, serif;
	}
	.arial{			font-family: 	Arial, Helvetica, sans-serif;
	}
	
/*	SIZES																							*/
	.size8{			font-size:		8px;
	}
	.size9{			font-size:		9px;
	}
	.size10{		font-size:		10px;
	}
	.size11{		font-size:		11px;
	}
	.size12{		font-size:		12px;
	}
	.size14{		font-size:		14px;
	}
	.size18{		font-size:		18px;
	}
	
/*	LEADINGS																						*/	
	.leading10{		line-height:	10px;
	}
	.leading12{		line-height:	12px;
	}
	.leading14{		line-height:	14px;
	}
	.leading16{		line-height:	16px;
	}
	.leading18{		line-height:	18px;
	}
	.leading20{		line-height:	20px;
	}
	.leading24{		line-height:	24px;
	}
	.leading30{		line-height:	30px;
	}
	
/*	WEIGHTS																							*/
	.normal{		font-weight:	normal;
	}
	.bold{			font-weight:	bold;
	}

/*	STYLES																							*/
	.italic{		font-style:		italic;
	}
	.toupper{		text-transform: uppercase;
	}
	.justify{		text-align:		justify;
	}

/*	LIENS																							*/

/* liste artiste */
	a.liste_artiste{
					display:				block;
					margin:					0 12px 0 0;
					padding:				4px 8px 4px 8px;
					font-family:			Arial, Helvetica, sans-serif;
					text-decoration:		none;
					border-bottom:			1px #c8c6bd solid;
					background-position:	center right;
					background-repeat:		no-repeat;
	}
	a.liste_artiste:link, a.liste_artiste:active{
					color:					#666460;
					background-image:		url(../medias/artistes/bt_fleche_up.gif);
					
	}
	a.liste_artiste:visited{			
					color:					#A69C80;
					background-image:		url(../medias/artistes/bt_fleche_up.gif);
					background-color:		#f4f0e5;
	}
	a.liste_artiste:hover{			
					color:					#f5f0e4;
					background-color:		#557952;
					background-image:		url(../medias/artistes/bt_fleche_rl.gif);
	}
	a.bt_information{
					display:				block;
					background-image: 		url(../medias/artistes/bt_flechedown_up.gif);
					background-position:	center right;
					background-repeat:		no-repeat;
	}
	
/*	AUTRES																							*/

	.clear{			clear:			both;
	}
	.filet{			background-image:	url(../medias/interface/pat_filet_double.gif);
					background-repeat:	repeat-x;
					height:				3px;
					margin:				0 3px 0 3px;
	}
	.liste_artiste_select{
					display:				block;
					margin:					0 12px 0 0;
					padding:				4px 8px 4px 8px;
					font-family:			Arial, Helvetica, sans-serif;
					text-decoration:		none;
					border-bottom:			1px #c8c6bd solid;
					color:					#f5f0e4;
					background-color:		#557952;
					background-image:		url(../medias/artistes/bt_fleche_rl.gif);
					background-position:	center right;
					background-repeat:		no-repeat;
					cursor:					default;
	}
	a.beige{		color:			#77705c;
	}
	a.blanc{		color:			#FFFFFF;
	}
	.rollOverImg{
					cursor:			pointer;
	}
	