/*
//------------------------------------------------------------------
// 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 h2{
	margin-bottom:20px;
}

#content p{
	font-size:11px;
}

#content img{
	border:solid 1px #8CC63F;
	margin-right:4px;
	vertical-align:middle;
}

#content .actualite a{
	color:#8CC63F;
}

#content .actualite{
	margin-left:30px;
	margin-right:30px;
	padding-bottom:5px;
	padding-top:15px;
	background:url(images/border.gif) bottom repeat-x;
	zoom:1;	
	border-bottom:dotted 1px #8CC63F;
}

#content a.suite{
	text-decoration:none;
	font-size:11px;
}	

#content a.suite:hover{
	text-decoration:underline;
}	

#content .titreactu{
	text-transform:uppercase;
	font-weight:bold;
}
/*----------------------------- fiche Actu ---------------------------*/

/*#content .contenu{
	margin:20px;
	margin-right:30px;
	margin-left:30px;
}
#content h3{
	background:url(images/fdh2.gif) repeat-x;
}
#content h3 .titreactu{
	display:block;
	background:url(images/h3.gif) left no-repeat;
	padding-left:10px;
	font-family:Times New Roman;
	font-size:26px;
	color:white;
	text-transform:uppercase;
}

#content .descriptionlongue{
	zoom:1;
	margin-bottom:20px;
}

#content .descriptioncourte{
	zoom:1;
	font-style:italic;
	margin-bottom:20px;
	color:#314A2C;
}
#content a{
	color:#314A2C;
}

#content .retour{
	text-align:right;
	zoom:1;
	margin-top:40px;
}

#content .retour a{
	color:#314A2C;
	font-weight:bold;
	text-decoration:none;
	background:url(images/puce.gif) no-repeat;
	padding-left:10px;
}

#content .retour a:hover{
	text-decoration:underline;
}

#content .photos{
	float:left;
}*/