@font-face {
    font-family: 'LLGTypeSans';
    src : url('LLGTypeSans-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    font-family: 'LLGTypeSans', sans-serif;
    font-size: 19px;
    color: #646464;
    line-height: 1.5;
}

.dcolleurs {
    padding-left: 50px;
}

a {
    color: #1c7ac3;
}

.vlink {
    text-decoration: underline;
    cursor: pointer;
    color: #1c7ac3;
}

.vlink:hover {
    color: #1c7ac3;
    background-color: #fcfcfc;
}

a:visited {
    color: #1c7ac3;
}

a:hover {
    color: #1c7ac3;
    background-color: #fcfcfc;
}


img.header_logo {
  width: 137px;
  margin: 20px 307px 40px 307px;
}

img.header_logo_large {
  width: 311px;
  margin: 20px 186px 50px 186px;
}

em {
  color: da2424;
}


.maincontainer {
  margin: 30px auto;
  padding: 0px;
  width: 752px;
}

.textbox {
  position: relative;
  margin: 0 auto;
  padding: 20px 40px;
  background-color: #f5f5f5;
  border: 1px solid;
  border-color: #54738a;
  border-radius: 16px;
}

.colp1 {
    width: 220px;
    min-height: 234px;
    height: 234px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.colp2 {
    min-height: 234px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textbox img.fullwidth {
  margin: 20px -40px;
}

.textbox img.photographie {
  width: 180px;
  margin: 0px 40px 40px 0px;
  border: 1px solid;
  border-color: #54738a;
}


.textbox:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  border-radius: 5px;
  background-color: #;
}

.textbox h1 {
  font-size: 34px;
  font-variant: small-caps;
  color: #54738a;
  margin: 50px 0px 20px -20px;
  line-height: 50px;
  border-top: 0px solid #907050;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f5f5f5);
  background-image: -moz-linear-gradient(top, #f5f5f5, #f5f5f5);
  background-image: -o-linear-gradient(top, #f5f5f5, #f5f5f5);
  background-image: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
}

.textbox h1:first-child {
  margin-top: 0px;
}

.textbox p:first-child {
  margin-top: 0px;
}

.maincontainer p.adresse {
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 5px;
  padding-right: 5px;
  font-style: italic;
  background-color: #fcfcfc;
}

.step_green {
  border-left: 25px solid limegreen;
  margin-left: 10px;
  padding-left: 10px;
  margin-right: 10px;
}

.step_red {
  border-left: 25px solid red;
  margin-left: 10px;
  padding-left: 10px;
  margin-right: 10px;
}

.step_orange {
  border-left: 25px solid gold;
  margin-left: 10px;
  padding-left: 10px;
  margin-right: 10px;
}

.bubble {
  display: block;
  text-decoration: none;
  color: #646464;
  margin: 10px auto;
  padding: 10px;
  padding-left: 20px;
  width:500px;
  font-weight: bold;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #e1e6eb, #c4ced7);
  background-image: -moz-linear-gradient(top, #e1e6eb, #c4ced7);
  background-image: -o-linear-gradient(top, #e1e6eb, #c4ced7);
  background-image: linear-gradient(to bottom, #e1e6eb, #c4ced7);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

.bubble:hover {
  color: #646464;
  background-image: -webkit-linear-gradient(top, #c4ced7, #e1e6eb);
  background-image: -moz-linear-gradient(top, #c4ced7, #e1e6eb);
  background-image: -o-linear-gradient(top, #c4ced7, #e1e6eb);
  background-image: linear-gradient(to bottom, #c4ced7, #e1e6eb);
}

.bubble:visited {
  color: #646464;
  background-image: -webkit-linear-gradient(top, #c4ced7, #e1e6eb);
  background-image: -moz-linear-gradient(top, #c4ced7, #e1e6eb);
  background-image: -o-linear-gradient(top, #c4ced7, #e1e6eb);
  background-image: linear-gradient(to bottom, #c4ced7, #e1e6eb);
}

.bubble.OK {
  color: #646464;
  background-image: -webkit-linear-gradient(top, #c6ded2, #a9cebb);
  background-image: -moz-linear-gradient(top, #c6ded2, #a9cebb);
  background-image: -o-linear-gradient(top, #c6ded2, #a9cebb);
  background-image: linear-gradient(to bottom, #c6ded2, #a9cebb);
}

.bubble.OK:hover {
  color: #646464;
  background-image: -webkit-linear-gradient(top, #a9cebb, #c6ded2);
  background-image: -moz-linear-gradient(top, #a9cebb, #c6ded2);
  background-image: -o-linear-gradient(top, #a9cebb, #c6ded2);
  background-image: linear-gradient(to bottom, #a9cebb, #c6ded2);
}

.bubble.OK:visited {
  color: #646464;
  background-image: -webkit-linear-gradient(top, #a9cebb, #c6ded2);
  background-image: -moz-linear-gradient(top, #a9cebb, #c6ded2);
  background-image: -o-linear-gradient(top, #a9cebb, #c6ded2);
  background-image: linear-gradient(to bottom, #a9cebb, #c6ded2);
}







.button {
  display: block;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  color: #646464;
  padding: 0 18px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

a.button {
  text-decoration: none;
  color: #646464;
}

.validate {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
} 

.rbcolleur {
  margin-right: 50px;
}

.wid4 { width: 312px; }
.wid2 { width: 132px; }
.wid1 { width:  42px; }

form h2 {
    font-size: 21px;
    margin-top: 30px;
    margin-bottom: 10px;
}

form p {
    margin: 10px 50px;
}

form ul {
    margin: 10px 50px;
}

.iform.error {
    margin: 5px 45px;
    padding: 0px 5px;
    color: #aa0000;
    background-color: #ffdddd;
}

form input {
    font-family: 'LLGTypeSans', sans-serif;
    font-size: 19px;
    padding: 0 5px;
    height: 34px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #e7e7e7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    display: block;
    float: left;
}

form input:focus {
    border-color: #a9b9c4;
    outline-color: #cbd5db;
    outline-offset: 0;
}

form .full {
    width: 570px;
    margin: 10px 50px 10px 50px;
}

form input.file {
    width: 570px;
    margin: 10px 50px 10px 50px;
    border: 0px;
    padding: 0px;
    outline: 0px;
}

form .left {
    width: 400px;
    margin: 10px 10px 10px 50px;
}

form .right {
    width: 150px;
    margin: 10px 50px 10px 10px;
}

form .left2 {
    width: 210px;
    margin: 10px 10px 10px 50px;
}

form .leftr {
    width: 410px;
    margin: 10px 10px 10px 50px;
}

form .right2 {
    width: 340px;
    margin: 10px 50px 10px 10px;
}

form label {
    font-family: 'LLGTypeSans', sans-serif;
    font-size: 19px;
    height: 34px;
    width: 240px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    float: left;
    display: block;
    float: left;
}

form input.itext {
    height: 34px;
    width: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    float: left;
}

form select {
    font-family: 'LLGTypeSans', sans-serif;
    font-size: 19px;
    margin: 10px 50px 10px 50px;
    padding: 0 5px;
    width: 570px;
    height: 34px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #e7e7e7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    display: block;
    float: left;
}

form select:focus {
    border-color: #a9b9c4;
    outline-color: #cbd5db;
    outline-offset: 0;
}

