/*
//------------------------------------------------------------------
// 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/photos/accueil.jpg) top right no-repeat;
	padding-bottom:20px;
}

#content table {
	width:100%;
}
#content table td{
	vertical-align:top;
	width:33%;
	padding-right:30px;
}
#content table img{
	border:solid 1px #FB9411;
}
#content .actualite{
	clear:both;
	margin-bottom:25px;
}
#content .actualite img{
	border:solid 1px #FB9411;
	margin-right:5px;
	float:left;
	margin-bottom:5px;
}

#content .actualite span.titre{
	color:#FB9411;
	text-decoration:none;
	font-weight:bold;
}

#content p.actu{
	padding:2px;
	background:#696F90;
	clear:both;
	margin-bottom:20px;
	padding-right:10px;
	text-align:right;
	font-weight:bold;
}

#content p.actu a{
	color:white;
}

#content table p.center {
	margin-bottom:15px;
	font-size:14px;
}
#content table p.center a{
	color:#FB9411;
	text-transform:uppercase;
}

#content table p.center img{
	border:solid 1px white;
}
