<style type="text/css">
  /* Définition des balises HTML5 pour vieux navigateurs */
  div {display: block;}

/*---------------------CSS HE-Arc-------------------*/
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; 
  background-color: rgb(234, 234, 234);
  background-image: url("https://www.he-arc.ch/wp-content/uploads/SI/img/fond_formulaires.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #333;
  font-size:1em;
}

h1, h2, h3{
  color: #e30613;
  
}

h2{
  color: #e30613;
  font-size: 20px;
  font-weight: 400;
}

th{
  font-weight: 400;
}

input[type="text"],  input[type="email"],  input[type="password"],   textarea {
  padding: 8px 10px;
  margin: 0;
  margin-bottom: 3px;
  color: #555;
  border: 1px solid #e1e1e1; 
  /*width: 90%;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #333;
  background-color: #ededed;
  font-size: 12px;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  border-radius: 5px;
  border: 1px solid #dddddd;
  background-color: #e30613;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  height: 35px;
  font-weight: lighter;
  font-size: 16px;
  font-family: Verdana,Arial,sans-serif;
  position: relative;
  cursor: pointer;
  float: right;
  margin-right: 6px;
}

#header_logos{
  position: relative;
  height: 76px;
  background-color: #ffffff;
}

#header_logoArc{
  float: left;
  margin-top: 7px;
  margin-left: 35px;
  width: 203px;
  height: 61px;
  background-image: url("https://www.he-arc.ch/wp-content/themes/he-arc/static/images/logo-he-arc.svg");
  background-size: 203px 61px;
  background-repeat: no-repeat;
  cursor: pointer; 
}

#header_logoHESSO{
  float: right;
  margin-right: 30px;
  width: 186px;
  height: 80px;
  background-image: url("https://www.he-arc.ch/wp-content/uploads/SI/img/ARC_HESSO.jpg");
  background-size: 186px 80px;
}

#filAriane{
  position: relative;
  height: 40px;
  background-color: #e30613;
}

#filAriane_texte{
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1em;
  display: table-cell;
  padding-left: 35px;
  width: 100%;
  line-height: 40px;
  color: #ffffff;
  font-weight: lighter;
}

#filAriane_texte a{
  text-decoration: none;
  color: #ffffff;
}

.titre_Formulaire{
  color:#e30613;
  text-transform:uppercase;
  font-size:20px;
  font-weight:400;
  margin:0;
}

#conteneurPrinc {
  max-width:1000px;
  margin:10px auto;
  /*background: rgba(255, 255, 255, 0.95)*/
}

#contenu {
  max-width:1000px;
  background: rgba(255, 255, 255, 0.95)
}

#footer{
  position: relative;
  height: 76px;
  background-color: #5e5e5e;
  text-align: center;
}

#tb_footer{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: lighter;
}

#td_footer_elem{
  width: 20.25%;
  text-align: center;
  color: #ffffff;
}

#td_footer_elem a{
color: #ffffff;
text-decoration: none;
}

#td_footer_sep{
width: 5%;
text-align: center;
color: #ffffff;
}

td{
  vertical-align: middle;
}

.descriptionImportant{
  font-weight: 400;
  color:red;
}

.descriptionPage{
  font-weight: 400;
  color:#e30613;
}

.cadre{
  border: 1px solid #dddddd;
  border-radius: 5px; 
  padding: 10px;
  margin:6px;
}

a{
  color:#0072b0;
  text-decoration:none;
}

a:hover{
  color:#02476e;
  text-decoration:none;
}

hr{
  border-top: 1px solid #333;
  border-bottom: 1px solid #dedede;
  border-left:0px solid #dedede;
  border-right:0px solid #dedede;
}

th{
  text-align: left;
}

.invisible{
  display: none;
}

.visible{
  display: table-row;
}

.hidden {
  display: none;
}

#titre{
  font-weight: bold;
  font-size: 1.2em;
}

form{
  padding: 10px;
  min-height: auto;
}

.espaceur{
  clear:both;height:2px;
}

select {
  border: 4px solid #EFEFEF;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  outline: medium none;
  background: none repeat scroll 0 0 #FBFBFB;
  padding: 6px 0 6px 6px;
  color: #666666;
    /*font-size: 10px;*/
  margin: 1px 0;
}

.bouton{
  text-align: center;
}

#logo{
margin:10px 10px 10px 0;
  float:left; 
}

#menu{
  float:right;
  margin:10px 0 10px 10px;
}

.texteAttention{
  color: red;
  font-weight: bold;
}

a {
  cursor:pointer; 
}

a:hover{
  color: #0072b0;
  text_decoration: none;
}

table{
  width: 100%;
}

.ligne_sep{
  width: 70%;
  height: 1px;
  background-color: #ffffff;
  border: 0;
  margin: 10px auto;
}

.donneespers {
  width:80%;
}

#p_bouton{
  /*text-align: right;
  margin-top: 20px;
  padding: 10px;*/
}

#bouton_soumettre{
  display:block;
  margin:20px auto;
  cursor: inherit;
}

.check{
  display: none;
}

.coche, .croix{
  padding: 0 0 0 10px;
}

.msgobligatoire{
  padding: 10px;
  font-weight: bold;
  font-size: 0.8em;
}

/* *************************** ERREUR ******************************* */
#error {
  position : relative;
  background-color : transparent;
  margin : 0.5em;
  font-weight : bold;
  text-align : center;
  color : #ff0000;
}

#erreur{
  color:#ff0000;
  border:2px solid #ff0000;
  padding: 5px;
}

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;
}

/* ********************** 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:#507EB2;}
#messages ul li h2 { font-weight:bold; font-size:1em; color:#507EB2;}
#messages ul li p { clear:both; margin:5px; }
#messages ul li a { clear:both; }

/* css autocompletion */
input.autocompletion {
  border-bottom: 1px solid #5c71a2;
  border-left: 3px solid #5c71a2;
  width:200px;
}

input.alert { color:red; border-color:red;}

/*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; }

.title{
  display: block;
  background-color: #e5e9e9;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px;
}

</style>

