/*CSS Document */

body{
	background-color:#000;
	font-family: "HelveticaNeue Bold", Helvetica, Arial, serif;
}


p{
	font-size:8pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	margin-top:0;
	margin-bottom:2px;
}
		a{
			margin:0;
			padding:0;
		}
		

.conteneur{
	width:629px;
	height:820px;
	margin:0 auto 0 auto;
	background-image:url(../images/MC_Records_home820_629_100.png);
	background-repeat:no-repeat;
}


/************************ MENU ****************************/

.menu{
	padding-left:412px;
	padding-top:32px;
	width:170px;
	height:280px;
}

	.leLabel{
		width:68px;
		height:68px;
		background-image:url(../images/lelabel_out.gif);
		background-repeat:no-repeat;
		margin-left:80px;
		display: block;
	}
			.leLabel:hover{
				background-image:url(../images/lelabel_in.gif);
			}
			
	.artistes{
		position:absolute;
		width:68px;
		height:68px;
		background-image:url(../images/artistes_out.gif);
		background-repeat:no-repeat;
		margin-left:7px;
		margin-top:-42px;
		}
			.artistes:hover{
				background-image:url(../images/artistes_in.gif);
			}
			
	.news_btn{
		position:absolute;
		width:68px;
		height:68px;
		background-image:url(../images/news_out.gif);
		background-repeat:no-repeat;
		margin-left:58px;
		margin-top:12px;
	}	
			.news_btn:hover{
				background-image:url(../images/news_in.gif);
			}
	
	.editions{
		position:absolute;
		width:68px;
		height:68px;
		background-image:url(../images/editions_out.gif);
		background-repeat:no-repeat;
		margin-top:58px;
	}	
			.editions:hover{
				background-image:url(../images/editions_in.gif);
			}
	
	
	.clips{
		position:absolute;
		width:68px;
		height:68px;
		background-image:url(../images/btn_in.gif);
		background-repeat:no-repeat;
		margin-left:102px;
		margin-top:71px;
	}	
			.clips:hover{
				background-image:url(../images/btn_OVER.gif);
			}
	
	
	.newsletter{
		position:absolute;
		width:68px;
		height:68px;
		background-image:url(../images/newsletter_out.gif);
		background-repeat:no-repeat;
		margin-left:43px;
		margin-top:125px;
	}
			.newsletter:hover{
				background-image:url(../images/newsletter_in.gif);
			}
			
			
/************************ MENU FIN *************************/

/************************* AFFICHE *************************/

#affiche{
	float:left;
	width:207px;
	height:236px;
	padding:0 0 0 38px;
	margin-top:-10px;
}

		.affiche1{
			width:102px;
			height:82px;
		}
		#titre_affiche1{
			text-transform:uppercase;
			font-size:inherit;
			font-size:12px;
			font-family:"Arial Black", Helvetica, sans-serif;
			font-weight:normal;
			color:#a80006;
			margin-top:3px;
			margin-bottom:-3px;
		}
		#par_affiche1{
			margin-top:0;
			width:180px;
			float:left;
			margin-bottom:10px;
			text-decoration:none;
		}
		.affiche2{
			float:left;
			width:102px;
			height:82px;
			margin-bottom:10px;
			margin-right:8px;
		}
		#titre_affiche2{
			text-transform:uppercase;
			font-size:inherit;
			font-size:12px;
			font-family:"Arial Black", Helvetica, sans-serif;
			font-weight:normal;
			color:#a80006;
			margin-bottom:-3px;
			clear:both;
		}
		#par_affiche2{
			margin-bottom:inherit;
			margin-bottom:0;
			text-decoration:none;
			color:white;
			font-size:12px;
		}
/********************** AFFICHE FIN ************************/

/************************** NEWS ***************************/

#news{
	width:342px;
	height:310px;
	padding:0 0 0 10px;
	float:left;
}

.new_bloc{
	width:66px;
	height:49px;
		
}

#img_news{
	float:left;
	padding-left:5px;
}

	#new_bloc1{
		padding:70px 10px 0 35px;
		float:left;
	}
	#new_bloc2{
		width:76px;
		padding:70px 0 0 15px;
		float:left;
	}
	#new_bloc3{
		width:76px;
		padding:15px 1px 0 43px;
		float:left;
	}
		
		.new_bloc p img{
			float:right;
		}

#date_news{
	color:#a80006;
}


/************************ NEWS FIN *************************/

#ecouter{
	width:173px;
	height:186px;
	/*border:#99CC99 solid 2px;*/
	float:left;
	padding:0 0 0 45px;
}

/************************ ARTISTES *************************/

#artistes{
	clear:both;
	padding:25px 0 0 36px;
	width:546px;
	height:150px;
}

		#artistes div{
			width:95px;
			height:145px;
			float:left;
			
		}
		.capitalize{
			text-transform:uppercase;
			font-weight:bold;
			margin-top:2px;
			margin-bottom:0;
		}
			#artistes div p{
				width:95px;
				text-decoration:none;
			}
			
			#artiste1{
				margin-right:17px;
			}
			
			#artiste2{
				margin-right:17px;
			}
			
			#artiste3{
				margin-right:17px;
			}
			
			#artiste4{
				margin-right:17px;
			}
			
			.fleche {
			margin-top:4px;
			margin-right:2px;
			border:0;
			float:left;
			}
			
			.liens_categorie{
			text-decoration:none;
			color: #ffb500;
			font-size: 11px;
			font-weight: bold;
			padding-top: 3px;
			}
		
/********************** ARTISTES FIN ************************/