/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#interieur h2 {
	font: bold 14px Arial;
	text-transform: uppercase;
	text-align: center;
}

#interieur table tr td {
	vertical-align: top;
	padding: 5px;
	text-align:center;
}
#interieur table tr td p {
	margin-bottom: 10px;
}
#interieur table tr td ul li{
	margin-left: 20px;
	margin-bottom:10px;
}
#interieur .centre {
	text-align: center;
}
