/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style générale du site
//
// Contraintes         : 
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/

#menu a#btnacti{
	background:url(images/MenuActiv.jpg) no-repeat;
	width:97px;
}

#menu a#btninsta{
	background:url(images/MenuInst.jpg) no-repeat;
	width:121px;
}

#menu a#btnchev{
	background:url(images/MenuChev.jpg) no-repeat;
	width:96px;
}

#menu a#btnactu{
	background:url(images/MenuActu.jpg) no-repeat;
	width:114px;
}

#menu a#btncont{
	background:url(images/MenuCont.jpg) no-repeat;
	width:82px;
}


#menu a#btnacti:hover{
	background:url(images/MenuActivOn.jpg) no-repeat;
	width:97px;
}

#menu a#btninsta:hover{
	background:url(images/MenuInstOn.jpg) no-repeat;
	width:121px;
}

#menu a#btnchev:hover{
	background:url(images/MenuChevOn.jpg) no-repeat;
	width:96px;
}

#menu a#btnactu:hover{
	background:url(images/MenuActuOn.jpg) no-repeat;
	width:114px;
}

#menu a#btncont:hover{
	background:url(images/MenuContOn.jpg) no-repeat;
	width:82px;
}

/*------------------------------------------------------------------*/


