body, p, div, td, ul, li {
	font-family				: trebuchet ms, arial, sans serif;
	font-size				: 12px;
}

/* -- Titre & texte ------------------------------------------------------------ */
.TitrePage_container {
	width 				:	100%;
}

.frm_container{
	padding: 15px;
}

.TitrePage {
	font-size			: 18px;
	color					: #0c5893;
	border-bottom		: solid 1px #fcd57e;
	vertical-align		: bottom;
}
/* -- Titre & texte ------------------------------------------------------------ */


/* -- Tableaux ------------------------------------------------------------ */
.TableStandard {
	width				: 100%;
	font-size		: 12px;
}

.THList {
	background-color	: 	#b7c8f6;
	color				: 	#585858;
	font-weight			: 	normal;
	font-family			: 	Trebuchet MS;
	font-size			: 	12px;
	padding				: 	2px;
	width				:	11%;
	vertical-align		:	top;
}

.btnADD {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outil/formulaire/btn_ajout.gif) no-repeat;
	width					: 150px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color				: #585858;
}

.btnADDOver {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outil/formulaire/btn_ajout.gif) no-repeat;
	width					: 150px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color					: #000;
}

.btnREFRESH {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outil/formulaire/btn_refresh.gif) no-repeat;
	width					: 150px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color					: #585858;
}

.btnREFRESHOver {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outil/formulaire/btn_refresh.gif) no-repeat;
	width					: 150px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color					: #000;
}

.btnAPERCU {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outil/formulaire/btn_apercu.gif) no-repeat;
	width					: 230px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color					: #585858;
}

.btnAPERCUOver {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outil/formulaire/btn_apercu.gif) no-repeat;
	width					: 230px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color					: #000;
}

.btnANNUL {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outil/formulaire/btn_fleche_rouge.gif) no-repeat;
	width					: 150px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color					: #A32815;
}

.btnANNULOver {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outil/formulaire/btn_fleche_rouge.gif) no-repeat;
	width					: 150px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color					: #000;
}

.btnRAZ {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outil/formulaire/btn_raz.gif) no-repeat;
	width					: 150px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color					: #585858;
}

.btnRAZOver {
	pointer				: hand;
	cursor				: hand;
	background			: url(/outil/formulaire/btn_raz.gif) no-repeat;
	width					: 150px;
	height				: 25px;
	border				: 0;
	padding-left		: 40px;
	text-align			: left;
	font-weight			: normal;
	color				: #000;
}

.popup_explorer{
	position			:	absolute;
}

.entete{
	background-color	: 	#efefde;
	border				: 	#77776f 0px solid;
	font-size			:	12px;
}

.dragme {
	cursor: move
}