/****CSS éléments globaux******/

header nav li:last-of-type a  /*Affiche l'onglet de la page active */
{
	background-image:url('../images/fonds/onglet.png');
	background-repeat:no-repeat;
	color:black;
}

img
{
	border:none;
}


/****Gestion des messages d'erreur javascript*****/

#mess_err0,#mess_err1,#mess_err2,#mess_err3,#mess_err4,#mess_err5,#mess_err6,#mess_err7,#mess_err7_1,#mess_err7_2,#mess_err7_3,#mess_err7_4,#mess_err8,#mess_err9,#mess_err10,#mess_err11
{
	position:relative;
	display:none;
	color:red;
	font-weight:bold;
	text-align:center;
	font-size:14pt;
}

/***Gestion des éléments de formulaire****/

form
{
	position:relative;
	display:block;
	width:700px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:60px;
}

form *
{
	color:black;
}

form span
{
	position:relative;
	display:block;
	font-weight:bold;
	color:black;
}

form p  /*Arrière plan de chaque champ*/
{
	position:relative;
	display:block;
	height:30px;
	background-color:#ABABAB;
	border-radius:10px;
	box-shadow: 5px 3px 15px -5px black inset;
	clear:both;
	padding-top:0;
}

p:nth-of-type(7)
{
	display:none;
}

form p:first-of-type
{
	margin-top:0;
}

.larg  /*Textarea et captcha*/
{
	height:93px;
}

p>label,.lbl_pays
{
	position:relative;
	display:block;
	float:left;
	width:150px;
	margin-top:5px;
	margin-left:10px;
	font-weight:bold;
	color:black;
}

input[type="text"]
{
	position:relative;
	display:block;
	float:left;
	border:solid 1px white;
	border-radius:20px;
	margin-top:4px;
	background-color:rgba(255,255,255,0.5);
	padding-left:3px;
	width:240px;
	height:18px;
	padding-left:5px;
}

p:first-of-type input[type="text"]
{
	width:54px;
	background-image:url('../images/icones/fleche_select.png');
	background-repeat:no-repeat;
	background-position:45px center;
}

p:nth-of-type(5) input[type="text"]
{
	width:235px;
	background-image:url('../images/icones/fleche_select.png');
	background-repeat:no-repeat;
	background-position:225px center;
}

#list_civ
{
	position:absolute;
	display:none;
	z-index:1;
	background-color:rgba(255,255,255,0.8);
	width:37px;
	margin-left:167px;
	top:26px;
	border:solid 1px white;
	padding:2px;
}

#list_civ a
{
	position:relative;
	display:block;
	color:black;
	text-decoration:none;
	background-color:transparent;
	width:40px;
}

#list_civ a:hover,#list_dep a:hover
{
	color:white;
	background-color:#4A6075;
}

#ln_civ
{
	position:absolute;
	display:block;
	z-index:1;
	width:58px;
	height:30px;
	margin-left:160px;
	border-radius:20px;
	text-decoration:none;
	background-image:url('../images/icones/blank.png');
	background-repeat:repeat;
}

#list_dep
{
	position:absolute;
	display:block;
	width:215px;
	height:300px;
	z-index:1;
	background-color:rgba(255,255,255,0.8);
	border:solid 1px white;
	margin-left:168px;
	top:199px;
	overflow-y:scroll;
	padding:2px;
}

#list_dep a
{
	position:relative;
	display:block;
	text-decoration:none;
}

#ln_dep
{
	position:absolute;
	display:block;
	z-index:1;
	height:28px;
	width:244px;
	margin-left:157px;
	text-decoration:none;
	border-radius:20px;
	background-image:url('../images/icones/blank.png');
	background-repeat:repeat;
}

select
{
	position:relative;
	display:block;
	float:left;
	border:solid 1px white;
	border-radius:20px;
	background-color:rgba(255,255,255,0.5);
	margin-top:3px;
	height:22px;
}

.info_dep /*France uniquement*/
{
	position:relative;
	display:block;
	float:left;
	margin-left:20px;
	margin-top:5px;
}

textarea
{
	position:relative;
	display:block;
	float:left;
	height:80px;
	width:330px;
	margin-top:4px;
	border:solid 1px white;
	border-radius:10px;
	background-color:rgba(255,255,255,0.5);
	overflow:auto;
	padding-left:5px;
	padding-right:10px;
}

#nbcar  /*Permet d'afficher le nombre de caractères dans message*/
{
	position:relative;
	display:block;
	float:left;
	margin-top:37px;
	margin-left:10px;
	width:140px;
	font-weight:bold;
	color:black;
}

/***Gestion de la zone Pays****/

input[type="radio"] + label
{
	width:50px;
	margin-left:3px;
	top:2px;
}

input[type="radio"]
{
	position:relative;
	display:block;
	float:left;
	top:5px;
	margin-left:60px;
}

input[type="radio"]:first-of-type
{
	margin-left:0;
}

.lbl_pays
{
	top:2px;
}

/****Gestion des champs fichiers*****/

input[type="file"]
{
	position:relative;
	display:block;
	float:left;
	margin-top:4px;
	width:300px;
	height:26px;
	background-color:transparent;
	border:solid 1px white;
	color:black;
}

input[type="file"]+a
{
	position:relative;
	display:block;
	float:left;
	margin-left:15px;
	margin-top:2px;
}

.pdf
{
	position:relative;
	display:block;
	float:left;
	margin-top:8px;
	margin-left:30px;
	color:black;
}

.file
{
	height:35px;
}

.file label
{
	margin-top:8px;
}

.file img
{
	margin-top:3px;
}

/*****Gestion des boutons d'envoi et d'effacement****/

input[type="submit"],input[type="button"]
{
	position:relative;
	margin-top:5px;
	width:70px;
	height:22px;
	border:none;
	background-image:url('../images/fonds/fond_bouton_form.png');
	background-repeat:no-repeat;
}

input[name="envoi"]
{
	display:block;
	float:left;
	margin-left:250px;
}

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

input[type="button"],input[name="effacer_ns"]
{
	float:right;
	margin-right:250px;
}
/****Gestion du message d'attente****/

#fnd_message_attente
{
	position:absolute;
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:10;
}

#fnd_message_attente table, #fnd_message_attente td
{
	height:100%;
	width:100%;
	margin:0;
	padding:0;

}

.blc_message_attente
{
	position:relative;
	display:block;
	width:500px;
	height:300px;
	border:solid 4px #585858;
	background-color:white;
	margin:0 auto;
}

.blc_message_attente p
{
	position:relative;
	display:block;
	font-size:22pt;
	font-weight:bold;
	text-align:center;
	line-height:60px;
	margin-top:0;
	margin-bottom:40px;
}

.blc_message_attente img
{
	position:relative;
	display:block;
	margin:0 auto;
}
