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


/*
 * Enoncé *****************************************************************************************
 */
div#enonce
{
	margin-top			: 1em;
	
	padding				: 1.1em;
	
	color				: #0069B9;
}


div#enonce h3
{
	text-transform		: uppercase;
	
	font-size			: 1.2em;
}


div#enonce h5
{
	margin-left			: 8px;
	
	text-decoration		: underline;
	
	font-size			: 0.9em;
}


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


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


/*
 * Solution ***************************************************************************************
 */
div#solution
{
	padding				: 1.1em;
	
	width				: 700px;
	height				: 85px;
	
	background			: #D9F2EB;
	
	color				: #0069B9;
	
	line-height			: 1.5em;
}


div#solution a
{
	color				: #0069B9;
	
	text-decoration		: underline;
}