*{
	margin: 0;
	padding: 0;
}


body{
	background-color: #030029;
	background-image: none;
}

#main{
	background-image: url( img/intro_fond.jpg );
	background-repeat: no-repeat;
	background-position: top left;	
	width: 900px;
	height: 460px;
	margin: 0 auto;
	margin-top: 100px;
	
	padding-left: 100px;
}


#menu_alt{
	text-align: center;
}

#menu_alt a{
	color: red;
	margin-right: 20px;
	text-decoration: none;
	color: #535aaa;
}

#menu_alt a:hover{
	color: #ffe03a;
}

#bloc_studios_place{
	position: relative;
	top: 35px;
	left: 370px;
	
	width: 235px;
}

#lien_studio{
	background-image: url( img/intro_studio.jpg );
	background-repeat: no-repeat;
	/*
	position: relative;
	top: 35px;
	left: 370px;
	*/
	width: 235px;
	height: 222px;
}

#lien_studio:hover{
	background-image: url( img/intro_studio_roll.jpg );
}


#bloc_label_place{
	position: relative;
	top: -40px;
	left: 526px;
	
	width: 235px;
}

#lien_label{
	background-image: url( img/intro_label.jpg );
	background-repeat: no-repeat;
	/*
	position: relative;
	top: -40px;
	left: 526px;
	*/
	width: 235px;
	height: 192px;
}

#lien_label:hover{
	background-image: url( img/intro_label_roll.jpg );
}
