/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: "Tahoma", Helvetica, Verdana, Sans-Serif;
}
h1 {
color:#fff; 
font-weight: bold;
font-size: 14px;
text-align: center;
margin-left: 0px;
}
h2 {
color:#fff;
font-weight: normal;
font-size: 12px;
text-align: center;
text-indent: 0px;
padding: 0;
}
h3 {
color:#fd24f9; 
font-weight: bold;
font-size: 12px;
text-align: left;
text-indent: 10px;
}
.pieds {
color:#fff; 
background-color: #565656;
font-weight: normal;
font-size: 10px;
text-align: center;
}
.texte {
color:#222222;
font-weight: normal;
font-size: 12px;
text-align: justify;
text-indent: 10px;
}
.titregris {
color:#565656;
font-weight: bold;
font-size: 18px;
text-align: center;
text-indent: 10px;
margin-left: 10px;
}
.titrebleu {
color:#333366;
font-weight: bold;
font-size: 15px;
text-align: left;
text-indent: 10px;
padding: 0;
}
a {
color:#565656;
text-decoration:underline;
}
a:hover {
color:#222222;
text-decoration:none;
}
