@charset "utf-8";
/* CSS Document */
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline
}
#content img {
	margin: 5px;
}
#content {
	line-height: 1.5em;
}
#submenu {
	text-align: right;
	font-weight: bold;
}
#submenu a {
	color: #98c253;
	text-decoration: none;
}
#submenu a:hover,
#submenu .actif {
	color: #e42a2a;
}
#submenu2{
	text-align: left;
	font-weight: bold;
}
#submenu2 a {
	color: #98c253;
	text-decoration: none;
}
#submenu2 a:hover,
#submenu2 .actif {
	color: #e42a2a;
}
.indent {
	padding-left: 25px;
}
.center {
	text-align: center;
}
.link a{
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.italic{
	font-style: italic;
}
h1{
	font-weight: bold;
	font-size: 150%;
	margin: 0;
	padding: 5px 0;
	color: #e42a2a;
}
h1 a {
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	color: #e42a2a;
}
h1 a:hover {
	text-decoration: underline;
}
h2{
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding: 5px 0;
}
h2 a {
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	color: #000;
}
h2 a:hover {
	text-decoration: underline;
}
h3{
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding: 5px 0;
	color: #e42a2a;
}
h3 a {
	font-weight: bold;
	margin: 0;
	padding: 5px 0;
	color: #e42a2a;
}
h3 a:hover {
	text-decoration: underline;
}
.smallcaps {
	font-variant: small-caps;
}
.links {
	border: 0;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.tabel{
	border: 0;
	text-align: center;
}
.tabel a {
	color: #000;
	text-decoration: none;
}
.tabel a:hover {
	text-decoration: underline;
}
