/*
	CSS de Base
*/
@CHARSET "ISO-8859-1";

/* Body */
.form_body {
	margin: 10px;
	padding: 0px;
	background-color: white;
	font-family: arial;
	font-size: 0.8em;
	color: black;
}

select {
	color: black;
}

p {
	margin: 0;
	padding: 0;
}

.form_corps {
	text-align: justify;
	min-width: 700px;
	width: 85%;
	margin: 10px auto;
}

/*
--------------------------------------------------------------------------------------------
									Entête
--------------------------------------------------------------------------------------------
*/
.form_entete {
	text-align: center;
	font-weight: bolder;
	color: black;
	margin-bottom: 20px;
}

.form_entete_nom {
	margin: 2px;
	font-size: 1.8em;
	margin-top: 5px;
	font-weight: bold;
}

.form_entete_description {
	margin: 2px;
	margin-top: 10px;
	font-size: 1.3em;
}

/*
--------------------------------------------------------------------------------------------
									Formulaire
--------------------------------------------------------------------------------------------
*/
.form_formulaire {
	margin: 10px 10px;
	margin-top: 0px;
	padding: 1px;
}

/* Form_formulaire_div : Plus grand contenant d'un élément */
.form_formulaire_div {
	margin: 0px auto;
	padding: 0px;
	width: 80%;
	position: relative;
	/*background-color: #FFFFFF;*/
}

/*
	Contient les Cadres d'actions interprétables par OxiForms 
	quand le formulaire est en cours de conception 
*/
.form_formulaire_div_edition {
	border: 1px solid transparent;
}

.form_formulaire_div_edition:hover {
	border: 1px solid #E5C365;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#E5C365',Direction=135,Strength=12);*/
}

.form_formulaire_div_edition:hover>.form_formulaire_element_options {
	display: block;
}

.form_formulaire_div_edition>.form_formulaire_element_options {
	display: none;
}

.form_formulaire_div_repondable_publie:hover {
	/* background-color: #F4F7FB; */
	
}

/* Cadres d'actions interprétables par OxiForms */
.form_formulaire_element_options {
	color: black;
	display: none;
	min-width: 80px;
	position: absolute;
	right: 4px;
	text-align: right;
	top: 4px;
	z-index: 1000;
}

.form_formulaire_div_1 {
	
}

/* Si l'élément est répondable, cad de type champ 1. */
.form_formulaire_div_1_repondable {
	
}

.form_formulaire_contenu {
	position: relative;
}

.form_formulaire_labels label {
	display: block;
}

.form_formulaire_labels {
	background-color: #7f7f7f;
	color: white;
	font-weight: bold;
	padding: 5px;
	font-weight: bold;
}

.form_formulaire_label_libelle {
	
}

.form_champ_obligatoire {
	cursor: help;
}

.form_formulaire_label_description {
	font-size: 0.8em;
}

.form_formulaire_element {
	background-color: #cccccc;
	padding: 13px 20px 13px 13px;
}

.form_formulaire_ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

.form_formulaire_li {
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-type: none;
}

.form_champ_erreur, .form_formulaire_erreur,
	.form_formulaire_erreur_captcha {
	color: red;
	font-size: 0.9em font-weight: bold;
	margin-top: 2px;
	margin-left: 1px;
}

.form_formulaire_contenu_erreur {
	border: 2px solid red;
	padding: 5px;
}

.form_champ_obligatoire {
	
}

.form_formulaire_reponse {
	
}

/*
--------------------------------------------------------------------------------------------
							Boutons de Validation, Suivant et Précédent
--------------------------------------------------------------------------------------------
*/
.form_formulaire_boutons {
	width: 80%;
	height: 50px;
	margin: 30px auto 10px;
	text-align: center;
}

.bouton_soumettre {
	float: right;
}

.bouton_continuer {
	float: right;
}

.bouton_retour {
	float: left;
}

.bouton {
	background-color: #EDEDED;
	background: -moz-linear-gradient(top, white 0%, #EDEDED 0%);
	background: -webkit-gradient(linear, left top, left bottom, from(white),
		to(#EDEDED));
	background: -o-linear-gradient(top, #FFFFFF, #EDEDED);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#EDEDED'); */
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-family: Arial;
	margin: 0 2px;
	padding: 0.5em 2em 0.55em;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	border: 1px solid #B7B7B7;
	color: #454545;
}

.bouton:hover {
	background-color: #DCDCDC;
	background: -moz-linear-gradient(center top, #FFFFFF, #DCDCDC);
	background: -webkit-gradient(linear, left top, left bottom, from(white),
		to(#DCDCDC));
	/*filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc'); BACKGROUND: #ededed ;*/
	right: 1px;
	bottom: 1px;
	position: relative;
}

/*
--------------------------------------------------------------------------------------------
									Communication
--------------------------------------------------------------------------------------------
*/
#communication {
	margin: 0 auto;
	margin-bottom: 10px;
	max-width: 640px;
	min-width: 500px;
	text-align: center;
}

#communication img {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	display: block;
	height: auto;
}

.communication_explication {
	font-size: 0.7em;
}

/*
--------------------------------------------------------------------------------------------
									Pied de Page
--------------------------------------------------------------------------------------------
*/
.form_pied_page {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

.form_pied_page p {
	
}

.form_pied_page a {
	
}

/*
--------------------------------------------------------------------------------------------
									Page de Confirmation
--------------------------------------------------------------------------------------------
*/
.form_formulaire_recapitulatif {
	width: 80%;
	height: 50px;
	margin: 10px auto 10px;
	text-align: left;
}

.recapitulatif_titre {
	font-size: 1.1em;
	font-weight: bolder;
}

.recapitulatif_sous_titre {
	font-size: 1.0em;
}

/*
--------------------------------------------------------------------------------------------
									Page de Succès
--------------------------------------------------------------------------------------------
*/
.form_succes, .form_email {
	width: 60%;
	border: 1px solid;
	height: 50px;
	margin: 10px auto 10px;
	padding: 5px;
	min-height: 350px;
}

/*
--------------------------------------------------------------------------------------------
					Page information : email de confirmation envoyé
--------------------------------------------------------------------------------------------
*/
.form_email { /*Voir form succes*/
	
}

.form_email li {
	
}

/*
--------------------------------------------------------------------------------------------
										Images
--------------------------------------------------------------------------------------------
*/
.icon {
	border: none;
	height: 20px;
	width: 20px;
}

.nativicon {
	border: none;
}

.petiticon {
	border: none;
	height: 16px;
	width: 16px;
}

.minicon {
	border: none;
	height: 10px;
	width: 10px;
}

/*
--------------------------------------------------------------------------------------------
									Syles Spéciaux
--------------------------------------------------------------------------------------------
*/
.definition {
	border-bottom: 1px black dotted;
}

/* Pour les Champs Date par exemple : les 3 labels Jour, Mois, Année*/
.minilabel {
	font-size: 0.7em;
	vertical-align: top;
	display: block;
	text-indent: 2px;
	font-weight: normal;
	margin-top: -3px;
}

/* Barre de progression */
.form_pagination {
	margin-bottom: 1em;
}

/*Ceci concerne le texte qui sera affiché dans la barre*/
.form_pagination_barre {
	border: 1px solid grey;
	padding: 1px;
	margin: 0px auto;
	height: 12px;
	width: 150px;
}

.form_pagination_barre_remplie {
	background-color: grey;
	height: 100%;
}

.div_images_ajax_verif_tps_reel {
	position: absolute;
	right: 4px;
	top: 4px;
}

/*
--------------------------------------------------------------------------------------------
								Eléments (Champs)
--------------------------------------------------------------------------------------------
*/ /* ----- Section ----- */
.element_section {
	margin-top: 10px;
	margin-bottom: 10px;
}

.element_section_titre {
	
}

.element_section_description {
	
}

/* ----- Etiquette ----- */
.element_etiquette {
	overflow: auto;
}

.element_etiquette_libelle {
	
}

.element_etiquette_description {
	display: block;
	font-size: 0.8em;
}

/* ----- Saut de Page ----- */
.element_saut_page {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -20px;
	margin-bottom: -20px;
}

.element_saut_page_p {
	padding-top: 17px;
	text-align: center;
}

.element_saut_page_span {
	padding: 0.3em;
	background-color: white;
}

/* ----- Présentation ----- */
.element_presentation_libelle {
	margin: 2px;
	display: block;
}

.element_presentation_description {
	margin: 2px;
	display: block;
	font-size: 0.8em;
	/*font-style:italic*/
}

@media handheld {
}

/*and (max-device-width:480px)*/
@media only screen and (max-device-width:480px) {
	html, body {
		margin: 0em;
		padding: 0em;
	}
	p {
		margin: 0em;
		padding: 0em;
	}
	.form_body {
		font-family: Arial, Tahoma, Verdana, sans-serif;
		font-size: 1em;
		max-width: 550px;
		margin: 1em 0.2em;
	}
	.form_corps {
		min-width: 250px;
		font-size: 1em;
		width: 98%;
		margin: 0em auto;
		padding: 0.2em;
	}

	/*
	--------------------------------------------------------------------------------------------
										Formulaire
	--------------------------------------------------------------------------------------------
	*/
	.form_formulaire {
		
	}
	.form_formulaire_div {
		padding: 0.1em;
		width: 100%;
	}
	.form_formulaire_label_description {
		font-size: 0.9em;
	}
	.form_pied_page p {
		font-size: 0.6em;
	}
	.element {
		max-width: 95% !important;
	}
	.form_formulaire_boutons {
		padding: 0em;
		width: 100%;
	}
	.bouton {
		margin: 0 2px;
		padding: 0.5em 0.7em 0.55em;
	}
}
.form_body {
	color: #3F3F3F;
}

input {
	color: #3F3F3F;
}

select {
	color: #3F3F3F;
}

textarea {
	color: #3F3F3F;
}

.form_entete {
	color: #3F3F3F;
}

.form_formulaire_div
{
	margin-bottom: 20px ;
}

.form_formulaire_labels {
	background-color: #7f7f7f;
	color: white;
}

.form_formulaire_element {
	background-color: #cccccc;
}

.form_pied_page p {
	color: #7f7f7f;
}

.form_pied_page a {
	color: #7f7f7f;
}

.bouton {
	color: #3F3F3F;

	background-color: #EDEDED;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image:      -o-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image:         linear-gradient(top, #FFFFFF, #EDEDED);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EDEDED');

	border: 1px solid #7f7f7f;
}


.bouton:hover {
	color: #3F3F3F;

	background-color: #EDEDED;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EDEDED));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image:    -moz-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image:      -o-linear-gradient(top, #FFFFFF, #EDEDED);
	background-image:         linear-gradient(top, #FFFFFF, #EDEDED);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#EDEDED');

	-moz-box-shadow: 5px 5px 3px -2px#DCDCDC;
	-webkit-box-shadow: 5px 5px 3px -2px #DCDCDC;
	box-shadow: 5px 5px 3px -2px #DCDCDC;
}

.form_pagination_barre {
	border: 1px solid #7f7f7f;
	}

.form_pagination_barre_remplie {
	background-color: #7f7f7f;
	}



.element_section {
	color:white ;
	background-color: #7f7f7f;
	border: 1px solid #7f7f7f;
	text-align: center;
	font-weight:bold;
}

.element_section_titre {
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 1.3em;
}

.element_section_description {
	margin-top: 4px;
	margin-bottom: 10px;
	/*font-style: italic;*/
}