/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#content{
	background:white url(images/cheval.jpg) bottom left no-repeat;
}


#content .actualites{
	width:250px;
	float:left;
}

#content .actualites h3{
	font-size:13px;
	margin-bottom:2px;
}


#content .actualites h3 a{
	color:black;
	text-decoration:none;
}

#content .actualites h3 a:hover{
	text-decoration:underline;
}

#content .actualites img{
	border:solid 1px black;
	float:left;
	margin-right:4px;
}

#content .actualites .suite a{
	color:#656025;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	border:solid 1px #b3b087;
	background:#cdc996;
	padding:3px;
	display:block;
	width:50px;
	text-align:center;
	margin-left:190px;
	margin-top:4px;
	margin-bottom:50px;
}
#content .presentation{
	margin-left:270px;
	background:url(images/separation.jpg) left bottom no-repeat;
	padding-left:30px;
}

#content .presentation h3{
	font-size:13px;
	margin-bottom:2px;
}


#content .presentation p{
	margin-bottom:20px;
}

#content .presentation ul{
	margin-bottom:20px;
}

#content .presentation ul li{
	list-style-type:none;
	margin-bottom:10px;
}

#content .presentation img{
	float:right;
}

#content .actualites .foot{
	margin-top:160px;
}

#content .actualites .foot a{
	color:#656025;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9px;
	border:solid 1px #b3b087;
	background:#cdc996;
	padding:3px;
	display:block;
	text-align:center;
	width:70px;
	margin-bottom:50px;
}

#content .sponsors img{
	float:none;
	margin-right:10px;
}