body{
	background-image:url('../images/fond_global.png');
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:10pt;
}

#fondbody{
	background-image:url('../images/background.png');
	background-repeat:repeat-x;
}

#global{
	min-height:700px;
	height:100%;
	padding-top:10px;
}

/*#footer_page{
	height:129px;
	background-image:url('../images/footer.png');
	background-repeat:repeat-x;

}*/

#header{
	height:200px;
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	width:1000px;
}

#footer{
	height:47px;
	background-image:url('../images/footer_box.png');
	background-repeat:no-repeat;
	width:1000px;
	text-align:center;
	color:white;
}

#mainbox{
	min-height:500px;
	width:1000px;
	background-image:url('../images/fond_main_box.png');
	background-repeat:repeat-y;

}

#menu{
	height:25px;
	padding-top:23px;
	padding-left:18px;
}

#menu a {
	height:20px;
	width:150px;
	background-image:url('../images/menu.png');
	background-repeat:repeat-y;
	display:block;
	float:left;
	margin-left:8px;
	text-align:center;
	text-decoration:none;
	color:#235401;
	padding-top:5px;
	font-weight:bold;
}

.header_mini_box{
	font-weight:bold;
	color:white;
	font-size:11pt;
	height:60px;
	background-image:url('../images/header_mini_box.png');
	background-repeat:no-repeat;
	padding-right:30px;
	text-align:center;
}

.main_mini_box{
	text-align:center;
	min-height:50px;
	background-image:url('../images/fond_mini_box.png');
	background-repeat:repeat-y;
	color:white;
	padding: 0px 10px 0px 10px;
}

.footer_mini_box{
	
	height:20px;
	background-image:url('../images/footer_mini_box.png');
	background-repeat:no-repeat;
}	

.nav
{
	
	height: 24px;
	background-image: url('../images/nav.png');
	margin: 0px 15px 0px 14px;
	font-weight:bold;
	padding:3px;
}

.nav span {
	height:24px;
	margin: 0px 3px 0px 3px;
	float:left;
	
}

.nav span  a{
	padding:6px;	
	float:left;
	margin-top:-2px;
	color:#FFFFFF;
	text-decoration:none;
	height:16px;
}

.nav span  a:hover{
	color:#9f4d14;
	background:#dcc6b6;
}
