/*
//------------------------------------------------------------------
// 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 de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/

a#boutonliens{
	background:#BF2E49 url(images/separateur.gif) 0px 8px no-repeat;
}

#content a{
	display:block;
	background: #F0F0F0;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration:none;
}

#content a:hover{
	background: white;
}

#content img{
	vertical-align:middle;
}


