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

div#rachatcreditsproprios
{
	margin-left			: auto;
	margin-right		: auto;
	
	padding				: 13px;
	
	width				: 700px;
	
	background			: #FCFBE2;
	
	overflow			: hidden;
	
	line-height			: 15px;
	
	font-size			: 1.1em;
}


div#rachatcreditsproprios h4
{
	margin-bottom		: 0.8em;
	
	font-size			: 1em;
	
	color				: #ff0000;
}


/*
 * Exemple ****************************************************************************************
 */
div#rachatproprioexple
{
	margin-left			: auto;
	margin-right		: auto;
	
	padding				: 13px;
	
	width				: 700px;
	
	background			: #FFFF99;
	
	overflow			: hidden;
	
	line-height			: 15px;
	
	color				: #0069B9;
}


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


div#rachatproprioexple p#enonce
{
	margin-bottom		: 10px;
	
	color				: #000;
	
	line-height			: 1.5em;
	
	text-align			: center;
}


div#rachatproprioexple table.detail
{
	margin-left			: auto;
	margin-right		: auto;
	
	width				: 620px;
	
	border				: 2px solid #E18727;
	
	background			: #fff;
	
	color				: #3A5156;
	
	line-height			: 1.3em;
	
	font-weight			: 700;
}


div#rachatproprioexple table.detail td.titre
{
	height				: 20px;
	
	background			: #E18727;
	
	color				: #fff;
	
	text-align			: center;
}


div#rachatproprioexple table.detail td.today
{
	color				: #0069B9;
	
	font-weight			: 400;
}


