@CHARSET "ISO-8859-1";

/*
** A
*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0000FF;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0000FF;
	text-decoration: underline;
}

a.link:link {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

a.link:visited {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

a.link:hover {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

a.link:active {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

a.link2:link {
	font-size: 15px;
	color: gray;
	font-weight: normal;
	text-decoration: none;
}

a.link2:visited {
	font-size: 15px;
	color: gray;
	font-weight: normal;
	text-decoration: none;
}

a.link2:active {
	font-size: 15px;
	color: gray;
	font-weight: normal;
	text-decoration: none;
}

a.link2:hover {
	font-size: 15px;
	color: gray;
	font-weight: normal;
	text-decoration: underline;
}

a.link3:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #80B570;
	font-weight: bold;
	text-decoration: none;
}

a.link3:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #80B570;
	font-weight: bold;
	text-decoration: none;
}

a.link3:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #80B570;
	font-weight: bold;
	text-decoration: none;
}

a.link3:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #80B570;
	font-weight: bold;
	text-decoration: underline;
}

/*
** DIV
*/
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

div.menu {
	background-color: #FFFFFF;
	text-align: center;
}

div.menu2 {
	width: 196px;
	float: left;
	margin-right: 4px;
	background-color: #80B570;
}

div.menu3 {
	width: 200px;
	float: left;
	background-color: #80B570;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
}

div#content {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	height: 700px;
}

div.content2 {
	background-color: #F3F8F1;
}

div.footer {
	border-top: #80B570 solid 1px;
	padding-top: 5px;
}

div.left {
	float: left;
	width: 200px;
	background-color: #F3F8F1;
	text-align: justify;
}

div.right {
	float: right;
	width: 200px;
	background-color: #F3F8F1;
	text-align: justify;
}

div.left2 {
	float: left;
	width: 200px;
	background-color: #F3F8F1;
	text-align: justify;
	padding-top: 30px;
	border-right: #80B570 solid 1px;
}

div.right2 {
	float: right;
	width: 200px;
	background-color: #F3F8F1;
	text-align: justify;
	padding-top: 30px;
	border-left: #80B570 solid 1px;
}

div.center2 {
	width: 598px;
	text-align: justify;
	margin-left: 200px;
	padding-top: 30px;
	background-color: #FFFFFF;
}

div.center {
	width: 598px;
	text-align: justify;
	margin-left: 200px;
	padding-top: 30px;
	border-left: #80B570 solid 1px;
	border-right: #80B570 solid 1px;
	background-color: #FFFFFF;
}

div.ref {
	font-size: 15px;
	position: relative;
	text-align: justify;
	padding-bottom: 20px;
	color: #80B570;
	font-weight: bold;
}

div#logo {
	text-align: left;
}

div.clear {
	clear: both;
	padding-bottom: 10px;
	border-bottom: #80B570 solid 1px;		
}

div.clear2 {
	clear: both;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

p.parleft {
	text-align: center;
	font-size: medium;
	line-height: 35px;
	color: #FF5E00;
}

p.parcenter {
	text-align: justify;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
}

p.parcenter2 {
	text-align: justify;
	font-size: 13px;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
}

p.titre {
	text-align: justify;
	font-size: 15px;
	padding-left: 5px;
	color: #03A0C6;
	font-weight: bold;
}

li {
	text-align: justify;
	font-size: 13px;
}

li.space {
	text-align: justify;
	font-size: 13px;
	padding-bottom: 20px;
	padding-right: 5px;
}

li.space2 {
	text-align: justify;
	font-size: 13px;
	padding-bottom: 16px;
	padding-right: 5px;
}

img { border: 0;}

img.img {
	height: 190px;
}

span.bold {
	font-weight: bold;
}