@charset "utf-8";
/********** Tags HTML ***********/
body{
	margin: 5px 0px;
	background-color: #3b4218;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #264d09;
}

a{
	color: #264d09;
}

a img{
	border: none;
}

input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #264d09;
}

h1{
	margin: 0px 0px 7px;
}

h2{
	background: url(../img/icone-h2.gif) left bottom no-repeat;
	margin: 0px 0px 13px;
	padding: 0px 0px 0px 34px;
	font-size: 20px;
	color: #264d09;
	border-bottom: 1px solid #264d09;
	font-weight: normal;
}

h3{
	font-size: 16px;
	color: #3b4218;
	color: #264d09;
	font-weight: normal;
	margin: 0px 0px 6px;
}

h4{
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 4px;
	border-bottom: 1px solid #264d09;
}

p{
	text-align: justify;
	margin: 0px 0px 1em;
}

/************* Div de structure ************/
#head{
	margin: 0px auto 5px;
	width: 970px;
	height: 216px;
	position: relative;
}

#mainContent{
	margin: 0px auto 5px;
	width: 970px;
	background-color: #e7f2aa;
}

#foot{
	padding: 35px 0px 10px;
}

/************** Div #head ***************/
#head #langues{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 5px;
}

#head #langues li{
	float: left;
	margin-right: 5px;
	display: inline;
}

#head #langues li a img{
	border: 1px solid #264d09;
}

#head #menu{
	position: absolute;
	z-index: 1;
	bottom: 0px;
	right: 24px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#head #menu li{
	float: left;
	display: inline;
	margin-left: 4px;
}

#head #menu li a img{
	display: block;
}

/*************** div #foot *************/
#foot{
	clear: both;
}

#foot p{
	text-align: center;
}

#foot p a{
	text-decoration: none;
	font-size: 11px;
	margin: 0;
}
