/*CSS Document
GLOBAL RULES*/
BODY
{
	font-family: Corbel, Verdana, Tahoma, Arial;
	font-size: 13px;
	margin: 0px;
	height: 100%;
}
HTML
{
	height: 100%;
}
IMG
{
	border: none;
}
A:link
{
	text-decoration: none;
	color: #1E5C13;
}
A:visited
{
	text-decoration: none;
	color: #1E5C13;
}
A:hover
{
	color: #3CA52A;
	text-decoration: underline;
}
/*MAIN STUFF*/
.header-top
{
	background: url(images/circle_big.png);
	width: 100%;
	height: 103px;
}
.header-box
{
	background: #97CA8F url(images/bg3.png) no-repeat center;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 196px;
	margin: 121px 0px 0px;
}
.header-logo
{
	background: url(images/logo_smaller_2.png) no-repeat;
	width: 340px;
	height: 217px;
	position: relative;
	margin: -115px 0px 0px;
	float: right;
}
.header-menu
{
	margin: -109px 0 0px 6px;
	font-size: 18px;
	width: 946px;
	border-bottom: 2px solid #000000;
	height: 21px;
}
.header-menu-index-empty
{
	margin: -40px 0 0 6px;
	font-size: 18px;
	width: 946px;
	height: 21px;
}
.header-menu A:link
{
	text-decoration: none;
	color: #000000;
}
.header-menu A:visited
{
	text-decoration: none;
	color: #000000;
}
.header-menu A:hover
{
	color: #3CA52A;
	text-decoration: overline;
	/*[disabled]font-weight:bold;*/
}
.menu
{
	float: left;
	margin: 0px 20px 0px 0px;
	height: 19px;
}
#menu1
{
	font-weight: normal;
	border-bottom: 3px none #6CB461;
}
.header-title
{
	font-size: 32px;
	font-weight: normal;
	margin: 43px 0 18px 3px;
	position: relative;
	z-index: 10;
}
.header-deco
{
	background: url(images/deco.png);
	width: 548px;
	height: 42px;
	margin: 87px 0px 0px -16px;
}
.content-top
{
	position: relative;
	z-index: 10;
	width: 724px;
	height: 10px;
	background: url(images/content_box_top.png) no-repeat;
}
.content-bottom
{
	position: relative;
	z-index: 10;
	width: 724px;
	height: 13px;
	background: url(images/content_box_bottom.png) no-repeat;
}
.content-box
{
	position: relative;
	z-index: 10;
	width: 724px;
	background: url(images/content_box_center.png) repeat-y;
	padding: 0 0px 0px 0;
}
.content
{
	padding: 11px 27px;
	font-size: 14px;
}
.content P
{
	padding: 0px 0px 0px 21px;
}
.footer-content
{
	width: 724px;
	margin: 0px 0px 30px;
}
.footer-text
{
	margin: 0;
	font-size: 12px;
	color: #2B2B2B;
}
/*SECTIONS RULES*/
.img_processus
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.index-fr
{
	margin: 15px 0px;
	font-size: 24px;
	text-align: center;
	border-right: 1px dotted #469644;
	padding: 0px 10px 0 0px;
}
.index-en
{
	font-size: 24px;
	text-align: center;
	padding: 0px 0px 0px 10px;
}
.index-text
{
	font-size: 14px;
}
.index-no-color-link
{
	color: #000000;
}
