/* retouche de la ccs par hc . 02.07.13*/
.spip_forms form label {
	float:none;
	font-size:.8em;
}
.spip_forms h2 {
	margin:.2em;
	color:#543E29;
}
.spip_forms {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*border-left: 3px solid #963;hc 02.07.13*/
}
.spip_forms form {
	border:0;
	margin:0;
	padding:.5em 0 0 0;
}
.spip_forms div.spip_descriptif {
	border:0;
	margin:0;
	clear:both;
}
.spip_forms h3 {
	float:none;text-align:left;
}
.spip_forms legend {
	font-size:1em;
	padding:5px;
	color:#C0442A;/*hc 02.07.13*/
	font-weight:bold;
}

.spip_forms .spip_form_champ {
	margin-bottom: 0;
	display: block;
	clear: both;
	margin-top: .2em;
}
.spip_forms .spip_form_label {
  	font-weight: bold;
  	text-align:left;
  	color:#494949;
	display: block;
}
.spip_forms .spip_form_label label,
.spip_forms .spip_form_label .label {
	text-align:left;
  	font-weight: bold;
  	color:#494949;
	font-size:.8em;
}
.spip_forms .spip_form_label_obligatoire {
	font-weight: normal;
	font-style:italic;
	font-size:.8em;
}
.spip_forms .obligatoire_oublie {
	color:red;
}
.spip_forms .spip_form_label_details{
	display:block;
	font-style:italic;
	text-align:left;
}

.spip_forms .spip_form_choix_multiple {
	display:block;
}

.spip_forms .spip_form_choix_unique input, .spip_forms .spip_form_choix_unique input.fondo, .spip_forms .spip_form_choix_unique input.fondl {
	width:auto;
}

.spip_forms .spip_form_choix_unique label {
	margin:0 0 5px 0;
}

.spip_forms .spip_form_choix_multiple input, .spip_forms .spip_form_choix_multiple input.fondo, .spip_forms .spip_form_choix_multiple input.fondl, ul.choix_mots li input {
	width:auto;
	margin:0 5px 0 0;
}
.spip_forms ul.choix_mots,.spip_forms ul.spip_form_choix_multiple,.spip_forms ul.spip_form_choix_unique{
list-style:none;float:left;padding-left:5px;width:25%;
}

.spip_forms .spip_sondage {
	margin: auto;
}

.spip_forms .spip_form_erreur {
	font-weight:bold;
	color:red;
}
.spip_forms .spip_form_ok {
	font-weight: bold;
	background:#262626;
	color:#F1F1F1;
	margin: 1em 0 0 0;
	padding: .6em;
}
.spip_forms .spip_form_ok a {
	color:#FFF9E2;
}
.spip_forms .spip_form_ok a:hover {
	color:#DEB55E;
}
.spip_forms .spip_form_ok_confirmation{
	display:block;
}
.spip_forms .spip_sondage strong {
	display:block;
	clear:both;
	margin-left:5px;
	color:#494949;
}
.spip_forms .spip_sondage .ligne_nom {
	width:19%;
	text-align:right;
	padding-right:1%;
}

.spip_forms .forml, .spip_forms .formo {
	/*width:85%;*/
	border-bottom:solid 1px #DDDAD9;/* couleur ffc hc 02.07.13*/
	border-right:solid 1px #DDDAD9;/* couleur ffc hc 02.07.13*/
	border-top:1px solid #ADACAB;/* couleur ff chc 02.07.13*/
	border-left:1px solid #ADACAB;/* couleur ff chc 02.07.13*/
	font-size:1em;
	padding:.25em;
}
.spip_forms .forml, .spip_forms .fondl {
	background: #F2ECEA;/* couleur ffc hc 02.07.13*/
	color:#4A4336;
	/*width:85%;*/
}
.spip_forms .formo, .spip_forms .fondo {
	background-color: white;
	color:#4A4336;
	/*width:85%;*/
}
.spip_forms .champ_obli_oubli {
	border:2px solid red;
}
.spip_forms form .forml-focus, .spip_forms form input.forml-focus:focus, .spip_forms form textarea.forml-focus:focus, .forml-focus {
	border-bottom:solid 1px #EA9483;/* couleur ffc hc 02.07.13*/
	border-right:solid 1px #EA9483;/* couleur ffc hc 02.07.13*/
	border-top:1px solid #C0442A;/* couleur ffc hc 02.07.13*/
	border-left:1px solid #C0442A;/* couleur ffc hc 02.07.13*/
	background: #FFF2C8;
	color:#433817;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
	/*width:85%;*/
}
.spip_forms form .formo-focus, .spip_forms form input.formo-focus:focus, .spip_forms form textarea.formo-focus:focus, .spip_forms .formo-focus {
	border-bottom:solid 1px #EA9483;/* couleur ffc hc 02.07.13*/
	border-right:solid 1px #EA9483;/* couleur ffc hc 02.07.13*/
	border-top:1px solid #C0442A;/* couleur ffc hc 02.07.13*/
	border-left:1px solid #C0442A;/* couleur ffc hc 02.07.13*/
	background:#FFF9EE ;
	color:#433817;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
	/*width:85%;*/
}
.spip_forms form .champ_obli_oubli-focus, form input.champ_obli_oubli-focus:focus, form textarea.champ_obli_oubli-focus:focus {
	border-top:solid 2px #980F1B;
	border-left:solid 2px #980F1B;
	border-bottom:2px solid #F3192B;
	border-right:2px solid #F3192B;
	background: #FFF2C8;
	color:#4D161B;
	font-weight:normal;
	font-size:1em;
	padding:.25em;
}
.spip_forms .spip_bouton input {
	/*border: 1px solid #563033;
	cursor:pointer;
	padding:.4em;
	background:#F0E6DC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width:100px ;
	color:#4A4336;hc 02.07.13*/
	font-weight:bold;
}
.spip_forms fieldset {
	
	padding: .4em .4em .4em 1em;
	margin:.5em 0 .5em 0;
	/*border: 1px none #8F8181;
	border-top-style: dashed;
	border-left: 6px solid #c96;
	border-top-color: #c96;hc 02.07.13*/
	border: 1px solid #DDDAD9;
	border-radius: 7px 7px 0 0;
}
.spip_forms p.spip_form_ok, .spip_forms p.spip_form_erreur, .spip_forms form {
	clear:both;
}
span.nettoyeur{
	clear:both;line-height:1px;font-size:1px;display:block;
}
span.erreur { 
    background-color: red;
    color: white;
    display: block;
    font-weight: bold;
    padding-left: 5px;}

/*ajouts hc*/
.spip_forms a {
	color:#C0442A;
	text-decoration:underline;
}
textarea.forml, textarea.formo{width:85%;}

/* les champs numériques pas trop long */
#input-1-num_1{width:6%;}
#input-1-num_2{width:12%;}

/* les infos pour les formats film et image autre */
.form_1 .ligne_4,
 .form_1 .ligne_5 {
	margin-top:0;
	font-weight:normal;
}
.form_1 .ligne_4 .spip_form_label,
  .form_1 .ligne_5 .spip_form_label,
    .form_1 .ligne_4 .spip_form_label label,
	 .form_1 .ligne_5 .spip_form_label label{
    color: #494949;
    font-weight: normal;
    text-align: left;
}
/* les choix multiples invisibles pour le formulaire public dans le contexte d'article PROD*/
#left .texte .form_1 #li-1-select_2_2,
 #left .texte .form_1 #li-1-select_2_3,
  #left .texte .form_1 #li-1-select_2_4,
   #left .texte .form_1 #li-1-select_2_5,
    #left .texte .form_1 #li-1-select_2_6,
	 #left .texte .form_1 .ligne_1{
		display:none;
		}

/* les choix multiples invisibles pour le formulaire public dans le contexte d'article PROD*/
#left .texte .form_4 .select_2,
 #left .texte .form_4 .ligne_1{
		display:none;
		}

/*** l'aide ***/
.formInfo a, .formInfo a:active, .formInfo a:visited{
	background-color: #ED1221;
		border: 1px solid #DDDAD9;
	border-radius: 5px;

}
/** detail des labels **/
.spip_forms  .spip_form_label_details{font-size:0.8em;}
div.donnees{
	display: block;
	border-left: 5px solid #999;
	padding-left: 1em;
	padding-top: 0;
	border-bottom: 1px dashed #666;
	padding-bottom: 0.4em;
	overflow:hidden;
	margin-bottom:20px;	
}
/** page inscription **/
#inscription #bandeau{text-align:center;}
#inscription div.donnees h2{color:#000; margin:0.5em auto 0.1em; font-size:1em; border-bottom:1px solid #000}
#inscription div.donnees p{
	margin:0 auto;
	overflow:hidden;
	font-size:0.9em;
	/*display:inline; pour modèle inline*/
	} 

#inscription span.donnee-champ {display : block;
}
#inscription span#signature {margin-left:300px;}

#inscription p#date_signature {height:100px; padding:10px;}

span.donnee-champ-label {
	font-weight:bold;font-size:0.9em;
}

span.donnee-champ-data {
	margin-right:20px;font-size:0.9em;
}
span.nettoyeur{
	clear: both;
}
/*** page correction ***/
#correction span.donnee-champ{display:table-row;}
#correction span.donnee-champ-label{display:table-cell; padding:5px; width : 200px;}
#correction span.donnee-champ-data{display:table-cell; padding:5px; width : 500px; border:solid 1px;}


div.liste { clear:both;width:auto; }
.highlight {
	background-color: #3D3D3D;
	font-weight: bold;
}
.donnees th {
	vertical-align:middle;
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	height: auto;
	padding:0px;
	margin:0px;
	height:34px;
}
.donnees th.neutre {padding-left: 0px;background: url("img/header.png") repeat-x left bottom;	}
.donnees th.header {padding-left: 15px;background: url("img/header-bg.png") no-repeat left bottom;	}
.donnees th.headerSortUp {padding-left: 15px;background: url("img/header-asc.png") no-repeat left bottom;	}
.donnees th.headerSortDown {padding-left: 15px;background: url("img/header-desc.png") no-repeat left bottom;}

.donnees td .numerique {width:100%; text-align:right;display:block;}
#sorting div {
	font-weight: bold;
}
#filter {
	text-align: left;
	width: auto;
	padding: 5px;
	background-color: transparent;
	border: 1px solid #888;
	display: none;
	float: right;
}
#filter input {
}
#filter p {
	text-align: left;
	padding: 5px;
	margin:0px;
	float: left;
}
#filter div {
	text-align: center;
	float: left;
}

.filterIcon {
	width: 20px;
	height: 16px;
	text-align: center;
	background: url("img/filter.gif") no-repeat center left; 
	float: right;
	cursor: pointer;
}
.sorter {
	padding-right: 10px;
	text-decoration: underline;
	cursor: pointer;
	float:left;	
}


div.puce_forms_donnee {
	position: relative; 
	height: 11px; 
	width: 11px;
}

div.puce_forms_donnee_fixe {
	position: absolute;
}

div.puce_forms_donnee_popup {
	position: absolute;
	visibility: hidden;
	margin-top: -1px; top: 0; 
	border: 1px solid #666; 
	background-color: #ccc; z-index: 10; 
}
div.puce_forms_donnee_popup img {
	padding: 1px;
	border: none;
}

div.puce_forms_donnee_popup {
	width: 45px; 
}

div.puce_article_content{
	position:relative;
	display:block;
}

div.puce_article_content div.puce_article_popup{
	display:none;
}

div.puce_article_content:hover div.puce_article_popup{
	display:block;
	background-color: #CCCCCC;
    border: 1px solid #666666;
    margin:0px;
    position: absolute;
    width: 45px;
	top:0px;
	left:-12px;
    padding: 2px 5px;
}

div.puce_article_popup a{
	margin: 1px;
}
/* Date picker specific styles follow */

a.date-picker {
	width: 26px;
	height: 26px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url("img/select_day_26.gif") no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar * {
	margin: 0;
	padding: 0;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 200000;
	top: 0;
	left: -16px; /* value for IE */
	padding: 4px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 163px;
	font-size:0.8em;
}
html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}
div.popup-calendar iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.1em;
	font-weight:bold;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}
/* - - - - - - CSS Document - - - - - - - - -

Title : Global style sheet for client-side web development
Author : Cody Lindley 

- - - - - - - - - - - - - - - - - - - - - */

.formInfo a, .formInfo a:active, .formInfo a:visited{
	background-color: #f66;
	font-size: 1.3em;
	font-weight:bold;
	padding:1px 2px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration: none;
	float: right;
}

.formInfo a:hover{
	color:#660000;
	text-decoration: none;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url("img/arrow_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url("img/arrow_right.gif");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url("img/loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}