/* CSS Document */

body {
	font-family: Arial, Helvetica, sans serif;
	line-height: 15px;
	font-size: 10px;
	color: #594b41;
	background-color: #f7f7f7;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #ff6c00;
}
a:visited {
	color: #bd5101;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: white;
	background: #fe8500;
}
.h1vert {
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: #9dc524;
	letter-spacing: 1px;
	word-spacing: 3px;
}
.h1orange {
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: #fe8500;
	letter-spacing: 1px;
	word-spacing: 3px;
}
.h1bleu {
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: #0099c7;
	letter-spacing: 1px;
	word-spacing: 3px;
}
.h2vert {
	font-size: 12px;
	font-weight: bold;
	color: #84a815;
}
.h2orange {
	font-size: 12px;
	font-weight: bold;
	color: #fe8500;
}
.h2orangefond {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background: #fe8500;
}
.h2bleu {
	font-size: 12px;
	font-weight: bold;
	color: #0099c7;
}
.h2bleufond {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background: #0099c7;
}
.h3vert {
	font-size: 11px;
	font-weight: bold;
	color: #84a815;
}
.h3vertfond {
	font-size: 11px;
	font-weight: bold;
	color: white;
	background: #9dc524;
}
.h3orange {
	font-size: 11px;
	font-weight: bold;
	color: #ff6c00;
}
.h3bleu {
	font-size: 11px;
	font-weight: bold;
	color: #0071B5;
}
.h4vert {
	font-size: 10px;
	font-weight: bold;
	color: #84a815;
}
.h4orange {
	font-size: 10px;
	font-weight: bold;
	color: #ff6c00;
}
.h4orangefond {
	font-size: 10px;
	font-weight: bold;
	color: white;
	background: #fe8500;
}
.h4bleu {
	font-size: 10px;
	font-weight: bold;
	color: #0071B5;
}
.h4bleufond {
	font-size: 10px;
	font-weight: bold;
	color: white;
	background: #0099c7;
}
.font11px {
	font-size: 11px;
	color: #594b41;
	letter-spacing: 1px;
}
.gras12px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000 }
