@charset "UTF-8";
/* CSS Document */
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #000;
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 2em;
}
.h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 2em;
}
.h3 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 1.65em;
}
.h4 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 1.3em;
	text-align: justify;
}
.h5 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-weight: lighter;
	font-size: 1em;
	text-align: justify;
}
.h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 0.9em;
	text-align: justify;
	font-weight: normal;
}
.h7 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 0.7em;
	text-align: justify;
	font-weight: normal;
}
.mgre {
	font-weight: lighter;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
.table100 {
	width: 100%;
	border: 0 0 0;
	margin: 30 30 30 30;
}
.paddingimgleft {
	padding-right: 2em;
	padding-bottom: 0.5em;
}
.paddingimgright {
	padding-bottom: 0.5em;
	padding-left: 2em;
}
.paddingimg {
	padding-right: 1em;
	padding-bottom: 1em;
}
.paddin {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fond {
	background-color: #FFE89B;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.petitecap {
	font-variant: small-caps;
}
