.padding10 {
	padding: 10px;
}
.important {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.gras {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;

}
.gras2 {

	font-size: 16px;
	font-weight: bold;
	color: #339966;
}
.mouflon {
	background-attachment: fixed;
	background-image: url(images/mouflon2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	font-weight: bold;
	color: #0099FF;
	font-size: 12px;
}
a:link {
	font-size: 9px;
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	font-size: 9px;
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	font-size: 9px;
	color: #0099FF;
}
a:active {
	font-size: 9px;
	color: #0099FF;
	text-decoration: none;
}
a.pdf:link {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
a.pdf:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
a.pdf:hover {
	font-size: 12px;
	color: #0099FF;
}
a.pdf:active {
	font-size: 12px;
	color: #0099FF;
	text-decoration: underline;
}
td.bord {
	border: #666666 solid 1px;
}
input,select,textarea {
	border:#6699FF solid 1px;
	color: #425ABA;
	font-size:11px;
	font-weight:bold;
	margin-top: 2px;
}
input.bouton {
	background-color:#000066;
	color:#FFFFFF;
	padding:3px;
}