/* Global mise en mŽmoire*/
@import "./accueil.css";
@import "./carte.css";
@import "./menu.css";
@import "./recettes.css";
@import "./cours.css";
@import "./base.css";


body,html{
	margin: 0px;
	padding: 0px;
	background-color: maroon;
	background-position-x: 50%;
	background-position-y: 0px;
	background-repeat: no-repeat;
	text-align: center;
}

#fl{
	width: 1024px;
	height: 700px;
	position: relative;
	margin-left: auto; 
  	margin-right: auto; 
}

#skip{
	color: white;
	font: normal 24px "Handwriting - Dakota";
}

:link { 
color: white;
text-decoration: none;
}
:visited { 
color: white;
text-decoration: none;
}
