#page .conteneur_texte {
	margin-top:225px;	
}

#page .conteneur_texte:before {
	background: url('../images/fond_accueil.jpg') fixed;
}


/* --------------------------------------------------------------- */
/*
/* Liste des vins
/*
/* --------------------------------------------------------------- */
#conteneur_texte {
	position: relative; top: 0; left: 0;	
}

.box_vin {
	position: relative; top: 0; left: 0;	
}

@media screen and (max-width: 800px) {
	.triangle:before {
		display: none;
	}
	#page .conteneur_texte{
		margin-top: 70px;
	}
}
@media screen and (max-width: 320px) {
	#page .bouton {
		padding:0 15px;
	}
}