/* CSS Document */
.Style3 {
	color: #5AA51D;
	font-family: Arial, Helvetica, sans-serif;
}
.Style4 {
	color: #F08800;
	font-family: Arial, Helvetica, sans-serif;
}
.Style5 {color: #666666}

h1 {
	font-size:1.5em;
	text-transform: uppercase;
}
.titrevert {
	color: #5AA51D;
	font-size:1.5em;
	text-transform: uppercase;
	border-bottom: 1px dotted #5AA51D;
	margin-right:10px;
}
.titreorange {
	color: #F08800;
	font-size:1.5em;
	text-transform: uppercase;
	border-bottom: 1px dotted #F08800;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1.1em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	}
h6 {
	font-size:1em;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	}
p {
	margin: 0;
	line-height:1.2em;
}
a {
	text-decoration:none;
}
#pied{
	text-align:center;
}
#pied a{
	font-size:0.8em;
	text-decoration:none;
	color:#777;
}
#pied a:hover{
	color:#000;
}