@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bg_images/page_fd_body.jpg);
	background-repeat: repeat-x;
	background-color: #626262;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFFFFF
}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-style: italic;
	font-size: large;
	text-align: center;
}
h1 {
	font-size: x-large;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-style: italic;
	font-size: medium;
}
a,a span {
	color:#0066FF;
	font-weight:bold;
}
a span {
	text-align: center;
	background-color:#CCCCCC;
	text-decoration: none;	
	display:block;
	margin:2px;
}
a img {
	border:none;
	background:none;
}
p.lien, p.lien a {
	text-align:center;
	color:#FFFFFF;
}
.index #contenu,#images {
	text-align:center;
}
.copyright {
	font-size: xx-small;
	color: #CCCCCC;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.copyright a {
	color: #CCCCCC;
}

