/* CSS definition file containing site wide stylesheets */

.linkaccueil:link {
	color: rgb(255,255,204);
 	font-weight: bold;
 	text-decoration: none 
}

.linkaccueil:active {
	color: rgb(255,255,204);
 	font-weight: bold;
 	text-decoration: underline
}

.linkaccueil:visited {
	color: rgb(255,255,204);
 	font-weight: bold;
 	text-decoration: none 
}

.linkaccueil:hover {
	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: underline
}