/*****************************ITEM*****************************/

.item {
	display: block;
	margin-top: 10px;
}

.item_titre, .item_titre a {
	font-weight: bold;

	text-align: left;
	border-style: none;
	padding-left: 10px;

	font-size: 13pt;
	background-color: #DEEDF4;/*#D2D2F1;*/
	background-repeat: repeat-x;
		
}

.item_titre a {
	font-style: normal;
	padding-left: 0px;

}

.item_contenu {
	/*border-style: solid;
	border-width: 1px;
	border-color: #E2E2F1;
	background-color: #FAFAFF;
	font-size: 10pt;
	padding: 25px 5px;*/
	
	/* background-image: url("../image/CFG_Background_Image.gif"); */
  	background-position: right bottom;
  	background-repeat: no-repeat;
}

.item_erreur {
	width: 40%;
}

.item_titre_erreur {
	font-weight: bold;

	text-align: center;
	color: #FF0000;
	padding-left: 10px;

	font-size: 13pt;
	background-color: #F8E0E0;
}

.item_contenu_erreur {
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	border-color: #E2E2F1;
	background-color: #FBEFEF;
	font-size: 10pt;
	padding: 5px 5px;
}