/* CSS Document */

body,td,th {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000000;
}
body {
	background-image: url(import_gif/Fond-site-internet-CCG.gif);
	background-repeat: repeat;
	background-attachment: fixed;	 
}
a {
	font-size: 16px;
	color: #FFFF00;
	font-style: normal;
}
a:link {
	text-decoration: none;
	color: #FFFF00;
	font-family: "Comic Sans MS";
	font-style: italic;
}
a:visited {
	text-decoration: none;
	color: #993366;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
	font-style: italic;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
