/*
//------------------------------------------------------------------
// 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 h2{
	display: none;
}
#content h3{
	font-size: 1.68em;
	font-weight: normal;
	margin: 0 0 32px 0;
}
#content h3 strong{
	text-transform:uppercase;
}
#content blockquote{
	margin: 0 12px 32px 0;
	background-image: url(images/presentation/quotes.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 12px 0 0 72px;
	color:#47568F;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: justify;
}
#content p.photo{
	float: right;
	margin: 24px 24px 0 0;
}
#content p.photo img{
	border:1px solid #EBF0F4;
}
#content div.presentation{
	padding: 0 300px 0 0;
}
#content h4{
	font-size: 1.12em;
	margin: 0 24px 12px 0;
}
#content p.preambule{
	margin: 0 24px 0 0;
	text-align: justify;
}
#content div.presentation p{
	margin: 12px 0;
	line-height: 1.36em;
	text-align: justify;
	overflow: hidden;
}
#content div.presentation p em{
	font-style: normal;
	color: #47568F;
}
#content div.presentation p.signature{
	font-size: 1.12em;
	text-align: right;
	font-weight: bold;
}
/*------------------------------------------------------------------*/




