#menu-top		{
					margin: 0 0 0 39px;					
					width:900px; 
					height:30px;
					background:url(../images/menu/hover.jpg); 
				}
#buttons a		{ 
					display:block; 
					background:url(../images/menu/a.jpg); 
					float:left; 
					width:149px; 
					height:30px;
					line-height: 27px;
					text-decoration:none; 
					color:#ffffff;
					text-align:center;
				}

#buttons a:hover	{ 
					background:url(../images/menu/hover.jpg); 
					color:#000000;
				}

/* Bord gauche */				
#buttonsB a		{ 
					display:block; 
					background:url(../images/menu/a.jpg); 
					float:left; 
					width:149px; 
					height:30px;
					line-height: 27px;
					text-decoration:none; 
					color:#fff;
					text-align:center;
				}

#buttonsB a:hover{ 
					background:url(../images/menu/hover.jpg); 
					color:#F972FC;
				}
/* Bord gauche */

/* Bord Droit */				
#buttonsB1 a		{ 
					display:block; 
					background:url(../images/menu/a.jpg);
					float:left; 
					width:149px; 
					height:30px;
					line-height: 27px;
					text-decoration:none; 
					color:#fff;
					text-align:center;
				}

#buttonsB1 a:hover{ 
					background:url(../images/menu/hover.jpg); 
					color:#F972FC;
				}
/* Bord Droit */
.currentMenu	{ 
					display:block; 
					background:url(../images/menu/hover.jpg);
					/*border-left:1px solid #111;*/
					float:left; 
					width:149px; 
					height:30px;
					line-height: 27px;
					text-decoration:none; 
					color:#000000;
					font-weight:bold;
					text-align:center;
				}
