/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

#presse {
	margin-top: 30px;
}

#presse ul {
	list-style-type: none;
}

#presse li {
	float: left;
	width: 170px;
	height: 220px;
	text-align: center;
	margin-right: 15px;
}

#presse li h3 {
	text-align: center;
	margin: 0;
	margin-bottom: 5px;
	font: normal 14px Verdana;
	text-transform: uppercase;
}

#presse li h4 {
	color: #3779e2;
	margin-bottom: 5px;
	font: normal 12px Verdana;
}

#presse li img {
	border: solid 1px #258cb8;
}