body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-image: url(../images/haut.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #ff0099;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #ff0099;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #ff0099;
}

.bloc {
	padding: 30px;
	background-color: #FFFAF6;
	border: thin solid #999999;
}
.bas {
	color: #F400A1;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ff0099;
	border-bottom-color: #ff0099;
	text-decoration: none;
}

a:link {
	color: #ff0099;
	text-decoration: none;
}
a:hover {
	color: #FF3399;
	text-decoration: none;
}
a:visited {
	color: #ff0099;
	text-decoration: none;
}
a:active {
	color: #FF3399;
	text-decoration: none;
}
