#accueil{

	position : absolute;
	top : 0px;
	left : 0px;
	bottom : 0px;
	right : 0px;
	z-index : 10;
	background : url('fond_accueil_little.jpg') no-repeat center;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size:cover;
	background-size:cover;
	color : rgba(230,230,230,1);
	text-align : center;
	cursor : pointer;
    
}

#accueil:hover .fleche{
	opacity : 1;
}

#accueil .right{
	position : absolute;
	right : 0px;
	top : 0px;
	bottom : 0px;
	width : 70%;
}
#accueil .center{
	display : inline-block;
	vertical-align : middle;
	line-height : normal;
	width : 100%;
	margin : 0 auto;
	text-align : center;
}


#accueil .head{
	
}
#accueil .head img{
	width : 40%;
}


#accueil h2{
	font-size : 2.5em;

}

#accueil .fleche{
	width : 100%;
	height : 50px;
	position : absolute;
	bottom : 0px;
	margin : 0 auto;
	opacity : 0;
	transition : opacity 0.3s ease-out;
	line-height : normal;
	padding-bottom : 20px;
}
#accueil .fleche img{
	height : 100%;
}
