@charset "UTF-8";
body {
	margin-top: 10px;
	background-image: url(fond.gif);
}

.Style1 {
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Arial;
	color: #CCCCCC;
}
.Style2 {
	font-size: 16px;
	font-family: "Century Gothic", Verdana, Arial;
	color: #F7A0CF;
	font-weight: bold;
}
.Style4 {
	font-size: 13px;
	font-family: "Century Gothic", Verdana, Arial;
	color: #FF0066;
	font-weight: bold;
}
.Style3 {
	color: #000000;
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Arial;
}

a.lien1 {
    color:#CCCCCC;
	text-decoration: underline;
}       

a.lien1:hover {     
	color:#CCCCCC;     
	text-decoration:underline;    
}

a.lien2 {
    color:#000000;
	text-decoration: underline;
}       

a.lien2:hover {     
	color:#000000;     
	text-decoration:underline;    
}

#footer {
	text-align:center;
	color:#999;
	font-size:12px;
}

#footer a {
	color:#999;
	text-decoration:none;
}

#footer a:hover {
	color:#666;
}
