/*
//------------------------------------------------------------------
// 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 div#actualites{
	
}
#content div#actualites h2{
	
}
#content div#actualites ul.liste-actualites{
	list-style-type:none;
}
#content div#actualites ul.liste-actualites li{
	border-bottom:1px solid #754c28;
	padding:10px 0;
	position:relative;
	height:115px;
}
#content div#actualites ul.liste-actualites li p.photo{
	
}
#content div#actualites ul.liste-actualites li p.photo a{
	
}
#content div#actualites ul.liste-actualites li p.photo a img{
	border:2px solid #754c28;
}
#content div#actualites ul.liste-actualites li div#informations {
	position:absolute;
	top:15px;
	left:125px;
	width:450px;
	color:#754c28;
}
#content div#actualites ul.liste-actualites li div#informations  h3{
	background:url(images/menu_ie.gif) no-repeat;
	padding:0 0 0 20px;
	text-transform : uppercase;
	margin:0 0 5px 0;
}
#content div#actualites ul.liste-actualites  > li div#informations h3{
	background:url(images/menu.png) no-repeat;
} 
#content div#actualites ul.liste-actualites li div#informations  h3 a{
	color:#d6b427;
}
#content div#actualites ul.liste-actualites li div#informations  h3 a:hover{
	
}
#content div#actualites ul.liste-actualites li div#informations  p.resume{
	
}
#content div#actualites ul.liste-actualites li p.suite{
	position:absolute;
	top:60px;
	right:0;
	
}
#content div#actualites ul.liste-actualites li p.suite a{
	display:block;
	background:url(images/chevaux_suite.jpg) no-repeat;
	color:#754c28;
	font-weight:bold;
	font-size:1.2em;
	line-height:45px;
	text-align:center;
	width:149px;
}
#content div#actualites ul.liste-actualites li p.suite a:hover{
	text-decoration : underline;
}