/* MDH formulaires */

/********** ALERTES *******************/
.alerte {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	}
.alerte span {
	background-color: #A70033;
	color: #FFFFFF;
	max-width: 66%;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	display: inline-block;
	border-radius: 15px;
	}
	
span.ArkoFormError {
	display : block;
	color : #A70033;
	font-style: italic;
	margin-bottom: 10px;
}
.AFC_invalid  {
	border-top-color: #B3989F!important;
	border-right-color: #B3989F!important;
	border-bottom-color: #B3989F!important;
	border-left-color: #B3989F!important;
	background-color: #FDF5F7!important;
}
.AFC_cont_invalid label { color: #9A5C6E; }
/*
.nombre_images {font-size: 12px;
	font-style: italic;
	color: #665C56; }/*
#fantome { display: none; }*/
form p, .champ_formulaire {
	overflow: hidden;
	width: 100%;
	margin-bottom: 12px;
	clear: left;
	text-align: left;
}
.mdh_visionneuse .champ_formulaire {text-align:center;}
form table p { width: auto; }

input[type="submit"] {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #1d66bf;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-radius: 10px;
	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;
	text-align: center;
	font-size: 16px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
	}
input[type="submit"]:hover    { background-color: #00478E;
cursor: pointer; }
#textfield, input[type="text"], input[type="password"], textarea{
	border:1px solid #ABB8CD;
	background-color:#F2F8FF;
	display: inline;
	font-size: 14px;
	color: #0B3E81;
	width: 70%;
	padding: 1%;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align: middle;
	margin: 0px;
}
input[type="text"] {margin-right:10px;}
select { max-width: 70%; 
font-size:13px;}
textarea { height: 200px; }

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: 5px;
	margin-left: 10px;
}
input[type="radio"] { margin-top: 0px; }

input[type="hidden"] {
	display: none;
	visibility: hidden;
}
input[type="text"].moyen, input[type="password"] { width: 50%; }
input[type="text"].court { width: 100px; }
input[type="text"].trescourt { width: 40px;
margin-right:5px; }
input[type="password"].court { width: 120px; }
input[type="password"].trescourt { width: 40px;}

/********** LABEL *******************/
label {
	float:left;
	width:15%;
	margin-right:3%;
	text-align:right;
	color: #808080;
	clear: both;
	padding-top: 2px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
  }
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: #666;
	font-size: 13px;
}
.label_second:hover { cursor: pointer; }
.post_label {
	width: 82%;
	float: right;
	display: block;
}
.post_label p.url {margin-top: 0;}

/********** ABÉCÉDAIRE *******************/
#abecedaire {
	font-size: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #424E5A;
	clear: both;
}
#pop_up #abecedaire {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
#abecedaire a:link, #abecedaire a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #94B5DA;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom:5px;
	display: inline-block;
	}
#abecedaire a:hover { background-color: #1d66bf; }
#abecedaire .page_en_cours {
	text-decoration: none;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-right: 7px;
	margin-left: 7px;
	color: #000;
	background-color: #FFF;
}
#pop_up #abecedaire a:link, #pop_up #abecedaire a:visited {
	padding-right: 3px;
	padding-left: 3px;
	margin-left: 0px;
}
/*
#historique_recherche li { list-style-image: url(../images/icones/fleche.png); }*/
.cellule_icones { width: 110px; }
.cellule_une_icone { width: 45px!important; }
.cellule_deux_icones { width: 80px; }

/********** POP UP *******************/
#pop_up {
	text-align: center;
	margin-top: 20px;
	background-position: 0px -500px;
	}
#pop_up select {
	max-width: 650px;
	min-width: 350px;
	margin-top: 5px;
	height:70%;
}
#pop_up.popup_ios select {
	height:30px;
}
/* arkoSelectMobile */
/*.arkoSelectMobile {
	background-color : white;
	-webkit-overflow-scrolling: touch;
	width : 97%;
	height : 70%;
	max-height : 70%;
	overflow-y : scroll;
	overflow-x: hidden;
}
.arkoSelectMobile_option {
	border : solid #F0F0F0 1px;
	height : 40px;
	line-height : 40px;
}
.arkoSelectMobile_btn {
	background-color : #F0F0F0;
	display : block;
}
.arkoSelectMobile_btn:hover {
	background-color : #C15D54;
	color : #F0F0F0;
	text-decoration : none;
}
.arkoSelectMobile_btn_selected {
	background-color : #C15D54;
	color : #F0F0F0;
}
/********** AUTO COMPLETE *******************/
.yui-ac-bd        {
	width: 68%;
	padding-top: 1px;
	padding-bottom: 5px;
	background-color: #83ADCF;
	border-radius: 0 0 15px 15px;
	box-shadow: 2px 2px 5px #d8dcde;
	padding-right: 5px;
	padding-left: 10px;
}
.yui-ac-bd ul {
	list-style-image: url(../images/icones/fleche_blanche_menu.png);
	padding-left: 25px;
}
.yui-ac-bd li {
	color: #FFF;
	margin-left: 0px;
	text-align: left;
	padding-left: 0px;
	font-size: 13px;
}
.yui-ac-bd li:hover {
	text-decoration: underline;
	color: #FFF;
	cursor: pointer;
}

/********** EAD *******************/
#ead #conteneur_global {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
   min-width: 974px;
   max-width: 1600px;
}
#ead #drapeaux {	right: 40px;}
#ead #titre_mdh {background-image:url(../images/interface/titre_ead.png);
height:108px;
width:30%;
max-width:500px;
min-width:400px;
}
#ead #bandeau_defilant {height: 108px;}
#ead #retour_accueil a {height: 105px;}
#ead #menu {
	z-index: 150;
position: absolute;
	top: 109px;
	background-image: none;
	height: 30px;
   max-width: 1600px;
}
#ead #menu li a {line-height: 30px;
font-size: 15px;}
#ead #logo_ministere_defense {top: 10px;}
#ead #logo_ministere_defense a {
	height: 87px;
	width: 78px;
}
#ead #pied_de_page, #ead #conteneur { display: none; }
#ead #layout-doc {
	background-color: #ffffff;
	background : linear-gradient(bottom, #d9dcde, #ffffff);
	background-image: -o-linear-gradient(bottom, #d9dcde, #ffffff);
	background-image: -moz-linear-gradient(bottom, #d9dcde, #ffffff);
	background-image: -webkit-linear-gradient(bottom, #d9dcde, #ffffff);
	background-image: -ms-linear-gradient(bottom, #d9dcde, #ffffff);
	}
#eadArkTOP {
	background-color: #3F4D59!important;
	padding-left: 35px!important;
	padding-top:0!important;
	padding-bottom:6px!important;
}
#eadArkTOP h1 { color: #E5F4FF!important; }
#eadArkTOP .bouton { font-size: 15px;
margin-top:0; 
}
#eadArkTOP .bouton a {border-radius:0; }
#eadArkLEFT {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ACB9C0;
}
#ead tr {background-color: transparent!important;}
#ead td { min-width: 0; }
.ead_menugauche_selected { background-color: #7195C1!important; }

.champ_ead { border-top-color: #B2BBC0!important; }
.label_niv1 { color: #666!important; }
.label_niv2 { color: gray!important; }
.label_niv3 { color: #999!important; }
.label_niv4 { color: #B3B3B3!important; }
.label_niv5 {
	color: #B3B3B3;
	font-size: 11px;
}
#eadArkBOTTOM { background-color: #B7CFE1!important; }
#eadArkBOTTOM .bouton {
	font-size: 16px;
	margin-top: 10px;
}
.champ_ead .fichier { background-position: 0 center;
line-height:23px;
 }
 .champ_ead .fichier a {padding-top:8px;
 display:inline-block;
 }
.champ_ead .fichier img {
	vertical-align:middle;
	margin-left:20px;
	height: 140px;
	border: 1px solid #A0ABB3;
	box-shadow: 2px 2px 6px rgba(156,163,170,0.4);
	-webkit-box-shadow: 2px 2px 6px rgba(156,163,170,0.4);
}
.champ_ead .fichier br {display:none;}
/*
.stabilo {
	color: #074F4D;
	background-color: #94E6E4;
	margin-top: 1px;
	margin-bottom: 1px;
	display: inline-block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-style: italic;
}
.fleche_ead .instrument_de_recherche {
	background-image: none;
	padding: 0px;
}
*/
#ead .imagette {
	border: 1px solid #FFF;
	box-shadow: 3px 3px 7px #b5bcc3;
	margin-top: 0;
}
.bouton_back_ead {
	background-color: #1d66bf;
	position: absolute;
	top: 140px;
	display: block;
	height: 35px;
	width: 35px;
	left: 0px;
	background-image: url(../images/icones/retour_ead.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.5s;
	transition-property: background-color;
	transition-duration: 0.5s;
}
.bouton_back_ead:hover    {
	background-color: #00478E;
	text-decoration:none;
	color: #FFF;
}
.bouton_back_ead span {display:none;}

#eadArkCENTER h2 {margin-top: 10px!important;
font-size: 18px;} 
#eadArkCENTER h3 {margin-top: 10px!important;
font-size: 17px;} 
#eadArkCENTER h4 {margin-top: 10px!important;
	padding-left: 15px;
	font-size: 14px;
} 
#eadArkCENTER h5 {
	margin-top: 10px!important;
	padding-left: 40px;
	text-align: left;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
} 

#fonds_2_jmo td:nth-child(2) {min-width: 90px;}
#fonds_2_jmo td:nth-child(1) {font-style: italic;}

/********** CASES À COCHER *******************/
.case_et_intitule {
	display: inline-block;
	float: left;
	margin-bottom: 8px;
	width: 100%;
}
.formulaire_a_cocher .post_label { padding-top: 2px; }/*
.formulaire_a_cocher_deux .case_et_intitule {
	width: 48%;
	margin-right: 2%;
}
.formulaire_a_cocher_trois .case_et_intitule {
	width: 31%;
	margin-right: 2%;
}*/
.case_et_intitule input[type="checkbox"] {
	display: inline-block;
	/*width: 12%;
	margin-right: 3%; */
	float: left;
	margin-left: 0px;
}
.case_et_intitule span { 
	width: 85%;
}/*
.formulaire_a_cocher_deux .case_et_intitule input[type="checkbox"] {	margin-right: 0%; 	}
.formulaire_a_cocher_deux .case_et_intitule span { width: 88%; }
/*
.formulaire_liste {
	margin-left: 20%;
	display: list-item;
	list-style-image: url(../images/icones/puce.png);
	width: 80%;
	}


/********** FORMULAIRE DE CONTACT *******************/
#id_f_captcha {
	width: 30%;
	font-size: 20px;
}
.AFC_captcha_img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 20px;
}
#bouton_valider {
	text-align: center;
}

/********** Autocomplete et liste d'aide ************/
.MDHauto_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;
}
.MDHauto_list .MDHauto_item {
	display : block;
	color : black;
	text-decoration: none;
	min-height : 20px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
}
.MDHauto_list .MDHauto_item:hover {
	background-color : #387ECE;
	color: #D5E3F3!important;
}
.MDHauto_list .MDHauto_item strong {color : #004494;}
.MDHauto_list .MDHauto_item:hover > span strong {color : #FFF!important;}
.MDHauto_list .valeur_supp {
	font-size: 11px;
	font-style: italic;
	color: #666;
}
.MDHauto_list .MDHauto_item:hover > .valeur_supp {color: #D5E3F3!important;}
.MDHAuto_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;
}
.MDHAuto_blink span {visibility : hidden;}
.ArkoFormChamp textarea {
	resize : vertical;
	min-height : 50px;
}

/********** MINI POPUPS ************/
#popup_panier_ajout {
	position : fixed;
	left : 35%;
	top : 40%;
	background-color : #387ECE;
	border-radius: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#popup_panier_ajout p {
	color: #ffffff;
	font-size: 17px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
}
#popup_lienArk {
	position : fixed;
	left : 18%;
	top : 47%;
	background-color : #4E8BCE;
	border-radius: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 15px;
	width: 700px;
}
#popup_lienArk h4 {
	color: #ffffff;
	font-size: 19px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-top: 6px;
}
#popup_lienArk input[type="text"] {width: 91%;}
.popup_lienArk_fermer {
	background-image: url(../images/icones/fermer.png);
	cursor: pointer;
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.popup_lienArk_fermer:hover {
	background-position: -25px 0px;
	text-decoration: none;
}
.popup_lienArk_fermer span {
	visibility : hidden;
}
.mdh_recherche_infobulle_lien {background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	overflow: hidden;
	background-image: url(../images/visionneuse/aide.png);
	display: inline-block;
	vertical-align: middle;
	/*float: left;*/
	margin-right: 5px;}
.mdh_recherche_infobulle_lien:hover { background-position: -16px 0px;
cursor:default;
 }
.mdh_recherche_infobulle_lien span { display: none; }
.mdh_recherche_infobulle_contenu {
	color: #FFF;
	background-color: #234567;
	padding: 6px;
	position: absolute;
	border-radius: 5px;
	opacity: 0;
	-webkit-transition-property: opacity, margin-top;
	-webkit-transition-duration: 0.6s;
	-moz-transition-property: opacity, margin-top;
	-moz-transition-duration: 0.6s;
	transition-property: opacity, margin-top;
	transition-duration: 0.6s;
	margin-top: 5px;
	visibility: hidden;
	font-size: 12px;
	max-width: 180px;
	margin-top: 5px;
}
.mdh_recherche_infobulle:hover > .mdh_recherche_infobulle_contenu { 
	visibility: visible;
	opacity: 1;
	margin-top: -10px;
}

#eadArkTOP h1 {
	font-size: 18px!important;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 29px;
}

/********** FUSILLES ************/
ul.image_autre {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0;
}