@import url('global.css');
@import url('player.css');

div#global{
	background		: #000 url('../img/bg-body-accueil.jpg') top center no-repeat;	
}

div#content{
	height			: 1000px;	
}

div.renvoi-blog{
	margin			: 30px 0 0 450px;
	color			: #fd2400;
	font-size		: 15px;
}

div.renvoi-blog a{
	color			: #fd2400;
	text-decoration	: none;
}

div.renvoi-blog a:hover{
	text-decoration	: underline;
}