/* Formulaires GEEX */

.alerte { text-align: center; 
margin-top: 20px;
	margin-bottom: 20px;
	}
.alerte span {
	background-color: #D0233D;
	color: #FFFFFF;
	max-width: 66%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	}
	
form p, .champ_formulaire, .formulaire_long { /* Empêcher le dépassement des flottants */
	overflow: hidden;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
}

form table p {
	width: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}
input[type="submit"] {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #e85640;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	border-radius: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input[type="submit"]:hover { 	background-color: #c32100;
cursor: pointer;
}

input[type="submit"].bouton_rechercher {
	background-image: url(../images/icones/rechercher.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 8px 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#textfield, input[type="text"], input[type="password"]  , textarea{
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	border:1px solid #BCC9CF;
	background-color:#FFF;
	display: inline;
	font-size: 14px;
	color: #000;
	width: 70%;
	padding: 6px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 17px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
	outline: none;
	background-color: #F5ECEB;
	color: #A7271A;
	border-top-color: #C09B99;
	border-right-color: #C09B99;
	border-bottom-color: #C09B99;
	border-left-color: #C09B99;
}

textarea { height: 200px; }

.textarea_court { height: 50px; }
.textarea_wysiwyg  { height: 500px; }
.textarea_wysiwyg_court  { height: 200px; }
.login input[type="text"] , .login input[type="password"]{ font-size: 24px; }
input[type="radio"], input[type="checkbox"] {
	width: 15px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	margin-right: 3px;
	margin-left: 0px;
}
input[type="radio"] { margin-left: 40px; }
input[type="radio"]:first-of-type { margin-left: 0px; }
.post_label input[type="radio"]:first-of-type { margin-left: 0px; }

input[type="hidden"] {
	display: none;
	visibility: hidden;
}

input[type="text"].moyen { width: 50%; }

input[type="text"].court, input[type="password"].court { width: 150px; }
input[type="text"].trescourt, input[type="password"].trescourt { width: 40px; }
select { max-width:70%;
font-size:15px; }

/************* LABEL **********************/
label {
	float:left;
	width:17%;
	margin-right:2%;
	text-align:right;
	font-weight:bold;
	color: #829299;
	clear: both;
	padding-top: 5px;
	margin-bottom: 13px;
	font-size: 12px;
  }

label  .label_info { 	display: block;
font-size: 90%;
	font-weight: normal;
}
.label_second {
	float: none;
	width: auto;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #33312d;
}
.label_second:hover { cursor: pointer; }
.post_label {
	display: inline-block;
	width: 81%;
	float: left;
}
.post_label label {
	width: auto;
	display: inline-block;
	font-size: 12px;
	color: #5A5240;
	text-align: left;
}
.label_niveau2 {
	width: 10%;
	display: inline-block;
	font-size: 12px;
	color: #5A5240;
	text-align: right;
	padding-right: 1%;
	vertical-align: top;
}

.commentaire_fiche {
	font-size: 12px;
	font-style: italic;
	color: #66635B;
	display: block;
	padding-bottom: 3px;
	clear: left;
}

.login  label { padding-top: 5px; }

/************* CASES À COCHER **********************/
.formulaire_a_cocher { }
.formulaire_a_cocher input[type="checkbox"] { 
display: inline-block;
width: 8%; 
margin-right: 1%;
float: left;}
.formulaire_a_cocher_un input[type="checkbox"] { width: 4%; }
.formulaire_a_cocher span  { margin-bottom: 5px; }
.formulaire_a_cocher span span {
	display: inline-block;
	width: 87%;
	float: left;
}
.formulaire_a_cocher_huit input[type="checkbox"] { width: 20%; }
.formulaire_a_cocher_huit span span { width: 80%; }
.formulaire_a_cocher_deux span {
	width: 50%;
	display: inline-block;
	float: left;
}
.formulaire_a_cocher_trois span{
	width: 33%;
	display: inline-block;
	float: left;
}

.formulaire_a_cocher_quatre span {
	width: 25%;
	display: inline-block;
	float: left;
}

.formulaire_a_cocher_cinq span {
	width: 20%;
	display: inline-block;
	float: left;
}
.formulaire_a_cocher_six span {
	width: 16%;
	display: inline-block;
	float: left;
}
.formulaire_a_cocher_sept span {
	width: 14%;
	display: inline-block;
	float: left;
}
.formulaire_a_cocher_huit span {
	width: 12%;
	display: inline-block;
	float: left;
}
.sortable_item img {
	height: 60px;
	width: 80px;
	margin-left: 10px;
	margin-right: 10px;
}
.icones_liste {
	display: inline-block;
	float: right;
	width: 80px;
	margin-top: 20px;
}

.nombre_images {
	font-size: 12px;
	font-style: italic;
	color: #66635B;
}

.sortable_item 
  	{
	cursor:move;
	width: 97%;
	list-style-image: url(../images/icones/drag.gif);
	list-style-type: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A785;
	height: 60px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
		}

form .sortable_item p { width: auto; }

.off { background-color: #FAEAEA; }
	
.ul_style{
	list-style-type:none;
	margin:0;
	padding:0;
}

/************* ABECEDAIRE **********************/
#abecedaire {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
	text-align: center;
}
#abecedaire a:link, #abecedaire a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #BCC9CF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 1px;
	margin-left: 1px;
	border-radius: 3px;
}
#abecedaire a:hover { background-color: #E85640; }
#pop_up {
	width: auto;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}
#pop_up select { width: 90%; }
.myContainerCss {
	color: #FFFFFF;
	background-color: #83C2CD;
	list-style-image: url(../images/icones/puce_blanche.png);
	margin-bottom: 5px;
	width: 72%;
	border-radius: 0 0 15px 15px;
	}
.yui-ac-bd        {
	padding-top: 1px;
	padding-bottom: 1px;
}
.yui-ac-bd   li {
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
}
.yui-ac-bd li:hover {
	text-decoration: underline;
	cursor: pointer;
}
.stabilo {
	color: #676400;
	background-color: #E9E600;
	margin-top: 1px;
	margin-bottom: 1px;
	display: inline-block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-style: italic;
}

.liste_tags {
	list-style-type: none;
	list-style-image: none;
	margin-top: 5px;
	padding-left: 0px;
}
.retrait_sans_label {
	display: inline-block;
	margin-left: 17%;
}
.retrait_sans_label p { margin-bottom:0px; }
.formulaire_liste {
	margin-left: 23%;
	display: list-item;
	list-style-image: url(../images/icones/puce.png);
	width: 77%;
	}
#bouton_valider {text-align:center;}
/* Autocomplete */
.auto_list {
	background-color : #F2F8FF;
	border : solid 1px #ABB8CD;
	border-top : none;
	/*-webkit-box-shadow:  1px 3px 5px 1px #ABB8CD;
    
    box-shadow:  1px 3px 5px 1px #ABB8CD;*/
	z-index : 9999;
}
.auto_list .auto_item {
	display : block;
	color : black;
	text-decoration: none;
	min-height : 20px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
}
.auto_list .auto_item:hover {
	background-color : #387ECE;
	color: #D5E3F3!important;
}
.auto_list .auto_item strong {color : #004494;}
.auto_list .auto_item:hover > span strong {color : #FFF!important;}
.auto_list .valeur_supp {
	font-size: 11px;
	font-style: italic;
	color: #666;
}
.auto_list .auto_item:hover > .valeur_supp {color: #D5E3F3!important;}
.Auto_blink {
	background-repeat : no-repeat;
	/*background-image : url(../images/icones/en_attente.png);*/
	display: inline-block;
	vertical-align: middle;
	height: 25px;
	width: 25px;
	overflow: hidden;
}

.label_gestion_planning {
	width: 85px;
display:inline-block;
}