/*
//------------------------------------------------------------------
// 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 ul{
	float:right;
	text-align:right;
	height:24px;
}
#menu ul li{
	float: left;
	list-style-type: none;
}

#menu ul li a#boutaccueil, #menu ul li a#boutinstallations, #menu ul li a#boutchevaux, #menu ul li a#boutcontact,#menu ul li a#boutboutique{
	display: block;
	height: 24px;
}

#menu ul li a#boutaccueil{
	width: 127px;
	background: url(images/mapassion.gif) no-repeat;
}
#menu ul li a#boutinstallations{
	width: 160px;
	background: url(images/mesinstallations.gif) no-repeat;
}
#menu ul li a#boutchevaux{
	width: 125px;
	background: url(images/meschevaux.gif) no-repeat;
}
#menu ul li a#boutcontact{
	width: 126px;
	background: url(images/contactezmoi.gif) no-repeat;
}
#menu .logoBas h2{
	width:100%;
	height:28px;
	background:url(images/logodroite.gif) bottom right no-repeat;
}

#content #cadrenews{
	background:url(images/actualites.gif) top left no-repeat;
}

#menu ul li a#boutboutique{
	width: 157px;
	background: url(images/produits.gif) no-repeat;
}