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


/*
 * Introduction ***********************************************************************************
 */
h3#intro
{
	margin-top			: 1em;
	margin-bottom		: 0.5em;
	margin-left			: auto;
	margin-right		: auto;
	
	padding				: 1.1em;
	
	width				: 700px;
	height				: 20px;
	
	border				: 1px solid #91BDEE;
	
	background			: #F1F7FE;
	
	color				: #0069B9;
	
	text-transform		: uppercase;
	
	font-size			: 1.2em;
}


/*
 * Cadres détails ***************************************************************************
 */
div.cadres_details
{
	float				: left;
	
	margin-left			: 0.3em;
	
	width				: 350px;
	height				: 376px;
	
	line-height			: 1.2em;
}


div.cadres_details_2
{
	float				: right;
	
	margin-right		: 0.3em;
	
	width				: 350px;
	height				: 376px;
	
	line-height			: 1.2em;
}


div#container div.cadres_details a
{
	display				: block;
	
	padding				: 0.8em;
	padding-top			: 350px;
	
	background			: #FCFBE2;
	
	color				: #ff0000;
	
	text-decoration		: underline;
	
	font-size			: 0.8em;
}


div#container div.cadres_details_2 a
{
	background			: #D9F2EB;
}



div#container div.cadres_details a:hover
{
	background			: #FFFF99;
}


div.cadres_details h4
{
	margin				: 0.8em;
	margin-top			: -366px;
	margin-bottom		: 1.2em;
	
	color				: #ff0000;
	
	font-size			: 1em;
}


div.cadres_details p
{
	margin				: 0.8em;
	margin-top			: 0px;
	
	color				: #0069B9;
}




