/* CSS Document de l'intro */


html 
{
	background-image: url("./image/fond/fondsite.jpg");
}

body
{
   width: 900px;
   margin: auto; /* Pour centrer notre page */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
}

#centreflash
{
	margin: auto; /* Pour centrer notre page */

}
.lienskip a{
 text-decoration: none;
 color: #FFF;
}
.lienskip a:hover{
 text-decoration: none;
 color: #D95B00;
}