/* Created by Wikiwi.be - Raphael De Naeyer */
/* exPnature */

/* General style */

* { margin:0; padding:0; border:0;}

BODY {
  margin: 0px;
  padding: 0px;
  text-align: left;
  FONT-SIZE: 11px;
  COLOR: #d9d9d9;
  FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
  min-width: 954px;
  background: url(images/bg_all.gif) repeat-y center center;
  background-color: #5b5958;
}
A {
  COLOR: #a5a5a5;
}
A:hover {
  COLOR: #fce255;
}
HR {
  COLOR: #fce255;
}


/* Content style */



div#principal {
	position:relative;
	width:1000px;
	height: 650px;
	text-align: left;
  	background: url(images/expnature-incentive-marche-bghome.gif) no-repeat bottom left;

}
div#expnature_bande_top {
	position:relative;
	width:900px;
	height:  280px;
	margin-left: 50px;
}
div#zoneflash {
	position: relative;  
	width: 900px; 
	height: 280px; 
		border: 1px solid red;
}
div#zonelogo{
	position: relative; 
	float: left; 
	width: 290px; 
	height: 182px; 
}
div#expnature_bande_centre {
	position:relative;
	width:100%;
	height:  200px;
	margin: 0px 0px 0px 0px;
}




IMG#logo_expnature {
	width: 282px;
	height: 157px;
	margin: 25px 0px 0px 55px;
}
div#zone_photo {
	width: 700px;
	height: 280px;
	}



div#txtfr {
	position: relative; 
	float: left; 
	width: 200px; 
	height: 45px; 
	FONT-SIZE: 11px;
	text-align: right;
	margin: 65px 0px 0px 50px;
}
div#txtnl {
	position: relative; 
	float: left; 
	width: 200px; 
	height:45px; 
	FONT-SIZE: 11px;
	text-align: left;
	margin: 65px 0px 0px 20px;
}
div#menu {
	position: relative; 
	float: left; 
	width: 380px; 
	height:35px; 
	text-align: center;
	display: block;
	margin: 23px 0px 0px 55px;
}

UL#menu1list  {
	list-style:none;
	height:35px; 
	margin-left: 65px;  
  }
UL#menu1list li { 
  float:left; 
  width:140px; 
  }
UL#menu1list li a {
  display:block; 
  width:120px; 
  color:#fff; 
  font-size:15px; 
  height: 35px; 
  text-decoration:none; 
  text-align:center; 
  font-weight: bold;
  line-height: 35px;
  margin: 0px;
  padding: 0px;
  cursor:pointer;
  border-bottom: 1px dashed #88ba31;
  background: url(images/menu_bg_home_off.gif) repeat-x ;
}
UL#menu1list li a:hover {
  color:#f7c216; 
  background: url(images/menu_bg_home_on.gif) repeat-x top;
  border-bottom: 1px dashed #f7c216;
  }
  
  
  
  
p#copyright{
	position:relative;
	height: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding-right: 20px;
	color:#8f8f8e;
	font-size: 9px;
	letter-spacing: 1px;
}
	
p#copyright a{
	color:#8f8f8e;
	text-decoration: none;
}
p#copyright a:hover{
	color:#ffffff;
	border:  none;
	background:  none;
}

