/**** CONSTANTE  NE PAS MODIFIER  ****/
/*** 2 colonnes = ***/
.inlineAfter:after,
.content-2cols:after {
	display: block;
	clear: both;
	content: "\00a0";
	height: 0;
	visibility: hidden;
}
.content-left {
	float: left;
	width: 49%;
}
.content-right, .content-2right {
	float: right;
	width: 49%;
}
/* * html .inlineAfter, * html .content-2cols { display: inline-block; } /* auto clear,  IE 6-7 */
*:first-child+html .inlineAfter, *:first-child+html .content-2cols  { display: inline-block; } /* IE 7 */

/*** 2 colonnes ***/
.content-xleft { float: left; }
.content-x2right, .content-xright { float: right; }
.content-2right, .content-x2right { text-align: right; } /* + alignement  a droite */

/*** W3C ***/
.block { display: block; }
.spacer { clear: both; display: block; height: 1px; margin: 0; padding: 0;}
.clear { clear: both; }
.floatright { float: right; }
.floatleft { float: left; }
.floatimageright { float: right; margin-left: 5px }
.floatimageleft { float: left; margin-right: 5px }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.justify { text-align: justify; }
.vcenter, .vmiddle { vertical-align: middle; }
.vtop { vertical-align: top; }
.vbottom { vertical-align: bottom; }
.hand { cursor: pointer; }
.nohand { cursor: default !important; }
.noborder  { border: none; }
.invisible { display: none;} /*jamais !important*/
.nowrap { white-space: nowrap; }
.dowrap { white-space: normal !important; }
.w100 { width: 100%; }
.overflowauto { overflow: auto; }
.pagebreak { display: none; }
.ulreset{ padding: 0; margin: 0; list-style-type: none; }
.disabled {
	filter: alpha(opacity=30) gray();
	opacity: .3;
	cursor: default !important;
}

/*** couleur ***/
.bleu { color: blue }
.vert { color: green }
.jaune { color: yellow }
.orange { color: orange }
.rouge { color: red }
.noir { color: black }
.blanc { color: white }
.gris { color: gray }

/*** TABLEAU ***/
.col1 { width: 20px }
.col2 { width: 45px }
.col3 { width: 70px }
.col4 { width: 90px }
.col5 { width: 115px }
.col6 { width: 140px }

/*** BOUTONS et CHAMPS de Formulaire ***/
.mini_btn { width: 35px; }
.small_btn { width: 90px; }
.medium_btn { width: 130px; }
.large_btn { width: 200px; }
.grand_btn { width: 300px; }

.fInput { width: 99% }
.gInput { width: 500px; }
.nInput { width: 350px; }
.mInput { width: 250px; }
.lInput { width: 180px; }
.sInput { width: 120px; }
.tInput { width: 60px; }
.spinInput, .couleur-input  { width: 80px; }
.calendrier-input, .calendrierheure-input { background: url(../image/date_open.png) 99% 50% no-repeat; }
.calendrier-input { text-align: center; }
.disabled-input {
	background-color: #f0f0f0;
	border: 1px solid #afafaf !important;
	cursor: default !important;
}

/*** retour d'erreur ***/
.form_alerte label, .js_form_alerte {
	color: #C13C2D;
	font-weight: bold;
}
input[type=text].js_form_alerte, input[type=password].js_form_alerte, input[type=file].js_form_alerte, select.js_form_alerte, textarea.js_form_alerte,
.form_alerte input[type=text], .form_alerte  input[type=password], .form_alerte input[type=file], .form_alerte select, .form_alerte textarea  { /* pas les checkbox et radio (IE) */
	border: 1px solid #EB4C49;
	background-color: #ECD4D4;
	color: #000;
	font-weight: normal;
}
.form_alerte .mceLayout, .js_form_alerte.mceLayout {	border: 1px solid #EB4C49 !important; } /* tinymce */
.form_alerte_message {
	display: block;
	padding-left: 20px;
	background: transparent url(../image/fleche_message_erreur.png) 0 50% no-repeat;
	margin-bottom: .5em;
	color: #C13C2D;
	font-weight: normal;
}
.form_alerte_message + p.help { margin-top: -.5em; }

/*** alignement des labels ***/
.aligner-label {	overflow: auto; }
.aligner-label div { margin: 3px 0; }
.aligner-label label, .e-label  {
	float: left;
	padding-right: .7em;
	text-align: right;
}
.help {
	padding: 0;
	margin: 0 0 1em;
	color: #888;
}
.nomarge, .nomarge_label label {
	margin: auto !important;
	padding-right: inherit !important;
	float: none !important;
	text-align: inherit !important;
}

.marge_1 label, .marge_1 .e-label { width: 1em; } .marge_1 .help, .marge_1 .form_alerte_message { margin-left: 1.7em; }
.marge_2 label , .marge_2 .e-label{ width: 2em; } .marge_2 .help, .marge_2 .form_alerte_message { margin-left: 2.7em; }
.marge_3 label, .marge_3 .e-label { width: 3em; } .marge_3 .help, .marge_3 .form_alerte_message { margin-left: 3.7em; }
.marge_4 label, .marge_4 .e-label { width: 4em; } .marge_4 .help, .marge_4 .form_alerte_message { margin-left: 4.7em; }
.marge_5 label, .marge_5 .e-label { width: 5em; } .marge_5 .help, .marge_5 .form_alerte_message { margin-left: 5.7em; }
.marge_6 label, .marge_6 .e-label { width: 6em; } .marge_6 .help, .marge_6 .form_alerte_message { margin-left: 6.7em; }
.marge_7 label, .marge_7 .e-label { width: 7em; } .marge_7 .help, .marge_7 .form_alerte_message { margin-left: 7.7em; }
.marge_8 label, .marge_8 .e-label { width: 8em; } .marge_8 .help, .marge_8  .form_alerte_message { margin-left: 8.7em; }
.marge_9 label, .marge_9 .e-label { width: 9em; } .marge_9 .help, .marge_9  .form_alerte_message { margin-left: 9.7em; }
.marge_10 label, .marge_10 .e-label { width: 10em; } .marge_10 .help, .marge_10 .form_alerte_message { margin-left: 10.7em; }
.marge_11 label, .marge_11 .e-label { width: 11em; } .marge_11 .help, .marge_11 .form_alerte_message { margin-left: 11.7em; }
.marge_12 label, .marge_12 .e-label { width: 12em; } .marge_12 .help, .marge_12 .form_alerte_message { margin-left: 12.7em; }
.marge_13 label, .marge_13 .e-label { width: 13em; } .marge_13 .help, .marge_13 .form_alerte_message { margin-left: 13.7em; }
.marge_14 label, .marge_14 .e-label { width: 14em; } .marge_14 .help, .marge_14 .form_alerte_message { margin-left: 14.7em; }
.marge_15 label, .marge_15 .e-label { width: 15em; } .marge_15 .help, .marge_15 .form_alerte_message { margin-left: 15.7em; }
.marge_16 label, .marge_16 .e-label { width: 16em; } .marge_16 .help, .marge_16 .form_alerte_message { margin-left: 16.7em; }
.marge_17 label, .marge_17 .e-label { width: 17em; } .marge_17 .help, .marge_17 .form_alerte_message { margin-left: 17.7em; }
.marge_18 label, .marge_18 .e-label { width: 18em; } .marge_18 .help, .marge_18 .form_alerte_message { margin-left: 18.7em; }
.marge_19 label, .marge_19 .e-label { width: 19em; } .marge_19 .help, .marge_19 .form_alerte_message { margin-left: 19.7em; }
.marge_20 label, .marge_20 .e-label { width: 20em; } .marge_20 .help, .marge_20 .form_alerte_message { margin-left: 20.7em; }
.marge_21 label, .marge_21 .e-label { width: 21em; } .marge_21 .help, .marge_21 .form_alerte_message { margin-left: 21.7em; }
.marge_22 label, .marge_22 .e-label { width: 22em; } .marge_22 .help, .marge_22 .form_alerte_message { margin-left: 22.7em; }
.marge_23 label, .marge_23 .e-label { width: 23em; } .marge_23 .help, .marge_23 .form_alerte_message { margin-left: 23.7em; }
.marge_24 label, .marge_24 .e-label { width: 24em; } .marge_24 .help, .marge_24 .form_alerte_message { margin-left: 24.7em; }
.marge_25 label, .marge_25 .e-label { width: 25em; } .marge_25 .help, .marge_25 .form_alerte_message { margin-left: 25.7em; }
.marge_26 label, .marge_26 .e-label { width: 26em; } .marge_26 .help, .marge_26 .form_alerte_message { margin-left: 26.7em; }
.marge_27 label, .marge_27 .e-label { width: 27em; } .marge_27 .help, .marge_27 .form_alerte_message { margin-left: 27.7em; }
.marge_28 label, .marge_28 .e-label { width: 28em; } .marge_28 .help, .marge_28 .form_alerte_message { margin-left: 28.7em; }
.marge_29 label, .marge_29 .e-label { width: 29em; } .marge_29 .help, .marge_29 .form_alerte_message { margin-left: 29.7em; }
.marge_30 label, .marge_30 .e-label { width: 30em; } .marge_30 .help, .marge_30 .form_alerte_message { margin-left: 30.7em; }

/* image */
img.icone {
	width: 16px;
	height: 16px;
	border: none;
	vertical-align: middle;
	margin-right: 3px;
}
img.image, a img,:link img,:visited img { border: none; }

/* PASSWORD */
.password-strength-bar { border-top: 5px solid transparent; }
.password-strength { width: 150px; }
/*.password-min-char {}*/

/*** CAPSLOCK ***/
.capslock {
	position: absolute;
	padding: 15px;
	color: #000;
	width: 150px;
	text-align: center;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #f3961c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
	background-image: -moz-linear-gradient(top, #f9d835, #f3961c);
	background-image: -o-linear-gradient(top, #f9d835, #f3961c);
	z-index: 999;
}
.capslock:after {
	content: "\00a0";
	display: block; /*FF3.0*/
	position: absolute;
	z-index: -1;
	bottom: -30px; /* value = - border-top-width - border-bottom-width */
	left: 30px; /* controls horizontal position */
	width: 0;
	height: 0;
	border-width: 15px 15px; /* vary these values to change the angle of the vertex */
	border-style: solid;
	border-color: #f3961c transparent transparent;
}