
/******************************/
/* HTML Tags Redifinition     */
/******************************/

body {
	margin: 0px;
	padding: 140px 0px 30px 0px;
	background-color : #E7E5CB;
}

img {
	border: 0px;
}

h1 {
	background-color : #FFFFED;
	padding : 0px;
	margin : 0px 0px 0px 0px;
	border : 0px;
	width : 100%;
	height : 15px;
	font-weight : bold;
	font-variant : small-caps;
	font-size : 14px;
	clear: both;
}

h2 {
	font-weight: bold;
	font-size: small;
}

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

a {
	color: #3F4A13;
	text-decoration: underline;
}
a:hover {
	color: #D23034;
	text-decoration: none;
}


/******************************/
/* CHARACTER FORMATTING       */
/******************************/

body, div, td, p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #333333;
}


/******************************/
/* DESIGN DIVs POSITIONS      */
/******************************/

/* top level div's */

div.header {
	background-image: url("../_gfx/fondtop.gif");
	background-repeat: repeat;
	border: 0px;
	padding : 0px;
	margin : 0px;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	height : 140px;
	z-index : 5;
}
@media screen {
	body>div.header {
		position: fixed;
	}
}

div.footer {
	background-color : #E7E5CB;
	border: 0px;
	padding : 0px;
	margin : 0px;
	position : absolute;
	bottom : 0px;
	left : 30px;
	right : 30px;
	height : 30px;
	border: 0px;
}
@media screen {
	body>div.footer {
		position: fixed;
	}
}

div.content {
	z-index:4;
}
/*------- header divs ----------*/

div.headerForest1 {
	background-image: url("../_gfx/foret.gif");
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position : absolute;
	top : 0px; 
	left : 0px;
	height : 112px;
	width : 681px;
}

div.headerForest2 {
	background-image: url("../_gfx/foret2.gif");
	background-repeat: no-repeat;
	border: 0px ;
	padding: 0px;
	margin: 0px;
	position : absolute;
	top : 0px; 
	right : 0px;
	height : 112px;
	width : 110px;
}

div.headerTitle {
	border: 0px ;
	padding: 0px;
	margin: 0px;
	position : absolute;
	top : 112px; 
	left : 0px;
	width : 223px;
	height : 28px;
}

div.headerMenu {
	border: 0px;
	padding: 0px;
	margin: 0px;
	position : absolute;
	top : 112px; 
	left : 310px;
	height : 14px;
	width : 375px;
}

/*------- footer divs ----------*/
div.footerBar {
	background-image: url("../_gfx/bottitre.gif");
	background-repeat: no-repeat;
	background-color : #3F4A13;
	border: 0px;
	padding : 0px;
	margin : 0px;
	position: relative;
	left : 0px;
	right : 0px;
	height : 15px;
}

div.footerImage {
	background-repeat: no-repeat;
	background-position: bottom left;
	border: 0px ;
	padding: 0px;
	margin: 0px;
	position : absolute;
	bottom : 30px; 
	left : 0px;
	z-index:0;
}
div.validation {
	display: none;
}


/*------- content divs ----------*/
div.toplink {
	margin: 0.7em;
	float: right;
}
div.pageBot {
	display : block;
	margin : 30px 20px 20px 20px;
	padding : 0px;
	width : 100%;
	text-align : center;
	font-size : 0.7em;
}

div.news {
	border-bottom: 2px #3F4A13 solid;
	padding: 1em 0.5em 0em 0.5em;
}

li.presseList {
	margin: 5px;
}