/* CSS test */
html, body
	{
	
	background-color:#8D2D03
	}
#blocbas2
	{
	position:absolute;
	top:1500px;
	}
.field
  {
    margin:0 0 10px 0; 
	padding:5px;
	border:#333333 groove 2px;
  }
.field a
  {
     color:#FFFFFF;
	 font-weight:bold;
	 text-decoration:none;
  }
.field a:hover
  {
	 text-decoration:underline;
  }
.leg_txt
  {
    font-size:16px; 
	color:#FFFFFF; 
	font-weight:bold;
  }
.img
  {
    margin:0 5px 5px 0; 
	float:left; 
	width:120px;
  }
.desc
{
    float:left;
	margin:0;
	padding:0;
	width:370px;
}

.blocbasaccueil
{
    
}


	
	
#menuhaut	{
	width:520px;
	font: bold italic 12px Arial, Helvetica, sans-serif;
	float:left;
	margin:20px 0;
	}
#menuhaut ul	{
	width:520px;
	margin:0;
	padding:0;	
	}
#menuhaut li {
	width:167px;
	height:32px;
	background:url(../images/buttonnormal.png);
	line-height:32px;
	list-style:none;
	float:left;
	margin:0 6px 0 0;

	}
#menuhaut a	{
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	display:block;
	height:32px;
	}
#menuhaut a:hover	{
	color:#FFFF00;
	text-decoration:none;
	background:url(../images/buttonsurvol.png) no-repeat;
	text-align:center;
	height:32px;
	display:block;
	}
