* {
  padding: 0;
  margin: 0;
}
body{
  background-color: #cccccc;
  font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size:70%;
  top: 0px;
  margin: 0px;
  padding: 0px;
}
/* création de compte */
.fondPiedPage{
  background-color: #004171;
}
#entete{
 /*background-image: url(forminscrs.img?ww_c=LOGO_HEVS);*/
 background-repeat: no-repeat;
 background-position: right;
}

#pagePrecedente{
  margin-bottom: -55px; 
  padding: 5px;
  font-weight: bold;
  padding: 5px;
}
#menu_langue{
  position: static;
  top: 95px;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 1.5em;
  right:0;
}

#menu_langue ul{
    text-align: left;
    padding: 0;
    margin: 0;
    list-style-type: none; 
}
.li_langue{
  display: inline;
  font-weight: bold;
}
.li_langue a:link, .li_langue a:visited{
  color: #777;
  text-decoration: none;
}  
.li_langue a:hover{
  color: #000000;
}
#menu_langue a, #menu_langue a:hover, #menu_langue a:visited{
  color: #004171;
}
#parcours .pagecourante a, #parcours .pagecourante a:hover, #parcours .pagecourante a:visited{
  font-weight: bold;
}
#pagePrecedente #bouton{
  padding: 7px 8px;
  font-size: 1.1em;
}
#erreur ul{
  height: auto;
}
.soustitre{
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px solid #004171;
  display: block;
}
#iframekk{
  background-color: #ffffff;
  border: 1px solid #666666;
  width: 100%;
  height: 550px;
}
table{
  width: 100%;
}
td{
  vertical-align: top;
}
.longueur1{
  width: 200px;
}
.spacieux{
  padding: 5px 2px 10px 2px;
}
.ligne_sep{
  width: 70%;
  height: 1px;
  background-color: #ffffff;
  border: 0;
  margin: 10px auto;
}

.donneespers {
  width:80%;
}

#parcours{
  color: #004171;
  font-weight: normal;
  padding-left: 5px;
  height: auto;
  margin-bottom:10px;
}
#parcours li{
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin: 0;
}
#parcours a, #parcours a:hover, #parcours a:visited{
  color: #004171;
  font-weight: normal;
}
#parcours a:hover{
  text-decoration: underline;
}
.pagecourante{
  font-weight: bold;
}
.descriptionPage{
  color: #004171;
  font-weight: bold;
}
.texteAttention{
  color: red;
  font-weight: bold;
}

th{
  /*background-color: #66cccc;
  background-color: #dfdfdf;*/
  background-color: #cccccc;
  text-align: left;
  width:150px;
}
h1, legend{
  display: block;
  width: 400px;
  color: #ffffff;
  background-color: #004171;
  font-size: 1.2em;
  padding: 2px 2px 2px 10px;
  font-weight: bold;
  text-align: left;
}

h2{
  display: block;
  width: 392px;
  color: #ffffff;
  background-color: #004171;/*#6789B2 #639DE1*/
  font-size: 1.1em;
  padding: 2px 2px 2px 10px;
  margin-left: 2px;
  font-weight: bold;
  text-align: left;
}

h3{
  display: block;
  /*width: 392px;*/
  color: #004171;
  /*background-color: #004171;*//*#6789B2 #639DE1*/
  font-size: 1.2em;
  /*padding: 2px 2px 2px 10px;*/
  font-weight: bold;
  text-align: left;
}

h4{
  display: block;
  color: #004171;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
}

.invisible{
  display: none;
}
.visible{
  display: table-row;
}

.excl {
  color: #ff0000;
}

.p_gras{
  font-weight: bold;
  text-align: left;
}

form{
  padding: 10px;
 /* height: 540px;*/
  min-height: 550px;
}
input, select, textarea{
  border: 1px solid #666666;
  font-weight: bold;
  /*width:300px;*/
}
.largeurInput {
  width:300px;
}

fieldset{
  border: 0;
}
#titre{
  font-weight: bold;
  font-size: 1.2em;
}
.largeur2 {
  width: 16px;
}
.largeur3 {
  width: 24px;
}

.hidden {
  display: none;
}

.title{
  display: block;
  background-color: #e5e9e9;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px;
}
#p_bouton{
  text-align: right;
  margin-top: 20px;
  padding: 10px;
}
#bouton_soumettre{
  display:block;
  margin:20px auto;
}
#bouton, #bouton_soumettre{
  padding: 5px;
  background-color:#666666;
  border:1px solid #cccccc;
  color:#ededed;
  font-weight:bold;
  text-align: center;
  font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
  width:180px;
}
#bouton:hover, #bouton_soumettre:hover{
  background-color:#cccccc;
  border:1px solid #666666;
  color:#666666;
  text-align: center;
  cursor: pointer;
}
.textbold{
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
#contenulogin form{
  padding: 0;
  height: auto;
}
#contenu, #contenulogin{
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
}
#entete{
 display: block;
 position: relative;
 top: 0;
 left: 0;
 height: 100px;
 width: 100%;
 /*border-bottom: 3px solid #004171;*/
}
#contenu_bordure_haut{
  /*background-image: url(forminscrs.img?ww_c=LOGO_HEVS);
  background-repeat: repeat-x;*/
  height: 2px;
  display: block;
  width: 100%;
}
#txt_titre1{
  color: #666666;
  font-size: 1.9em;
  font-weight: bold;
  position: relative;
  top: 20px;
}
#titre_entete{
color: #004171;
  font-size: 1.9em;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 180px;
}
#creation{
  display: block;
  font-weight:bold;
  padding:10px;
}

#formlist{
  font-weight:bold;
}
#imgstage{
  float: left;
}
#piedpage{
  color: #000;
  font-size: 0.9em;
  text-align: center;
  display: block;
  width: 100%;
}
#piedpage a{
  color: #004171;
}
#piedpage a:hover{
  color: #89a3a8;
}
#table_piedpage{
  margin: auto;
  width: auto;
}
a         {cursor:pointer; }
a:active  {FONT-WEIGHT: bold; COLOR: #003366; TEXT-DECORATION: none;}
a:link    {FONT-WEIGHT: bold; COLOR: #003366; TEXT-DECORATION: none;}
a:visited {FONT-WEIGHT: bold; COLOR: #003366; TEXT-DECORATION: none;}
a:hover   {FONT-WEIGHT: bold; COLOR: #336699; TEXT-DECORATION: none;}

ul{
  padding: 5px;
  /*height: 220px;*/
}
li{
  margin-left: 35px;
}

/* *************************** ERREUR ******************************* */
#error {
  position : relative;
  background-color : transparent;
  margin : 0.5em;
  font-weight : bold;
  text-align : center;
  color : #ff0000;
}

/* ****************   ENTETE   ***************** */

#entete_login {
  height: 93px;
  border: 0px;
  background: #fff url(logins.img?ww_c=FOND_BANDEAU) repeat-x 0 0;
}

#logo{
  height: 79px;
  width: 172px;
/*  background: transparent url(forminscrs.img?ww_c=LOGO_HEVS) no-repeat 0 0;*/
  top: 0px;
  left: 0px;
  float: left;
}
/* ****************************  CADRE CONNEXION ********************* */

#connexion {
  /*position: relative;
  left: 0px;*/
  background-color : #89a3a8;
  color : #ffffff;
  border : 1px solid #fff;
  width : 70%;
/*  top: 2em;*/
  padding-top: 1.4em;
}

#bande_sup{
  background: transparent url(forminscrs.img?ww_c=ENTETE_FORM) no-repeat 90% bottom;
 /* top: 5em;
  left: 0px;*/
  height: 120px;
  width: 64%;
 /* position: relative; */
  border-bottom: 1.2em solid #666666;
}
.espace_avant{
  margin-top: 40px;
}
.champ_texte{
  border: 1px solid #e6e9e9;
  height : 1.4em;
  width : 10em;
  float: right;
  margin-right: 4em;
}

.champ_texte:focus{
  border: 1px solid #1d4851;
}

#bouton_ok{
  height: 2.2em;
}

#bouton_submit{
  border : 0;
  background : transparent url(forminscrs.img?ww_c=BOUTON_LOGIN) no-repeat right 9px;
  height : 2em;
  width : 30px;
  font-size: 1.1em;
  font-weight:bold;
  color : #ffffff;
  text-align: left;
  position: relative;
  cursor: pointer;
  float: right;
  margin-right: 6px;
}
#accueil li {padding-bottom : 10px;}

#descriptif_page {
  font-color: #004171;
  font-weight: bold;
}

/* ********************** MESSAGES ******************************* */
#messages {
  position : relative;
  top : 10em;
  left : 5em;
  border : 0;
  background-color : #e6e9e9;
  padding: 2em;
  width: 50%;
}  

#messages ul { padding:0px; margin:1px; margin-left:5px; }
#messages ul li {list-style-type : none;}
#messages ul li h1 { font-weight:bold; font-size:1em; color:#004171;}
#messages ul li h2 { font-weight:bold; font-size:1em; color:#004171;}
#messages ul li p { clear:both; margin:5px; }
#messages ul li a { clear:both; }

#page_login label{
  color: #000000;
  float: left;
  width: 310px;
  text-align:right;
}

#page_login input{
  width:13em;
}

input{
  
  margin:0 0 0 5px;
  padding:1px 2px;
  margin-bottom: 4px;
  background-color: #fff;
  border: 1px solid #5c71a2;
  color: #333;
  font-weight: bold;
}

textarea{
  background-color: #fff;
  border: 1px solid #5c71a2;
  color: #333;
  font-weight: bold;
  margin:0 0 0 5px;
  padding:1px 2px;
  margin-bottom: 4px;
  width:300px;
}

#erreur{
  color:#ff0000;
	border:2px solid #ff0000;
	padding: 5px;
}

#cadre{
  padding: 10px;
  margin: auto;
  text-align: left;
  background-color: #ededed;
  border-top:10px solid #ffffff;
}

.check{
  display: none;
}
#info{
  font-weight: bold;
  font-size: 1.2em;
  text-align:center;
}
#numEtape{
  display:block;
  /*text-align:right;*/
  text-align:center;
  font-weight: bold;
  padding-right: 20px;
}
.petit{
  width: 1em;
  border: 0;
  background-color: transparent;
}
.coche, .croix{
  padding: 0 0 0 10px;
}
.msgobligatoire{
  padding: 10px;
  font-weight: bold;
  font-size: 0.8em;
}
ul#erreurs{
  margin: 10px;
  display: block;
  height: auto;
}
ul#erreurs li{
  color: #ff5555;
  list-style-type:disc;  
}
.erreur{
  border: 1px solid #ff5555;
  background-color: #fff1f1;
}

.help{
  background-color: #cccccc;
  color: #000;
  border: 1px solid #666;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: bold;
}

/* css autocompletion */
input.autocompletion {
  border-top: 1px solid #5c71a2;
  border-right: 1px solid #5c71a2;
  border-bottom: 1px solid #5c71a2;
  padding:2px;
  border-left: 3px solid #5c71a2;
  width:298px;
}
input.alert { color:red; border-color:red;}
div.autocomplete { position:absolute; clear:both; background:#ededed; border:1px solid #666; border-left:7px solid #666; margin-left:5px; display:none; }
div.autocomplete ul { padding:1px; margin:1px; height: auto;}
div.autocomplete ul li { list-style-type:none; color:#000; cursor:pointer; margin-left: 2px;}
div.autocomplete ul li.selected { list-style-type:none; background:#ccc;}
div.autocomplete-immediately { position:absolute; clear:both; background:#eef; border:1px solid #4475ce; border-left:7px solid red; margin-left:5px; display:none }
div.autocomplete-immediately  ul { padding:1px; margin:1px}
div.autocomplete-immediately  ul li { list-style-type:none; color:#4475ce; cursor:pointer; }
div.autocomplete-immediately  ul li.selected { list-style-type:none; background:#ccc; }

/*console*/
div.mainconsole { position:absolute; /*width:100px;*/ margin:5px 5px 5px; background-color:#e5ecf9; opacity:1; border:solid 1px red; overflow:auto; display:none;}
div.mainconsole ul { padding:1px; margin:1px}
div.mainconsole ul li { list-style-type:none; color:#4475ce; cursor:pointer; }
div.mainconsole ul li.alert { list-style-type:none; color:red;}

/*Eqnx.Ajax.ewnet.calendar*/
img.calendar-img-button { border: none; cursor: pointer; vertical-align: middle; opacity:0.20; filter:alpha(opacity=20); -moz-opacity:0.20 }
img.calendar-img-button:hover { border: none; cursor: pointer; vertical-align: middle; opacity:1; filter:alpha(opacity=100); -moz-opacity:1 }
div.calendar-div-container { position: absolute; border: 1px solid #000; background-color: #f0f0f0; width: 210px; padding: 2px; font-size: 10px; cursor: default; z-index: 29; }
div.calendar-div-container ul { list-style-type: none; margin: 0; padding: 0; text-align: center; }
div.calendar-div-container li { float: left; }
div.calendar-div-container div.datepickerdiv { position: relative; }
div.calendar-div-container div.monthpickerdiv, div.calendar-div-container div.yearpickerdiv { position: absolute; top: 0; left: 0; visibility: hidden; }
div.calendar-div-container div.panelright { position: absolute; top: 0; right: 0; width: 41px; padding: 0; margin: 0; }
div.calendar-div-container img.selectnow { margin-right: 20px; }
div.calendar-div-container img.closecalendar { vertical-align: top; }
div.calendar-div-container a, div.calendar-div-container a:hover { text-decoration: none; color: #000; }
div.calendar-div-container a.month { display: block; width: 60px; text-align: center; }
div.calendar-div-container table { font-size: 10px; margin-left: auto; margin-right: auto; clear: both; width: 100%; }
div.calendar-div-container th { border: 1px solid #444; background-color: #CFCFCF; text-align: center; width: 23px; }
div.calendar-div-container td { border: 1px solid #444; text-align: center; cursor: pointer; background-color: #FFF; }
div.calendar-div-container td.inactive, div.calendar-div-container td.inactive:hover { background-color: #f0f0f0; border: 1px solid #CFCFCF; color: #f0f0f0; cursor: default; }
div.calendar-div-container td.today { background-color: #B3FF99; }
div.calendar-div-container td.selected { background-color: #FF99B3; }
div.calendar-div-container td.we { background-color: #99B3FF; }
div.calendar-div-container td:hover, div.calendar-div-container td.today:hover, div.calendar-div-container td.we:hover { background-color: #FFE699; }
div.calendar-div-container img { border: none; cursor: pointer; vertical-align: text-bottom; }

/* InfoBulles */
.infobulle { position: absolute; margin: 4px; width: 25em; background-color: #f5f5f5; opacity: 0.9; border: solid 1px #326699; text-align: left; }
/* Css Pour la Photo */
.prtl-crop-zone {
  margin: 0 auto;
}
.prtl-crop-buttons {
  padding: 0.5rem 0;
  text-align: initial;
}
.prtl-crop-buttons input.prtl-crop-button {
  padding: 0.36rem;
  height: 26px;
  width: 150px;
  line-height: 0.8rem;
  vertical-align: top;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 12px;
  float: right;
}
.fileContainer-croppie {
  font-weight: normal;   
  overflow: hidden;
  position: relative;
  border: 1px solid #d9d9d9;
  margin-right: 0.5rem;
  text-align: center;
  height: 26px;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0.1rem;
  cursor: pointer;
  min-width: 0;
  display: inline-block;
  vertical-align: top;
  width: 150px;
  background: white;
}
.fileContainer-croppie span {
  display: block;
  line-height: 1.3rem;
  font-weight: bold;
  padding: 0 0.4rem;
  font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 12px;
}
.prtl-crop-buttons input.prtl-crop-button:hover,
.fileContainer-croppie:hover {
  background: #507EB2;
  color: #ffffff;
}
.fileContainer-croppie [type=file] {
  cursor: inherit;
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.croppie-container {
  padding: 0 0 1rem 0 !important;
  border: 1px solid #d9d9d9;
}
.croppie-container .cr-viewport {
  border: 0 !important;
  box-shadow: 0 0 0 899px rgba(255, 255, 255, 0.8) !important;
}
.error {
  border-color: #f16b6f;
}
