/*
//------------------------------------------------------------------
// 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 .options p{
	font-size:12px;
	margin:5px;
}

#content .options p a{
	color:black;
	font-weight:bold;
}

#content .options .autreactu{
	text-align:left;
	margin:5px;
	font-size:12px;
}
#content .options .autreactu a{
	color:black;
	font-weight:bold;
}

#content .options .autreactu img{
	border:solid 1px black;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

/*--------------------------------------------------------------------*/
#content .actualite{
	padding:10px;
	margin-top:10px;
}
#content .actualite img {
	border: solid 1px black;
}	
#content .actualite p{
	color:#686868;
	font-size:11px;
}
#content .actualite p img{
	vertical-align:middle;
}
#content .titre a {
	color:black;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
}
#content .titre a:hover {
	color:#103267;
	text-decoration:underline;
}
#content .miniature{
	border:solid 1px black;
	float:left;
}
#content .descriptionactu{
	margin-left:60px;
}	
/*--------------------------------------------------------------------*/
#content h3{
	font-size:19px;
	color:#103267;
	text-transform:uppercase;
}

#content p.description{
	margin:10px;
}

#content .photos{
	margin:10px;
	margin-top:0px;
	float:right;
}

#content .photos img{
	border:solid 1px black;
}
#content .contenupage .descriptionactu a {
	color: black;
}