/* KEVIN : CSS ETANT VIDE JE L'UTILISE POUR LA PARTIE 
AFFICHAGE DU MENU SPECIFIQUE POUR LA PAGE D'ACCUEIL */

header {
	position: fixed;
	left: 0;
	right: 0;
}

@media (min-width: 768px) {
	
	#index header.homepage{
		left: auto;
		bottom: auto;
		top: 50px;
		background: none;
		text-align: right;
	}

	#index header.homepage #header_logo {
		display: none;
	}

	#index header.homepage .sf-menu > li {
		float: none;
	}

	#index header.homepage .sf-menu > li a {
		color: #f6f0e9;
		line-height: 33px;
		font-size: 22px;
	}
	
}
