/* --------------- General ---------------*/

html * { 
			margin: 0; 
			padding:0; 
		}

body {
	background-color:#363b42;
	text-align: center;
	font-size: 82.50%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #ccc;
}


/* --------------- Header ---------------*/

#cheader {
	width:100%;
	height: 254px;
	background: url(../images/bg_page.jpg) left bottom repeat-x;
	text-align: center;
}
#header {
	width: 797px;
	height: 254px;
	margin: 0px auto 0px auto;
	background: url(../images/bg_header.jpg) left bottom no-repeat;
	text-align: left;
	overflow: hidden;
}
#header #logo{
	float: left;
	width: 215px;
	height: 250px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logo #langues 
{
	float: left;
	width: 540px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #9ADA00;
	height: 108px;
}
#header #hm{
	float: left;
	width: 540px;
	margin: 0px 0px 0px 40px;
	height: 108px;
}
#header #hm ul{
	list-style-type: none;
}
#header #hm ul li{
	list-style-type: none;
	float: left;
	color: #fff;
}
#header #hm ul li a{
	display: block;
	float: left;
	width: 108px;
	height: 93px;
	padding: 15px 0px 0px 0px;
	background: url(../images/bg_hm.gif) left top no-repeat;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#header #hm ul li a:hover,
#header #hm ul li a:hover.active,
#header #hm ul li a.active{
	height: 30px;
	padding: 78px 0px 0px 0px;
	background: url(../images/bg_hm_active.gif) left top no-repeat;
}

/* --------------- Page ---------------*/

#page {
	width:100%;
	text-align: center;
}
#ccontent {
	width: 797px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}
#cleftmenue {
	clear: left;
	float: left;
	width: 213px;
	background: url(../images/bg_submenue.jpg) left top repeat-x;
}

/* --------------- leftmenue ---------------*/

#leftmenue {
	clear: left;
	float: left;
	width: 173px;
	margin: 30px 0px 0px 20px;
	font-size: 82.50%;
}
#leftmenue h2{
	margin: 0px 0px 5px 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 137.50%;
	font-weight: bold;
	color: #80d900;
	text-transform: uppercase;
}
#leftmenue a{
	color: #ccc;
}
#leftmenue ul{
	margin: 0px 0px 30px 0px;
	list-style-type: none;
}
#leftmenue ul li{
	margin: 6px 0px 6px 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(../images/pointer01.gif) left 3px no-repeat;
}
#leftmenue ul li a{
	text-decoration: none;
}
#leftmenue ul li a:hover.active,
#leftmenue ul li a.active{
	color: #80d900;
}
#leftmenue div.news{
	margin: 0px 0px 30px 0px;
	line-height: 1.5em;
}

/* --------------- content ---------------*/

#content {
	float: left;
	width: 520px;
	margin: 30px 0px 10px 50px;
	line-height: 1.7em;
}
#content h1{
	margin: 0px 0px 1em 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 182.50%;
	font-weight: normal;
	color: #fff;
}
#content h2{
	margin: 0px 0px 1em 0px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 150.00%;
	font-weight: normal;
	color: #fff;
}
#content p{
	margin: 0px 0px 2em 0px;
}
#content a{
	color: #80d900;
}

#content2 {
	float: left;
	width: 790px;
	margin: 30px 0px 10px 0px;
	line-height: 1.7em;
}

/* --------------- footer ---------------*/

#cfooter {
	width:100%;
	height: 50px;
	background-color: #282e34;
	border-top: 1px solid #5f5f5f;
	text-align: center;
}
#footer {
	width: 797px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: hidden;
}
#hpv24 {
	text-align: center;
	margin: 16px 0px 0px 0px;
	font-size: 75.00%;
	color: #999;
}
#hpv24 a {
	color: #999;
}
#hpv24 a:link {
	color: #8BC733;
	text-decoration: none;
}
#hpv24 a:visited {
	text-decoration: none;
	color: #8BC733;
}
#hpv24 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#hpv24 a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* --------------- Style  ---------------*/

.Style1 {color: #9CBD62}

