/* Style à employer pour la page d'accueil */

/* Sélecteur universel */
*
{
	margin:0;
	padding:0;
	border:0;
}

/**************************************************
 * Général
 * ************************************************/

body
{
	background-color: black;
	color:white;
	font-family:"Trebuchet MS";
	margin-top: 6em;
}

a
{
                outline: none;
                color: white;
/*               	text-decoration:underline; */
}

#navigation
{
	text-align: center;	
	position: fixed;
	top: 0;
	width: 100%;
	background: black;
	padding-top: 2em;
	padding-bottom: 2em;
}

#navigation li
{
	list-style: none;
	display: inline;
	font-size : 1.5em;
}

#active
{
	color: gray;
}

.center
{
	text-align:center;
}

.marge_gauche
{
	margin-left: 30%;
}

#image_fond
{
	background-image: url('donnees/fond_voile_grand.jpg');
	background-repeat: no-repeat;
	background-position: center center;
/*La propriété fixed est nécessaire pour que l'image
  ne se déplace pas quand on fait défiler et qu'on puisse
  la placer à l'endroit voulu */
	background-attachment: fixed; 
}
