/* CSS Document */
<style type="text/css">

{}
.fond {
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0099;
	font-weight: bold;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	text-transform: uppercase;
	cursor: hand;
	background-image: url(images/fond.gif);
	background-repeat: repeat-x;
	background-position: center;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color: #CC0099;
}
a:active {
	text-decoration: none;
	color: #CC0099;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: normal;
}


.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: ;
	color: #CC3399;
}
.police {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993399;
	text-align: justify;
}

body {
	background-color: #CC99CC;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

</style>
