@charset "iso-8859-2";
/* CSS Document */

/*------------------MENU------------------*/	
#menu div {
	 width:150px;
	 height:20px;
	 background:url(../img/bouton.png);
	 text-align:center;
	 color: #0033CC;
	 border: 1px solid #000000;
	 border-top:0;
	 }
#menu a {
	display:block;
	 width:150px;
	 height:20px;
	 color: #0033CC;
	 font-weight:normal;
	 }	
#menu a:hover {
	text-decoration:none;
	color: #FFFFFF;
	 }	 
#services {
	margin-left:0;	
	margin-right:1px;	
	background: url(../img/menu/accueil_a.png) no-repeat 0 0 ;
	width:155px;
	float:left;
	}
#services a:hover {
	background-color:#003399;
	}
#conventions {
	margin-left:1px;
	margin-right:1px;	
	background: url(../img/menu/simu_anim.gif) no-repeat 0 0 ;
	width:154px;
	float:left;
	}
#conventions a:hover {
	background-color:#003399;
	}	
#notes {
	width:165px;
	margin-left:1px;
	margin-right:1px;	
	background: url(../img/menu/contexte.png) no-repeat 0 0 ;
	width:156px;
	float:left;
	}
#notes a:hover {
	width:165x;
	background-color:#003399;
	}
#notes a {
	width:165px;
	}
#liens {
	margin-left:1px;
	margin-right:1px;	
	background: url(../img/menu/outils.png) no-repeat 0 0 ;
	width:154px;
	float:left;	
	}
#liens a:hover {
	background-color:#003399;
	}
#contact {	
	width:135px;
	float:left;
	margin-right:0;
	margin-left:1px;
	}
#contact a:hover {
	width:135px;
	background-color:#003399;
	}
#contact a{
	width:135px;
	}
#centre {
	background-image:url(../img/fonda1.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#FFFFFF;	
	}


