/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/
#content div.accueil h2{
	background : url(images/accueil.gif) no-repeat;
	width : 137px;
}
#content div.accueil h2.actu{
	background : url(images/actualites.gif) no-repeat;
	width : 176px;
}
#content div.activites h2{
	background : url(images/activites.gif) no-repeat;
	width : 176px;
}
#content div.actualites h2{
	background : url(images/actualites.gif) no-repeat;
	width : 159px;
}
#content div.chevaux_a_vendre h2{
	background : url(images/chevaux.gif) no-repeat;
	width : 181px;
}
#content div.contact h2{
	background : url(images/contact.gif) no-repeat;
	width : 217px;
}
#content div.plan h2{
	background:url(images/plan.gif) no-repeat;
	width : 136px;
}
#content div.installations h2{
	background : url(images/installations.gif) no-repeat;
	width : 180px;
}
#content div.partenaires h2{
	background : url(images/partenaires.gif) no-repeat;
	width : 146px;
}