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 {
	cursor				: pointer;
	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 {
	cursor				: pointer;
	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 {
	cursor				: pointer;
	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 {
	cursor				: pointer;
	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 {
	cursor				: pointer;
	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 {
	cursor				: pointer;
	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 {
	cursor				: pointer;
	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 {
	cursor				: pointer;
	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 {
	cursor				: pointer;
	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 {
	cursor				: pointer;
	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;
}

.ckeditor_div{
	overflow			: auto;
	border				: 1px solid #aeaeae;
	background-color	: white;
}

.popup_explorer{
	position			:	absolute;
}

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

.dragme {
	cursor: move
}

.formulaire_fichier_legende{
    display             :   block;
}

#newsletter_import_adresse a.btn{
    text-decoration		: none;
}

#valeur_newsletter_fichier_csv_img{
	float				: left;
	text-align			: center;
}

#valeur_newsletter_fichier_csv_img.img_on{
	border				: 1px solid #000000;
	padding				: 5px;
}

#btn_newsletter_import_adresse{
	border				: 0px;
	background			: url(/outils/formulaire/btn_importer_adresses.gif) no-repeat;
	width				: 122px;
	height				: 25px;
}

#newsletter_option_importation{
	margin-bottom		: 10px;
}

/* Messages erreur */    
.erreur, .warning, .information, .succes{
    padding: .8em;
    margin-bottom: 5px;
    border: 2px solid #ddd;
}
.erreur {
    background-color: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
.warning {
    background-color: #F5E9A3;
    color: #EF610B;
    border-color: #FFA500;
}
.information {
    background-color: #acdbff;
    color: #222f53;
    border-color: #57b6ff;
}
.succes {
    background-color: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}
.erreur a {
    color: #8a1f11;
    text-decoration: underline;
}
.warning a{
    color: #EF610B;
    text-decoration: underline;
}
.information a {
    color: #222f53;
    text-decoration: underline;
}
.succes a {
    color: #264409;
    text-decoration: underline;
}
.picto{
    background-position :   15px center;
    background-repeat   :   no-repeat;
    padding-left        :   45px;
}
.picto.erreur {
    background-image    :   url(/outils/formulaire/error.png);
}
.picto.warning {
    background-image    :   url(/outils/formulaire/warning.gif);
    background-position :   10px center;
}
.picto.information {
    background-image    :   url(/outils/formulaire/info.png);
}
.picto.succes {
    background-image    :   url(/outils/formulaire/success.png);
}
