@charset "iso-8859-2";
/* CSS Document */

/*------------------MENU------------------*/	
#menu div {
	 width:145px;
	 height:32px;
	 }
#menu a {
	display:block;
	 width:145px;
	 height:32px;
	 }	
#menu a:hover {
	text-decoration:none;
	 }	 
#accueil {		
	background: url(../img/menu/accueil.png) no-repeat 0 0 ;
	width:145px;
	float:left;
	}
#accueil a:hover {
	background: url(../img/menu/accueil.png) no-repeat 0 -32px ;
	}
#simulateur {	
	background: url(../img/menu/simu_anim.gif) no-repeat 0 0 ;
	width:145px;
	float:left;
	}
#simulateur a:hover {
	background: url(../img/menu/simulateur.png) no-repeat 0 -32px ;
	}	
#contexte {	
	background: url(../img/menu/contexte.png) no-repeat 0 0 ;
	width:145px;
	float:left;
	}
#contexte a:hover {
	background: url(../img/menu/contexte.png) no-repeat 0 -32px ;
	}
#outils {	
	background: url(../img/menu/outils_a.png) no-repeat 0 0 ;
	width:145px;
	float:left;	
	}
#outils a:hover {
	background: url(../img/menu/outils_a.png) no-repeat 0 -32px ;
	}
#contact {	
	background: url(../img/menu/contact.png) no-repeat 0 0 ;
	width:145px;
	float:left;	
	}
#contact a:hover {
	background: url(../img/menu/contact.png) no-repeat 0 -32px ;
	}
#centre {
	background-image:url(../img/fonda3.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#FFFFFF;	
	}
