/*
 * Introduction ***********************************************************************************
 */
div#content h1
{
	color				: #726002;
}


/*
 * Contenu ****************************************************************************************
 */
div#detail
{
	margin-left			: auto;
	margin-right		: auto;
	
	padding				: 1.1em;
	
	width				: 700px;
	height				: 400px;
	
	color				: #0069B9;
}


div#detail p
{
	margin-top			: 5px;
	margin-bottom		: 5px;
	
	line-height			: 1.2em;
}


div#detail p strong
{
	text-decoration		: underline;
	
	font-weight			: 400;
}


div#detail h5
{
	text-decoration		: underline;
	
	font-size			: 0.9em;
}

div#detail ul
{
	margin-left			: 30px;
	
	width				: 530px;
	
	line-height			: 1.5em;
}


div#detail li
{
	padding-bottom		: 5px;
	
	list-style			: url(../../zims/puce.png) outside;
}