/*
//------------------------------------------------------------------
// 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         : 
//------------------------------------------------------------------
*/
#content{
	background:url(images/visuels/telechargements.jpg) top center no-repeat;	
}



#content  ul li{
	list-style-type:none;
	margin-bottom:20px;
	float:left;
	width:50%;
	text-align:center;
}


#content img{
	border:solid 1px #9c0303;
	margin-bottom:5px;
}

#content h3{
	font-size:13px;
	color:#eab625;
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;
}

#content h4 {
	font-size:11px;
}
#content h4 img{
	border:none;
	vertical-align:middle;

}

#content .lien{
	font-weight:normal;
	color:#c99036;
	font-size:10px;
}

#content .listerub{
	text-align:center;
	margin-bottom:50px;
}


#content .listerub  a{
	font-size:13px;
	color:#eab625;
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;
	text-decoration:none;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
}

