/*
//------------------------------------------------------------------
// 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/photo2.jpg) top right no-repeat;
}

#content p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
	font-family:Arial;
}

#content p:first-letter{
	color: #fb9411;
	font-size:14px;
	font-weight:bold;
}


#content img{
	border:solid 1px #FB9411;
}

#content img.left{
	float:left;
	margin-right:10px;
	margin-top:10px;
}


#content .center{
	text-align:center;
}

#content .center img{
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
}

#content .logo{
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}