body {
	background-image:url(../Images/Fond.png);
	background-repeat:repeat-x;
	background-attachment: fixed;
}

a:link {
	color: #6600CC;
	text-decoration: none;
}

a {
	font-weight: bold;
}

a:visited {
	color: #6600CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#Tableau {
	background-image:url(../Images/Fond_Tableau.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
	text-align: center;
} 

#Menu {
	background-image:url(../Images/Menu.png);background-repeat:repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Comic Sans MS";
	font-size: 14px;
} 

.Menu_Liens {
	color: #69C3FB;
}

.Bas_de_Page_Liens {
	color: #69C3FB;
} 