/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
#presentation {
	background: url(images/accueil.gif) top left no-repeat;
}

#presentation:hover {
	background: url(images/accueil.gif) 0px -47px no-repeat;
}

#produits {
	background: url(images/produits.gif) top left no-repeat;
}

#produits:hover {
	background: url(images/produits.gif) 0px -47px no-repeat;
}

#chevaux {
	background: url(images/chevaux.gif) top left no-repeat;
}

#chevaux:hover {
	background: url(images/chevaux.gif) 0 -47px no-repeat;
}

#contact {
	background: url(images/contact.gif) top left no-repeat;
}

#contact:hover {
	background: url(images/contact.gif) 0px -47px no-repeat;
}

#titrepage {
	background: url(images/titreaccueil.gif) 0px 0px no-repeat;
}
/*------------------------------------------------------------------*/
