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

p {
	margin: 0px;
	padding: 0px;
}

input[type="text"], select {
	border: 1px solid grey;
}

.form_formulaire_element select
{
	max-width: 100%;
}

.form_body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 0.8em;
}

.form_corps {
	width: 800px;
	margin: 20px auto;
	-moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 02px 05px 3px grey;
	box-shadow: 0px 02px 10px 3px grey;
	border: 1px solid #ABABAB;
	background-color: white;
}

/*
--------------------------------------------------------------------------------------------
									Entête
--------------------------------------------------------------------------------------------
*/
.form_entete {
	padding: 5px;
	text-shadow: 1px 1px 0px grey;
	border-bottom: 1px solid #ABABAB;
}

.form_entete_nom {
	margin: 10px;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

.form_entete_description {
	margin: 10px;
	color: white;
	font-weight: bold;
	text-align: left;
	color: white;
	font-size: 0.9em;
}

/*
--------------------------------------------------------------------------------------------
									Formulaire
--------------------------------------------------------------------------------------------
*/
.form_formulaire {
	background-color: white;
	margin-top: 30px;
}

/* form_formulaire_div : Plus grand contenant d'un élément */
.form_formulaire_div {
	min-height: 30px;
	margin: 0px 5px;
	/*padding: 5px;*/
	position: relative;
}

.form_formulaire_div_1 {
	
}

/* Si l'élément est répondable, cad de type champ 1. */
.form_formulaire_div_1_repondable {
	padding-left: 40px;
	padding-right: 40px;
}

.div_images_ajax_verif_tps_reel {
	position: absolute;
	right: -25px;
	bottom: 1px;
}

.form_formulaire_contenu {
	position: relative;
}

.form_formulaire_labels label {
	display: block;
	margin-bottom: 10px;
}

.form_formulaire_labels {
	margin: 2px;
	/*float:left;*/
}

.form_formulaire_label_libelle {
	font-weight: bold;
}

.form_champ_obligatoire {
	cursor: help;
}

.form_formulaire_label_description {
	font-size: 0.8em;
	/*font-style:italic ;*/
	font-weight: normal;
}

.form_champ_erreur, .form_formulaire_erreur,
	.form_formulaire_erreur_captcha {
	color: red;
	font-size: 0.7em;
	font-weight: bold;
}

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

.form_formulaire_element { /* width:100px; */
	margin: 2px;
	/*float:left;*/
}

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

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

/* Interface dans OxiForms */

/*
	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;
}

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

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

/* 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;
}

/*
--------------------------------------------------------------------------------------------
							Boutons de Validation, Suivant et Précédent
--------------------------------------------------------------------------------------------
*/
.form_formulaire_boutons {
	margin-top: 40px;
	height: 40px;
	border-top: 1px solid #ABABAB;
	position: relative;
}

.bouton_soumettre {
	position: absolute;
	right: 10px;
	top: 10px;
}

.bouton_continuer {
	position: absolute;
	right: 10px;
	top: 10px;
}

.bouton_retour {
	position: absolute;
	left: 10px;
	top: 10px;
}

.bouton_protection {
	position: absolute;
	right: 10px;
	top: 10px;
}

.bouton {
	background-color: #f5f5f5;
	color: #555;
	border: 1px solid grey;
	padding-left: 6px;
	padding-right: 6px;
	cursor: default;
	height: 22px;
	vertical-align: middle;
	font-size: 1em;
}

.bouton:hover {
	color: black;
	border: 1px solid black;
}

/*
--------------------------------------------------------------------------------------------
									Communication
--------------------------------------------------------------------------------------------
*/
#communication {
	margin: 10px;
	text-align: center;
	background-color: white;
}

#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 {
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.form_pied_page p {
	font-size: 0.8em;
}

.form_pied_page a {
	color: white;
	font-weight: bold;
}
/*
--------------------------------------------------------------------------------------------
									Page de Confirmation
--------------------------------------------------------------------------------------------
*/
.form_formulaire_recapitulatif {
	margin: 10px 5px;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

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

.recapitulatif_sous_titre {
	font-size: 1.0em;
}

.form_formulaire_div_reponse {
	padding-left: 40px;
	padding-right: 40px;
}

.form_formulaire_reponse {
	
}
/*
--------------------------------------------------------------------------------------------
									Page de Succès
--------------------------------------------------------------------------------------------
*/
.form_succes {
	padding: 5px;
	min-height: 350px;
}

/*
--------------------------------------------------------------------------------------------
					Page information : email de confirmation envoyé
--------------------------------------------------------------------------------------------
*/
.form_email {
	padding: 5px;
	min-height: 350px;
}

.form_email li {
	padding-top: 3px;
	padding-bottom: 3px;
}

/*
--------------------------------------------------------------------------------------------
										Erreurs
--------------------------------------------------------------------------------------------
*/
.code_retour_corps {
	font-family: arial;
	font-size: 0.9em;
}

/*
--------------------------------------------------------------------------------------------
										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-bottom: 5px;
	margin-top: -3px;
	color: #444;
}

/* Barre de progression */
.form_pagination {
	padding-bottom: 10px;
}

/*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: -25px;
	bottom: 1px;
}

.form_formulaire_hidden {
	display: none;
}

/*
--------------------------------------------------------------------------------------------
								Eléments (Champs)
--------------------------------------------------------------------------------------------
*/ /* ----- Section ----- */
.element_section {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
	border-top: 2px solid grey;
	border-bottom: 2px solid grey;
	padding-left: 0px;
	text-indent: 15px;
	background-color: #F0F0F0;
	border: 1px solid #777777;
	padding: 4px;
	text-align: center;
	font-size: 1.2em;
}

.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;*/
}

/* ----- Etiquette ----- */
.element_etiquette {
	padding-left: 40px;
	padding-right: 40px;
	overflow: auto;
}

.element_etiquette_libelle {
	margin: 2px;
	display: block;
}

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

/* ----- Saut de Page ----- */
.element_saut_page {
	border-bottom: 2px dotted #666;
	border-top: 2px dotted #666;
	margin-top: 35px;
	margin-bottom: 35px;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 50px;
	background-color: white !important;
}

.element_saut_page_p {
	margin-top: 17px;
	text-align: center;
	font-weight: bold;
	color: #666;
}

.element_saut_page_span {
	
}

/* ----- Nom, Prénom ----- */
.element_nomPrenom table {
	
}

.element_nomPrenom input {
	
}

.element_nomPrenom td {
	
}

.element_adressePostale td {
	
}

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

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

/*
--------------------------------------------------------------------------------------------
								Version Mobile
--------------------------------------------------------------------------------------------
*/
@media handheld {
}

@media only screen and (max-width:850px) {
	html, body, div, span, p {
		margin: 0;
		padding: 0;
	}
	body {
		margin: 0px;
		padding: 0px;
	}
	.form_body {
		font-size: 1em;
		margin: 0;
		padding: 0;
	}
	.form_corps {
		box-shadow: none;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.form_entete {
		
	}
	.form_entete_nom {
		
	}
	.form_entete_description {
		
	}

	/*
	--------------------------------------------------------------------------------------------
										Formulaire
	--------------------------------------------------------------------------------------------
	*/
	.form_formulaire {
		padding-top: 7px;
	}
	.form_formulaire_div {
		min-height: 30px;
		margin: 0;
	}
	.form_formulaire_div_1_repondable {
		padding-left: 10px;
		padding-right: 10px;
	}
	.element {
		max-width: 99% !important;
	}
	.element_etiquette {
		padding-left: 10px;
		padding-right: 10px;
	}
	.form_formulaire_boutons {
		
	}
	.bouton {
		
	}
	.div_images_ajax_verif_tps_reel {
		position: absolute;
		right: 0px;
		bottom: 1px;
	}
}
.form_formulaire_div
{
	margin-bottom: 0px ;
}

.form_entete
{
	background-color: #046380;
}

.form_entete_nom { color: white; }

.form_formulaire_boutons {
	background-color: #046380;
}

.form_pied_page { background-color: #046380;	color: white;}
.form_pied_page a { color: white; }
.form_pagination { background-color: #046380; }
.form_pagination_barre { border: 1px solid white; }
.form_pagination_barre_remplie { background-color: white; }