@charset "UTF-8";
/* CSS MISE A PLAT */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

strong {
  font-weight: bold;
  color: #0289ce;
}

em {
  font-style: oblique;
}

p {
  margin: 15px 0;
  line-height: 18px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

h1 {
  font-size: 180%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 125%;
  color: #004a6b;
  font-weight: bold;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 90%;
}

h6 {
  font-size: 80%;
}

a:link {
  color: #004a6b;
}

a:hover {
  color: #333;
}

/* Fin MISE A PLAT */
/* GENERAL */
body {
  background: #FFF;
  color: #000;
  font: 13px Helvetica, Arial, sans-serif;
}

.wrap {
  margin: 0 auto;
  width: 1024px;
}

.wrap-logo {
  width: 990px;
  height: 80px;
  padding: 20px 0 0 40px;
  border: 0px solid #000;
}

.wrap-header {
  background: url(images/fond-header.jpg) top left no-repeat;
  width: 990px;
  height: 171px;
  border: 0px solid #000;
}

.wrap-header-fr {
  background: url(images/fond-header_fr.png) top left no-repeat;
  width: 990px;
  height: 171px;
  border: 0px solid #000;
}

.header, .footer {
  float: left;
  min-width: 100%;
}

/* .header { margin: 0 0 28px 0 } */
.header .logo {
  /*background: url(images/logo.png) top left no-repeat;*/
  width: 136px;
  height: 49px;
}

.header p {
  float: right;
  width: 400px;
  margin: 0;
}

.content {
  clear: both;
  width: 1024px;
}

.list-features {
  margin: 10px 0 0 30px;
  list-style: circle;
}

.list-features li {
  margin-bottom: 5px;
}

.col-left {
  float: left;
  width: 580px;
  min-height: 230px;
  border: 0px solid #000;
  padding: 20px;
}

.col-right {
  float: left;
  width: 364px;
  margin-top: 30px;
  min-height: 230px;
  border-left: 1px solid #b2c8d2;
  padding: 10px 0 0 20px;
}

.col-right form {
  text-align: right;
  margin-bottom: 20px;
}

label {
  font-size: 10px;
  font-weight: bold;
  margin-right: 10px;
}

#bouton-submit {
  width: 100px;
  height: 28px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}

#bouton-submit {
  background: url(images/bouton-login-en.png) top left no-repeat;
}

#bouton-submit:lang(fr) {
  background: url(images/bouton-login-fr.png) top left no-repeat;
}

.footer {
  margin-top: 30px;
  background: none;
  text-align: left;
  /* Décommenter les lignes suivantes pour positionner le footer en bas de page */
  /*position:fixed;
  bottom:0;*/
}

.footer .wrap {
  margin: 0 auto;
  border-top: 1px solid #000;
  background: url(images/footer.png) top left no-repeat;
  width: 988px;
  height: 42px;
}

.footerLinks {
  text-align: center;
  margin-top: 20px;
}

.footerLinks a {
  color: #333333;
  text-decoration: none;
  margin: 0 5px;
}

input[type=text], input[type=password] {
  background-color: #f4f4f4;
  width: 200px;
  height: 24px;
}

.separateur {
  width: 100%;
  margin: 10px;
  border-top: 1px solid #b2c8d2;
}

#terms-of-use {
  position: absolute;
  width: 80%;
  margin: 0 auto;
  padding: 30px;
  text-align: justify;
}

#terms-of-use h2, #terms-of-use h3 {
  color: #004a6b;
}

/* VALIDATE (messages d'erreur) */
input.error {
  color: red;
  background-color: #FFBBBB;
}

label.error {
  display: block;
  position: absolute;
  background: white;
  width: 150px;
  border: 1px solid red;
  color: red;
  padding: 5px;
}

.termsOfUse {
  width: 990px;
  margin-left: 17px;
  padding-top: 20px;
}

.termsOfUse ol {
  margin-left: 35px;
}

.termsOfUse h2 {
  color: #004a6b;
}

.termsOfUse h1 {
  font-weight: bold;
  color: #004a6b;
}

.adr {
  font-weight: bold;
  margin-left: 20px;
}

/*# sourceMappingURL=styles.css.map */
