/* CSS Document */
#texte,#head {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
	color: #6d6b6b;
}
#texte h1,#texte h2,#texte h3,#texte h4,#texte h5,#texte h6 {
	font-size: 130%;
	text-align: left;
	font-weight: bold;
	color: #97c62b;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 8px;
}
p,ul {
	font-size: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 8px;
}
ul,li {
	list-style: url(../images/puce.png) none;
}
p.centre {
	text-align: center;
}

p.hdclic {
	font: 0.6em "Trebuchet MS", sans-serif, Arial;
	margin: 0px;
	text-align: center;
}
p.hdclic a {
	color: #9FD74D;
	text-decoration: none;
}
p.hdclic a:hover {
	color: #CBFF15;
	text-decoration: underline;
}
span.orange,a {
	color: #ffae00;
}
span.vert, a:hover {
	color: #97c62b;
}
span.gris {
	color: #808080;
}
span.gras {
	font-weight: bold;
}
span.noir {
	color: #4F4F4F;
}
#head h1 {
	text-align: left;
	font-size: 140%;
	color: #97c62b;
	margin: 0px;
}
form p {
	text-align: right;
	margin-top: 0px;
	margin-right: 100px;
}
#foot {
	color: #749821;
	font: bold 0.6em "Trebuchet MS", sans-serif, Arial;
	text-align: center;
}