@charset "UTF-8";
/* --------------------------
 * -                           -
 * -       variables           -
 * -                           -
 * -------------------------- */
/* --------------------------
 * -                           -
 * -       variables           -
 * -                           -
 * -------------------------- */
/* --------------------------
 * -                           -
 * -           Css             -
 * -                           -
 * -------------------------- */
/* line 18, ../sass/cv.sass */
body {
  width: 80%;
  min-width: 700px;
  background: #c8cdd7;
  /*color:black; */
  margin: auto;
}

/* --------------------------
 * -                           -
 * -       règles génériques   -
 * -                           -
 * -------------------------- */
/* --- Pour les liens --- */
/* line 32, ../sass/cv.sass */
a {
  color: #5a6473;
}
/* line 34, ../sass/cv.sass */
a#text {
  color: #5a6473;
}
/* line 37, ../sass/cv.sass */
a:hover {
  color: #e66e6e;
  font-style: italic;
}
/* line 40, ../sass/cv.sass */
a:visited {
  color: #967878;
}
/* line 42, ../sass/cv.sass */
a img {
  border: none;
}

/* line 45, ../sass/cv.sass */
.text {
  text-align: justify;
  text-indent: 40px;
}

/* --------------------------
 * -                           -
 * -           Header          -
 * -                           -
 * -------------------------- */
@import url(compass/css3/images.css);
/* --------------------------
 * -                           -
 * -       variables           -
 * -                           -
 * -------------------------- */
/* --------------------------
 * -                           -
 * -            Banner         -
 * -                           -
 * -------------------------- */
/* line 15, ../sass/partial/_banner.sass */
#banner {
  height: 15%;
  min-height: 150px;
  background: url("../banner/small.png") no-repeat bottom right black;
  background: url("../banner/full_NB0000.png") no-repeat bottom right white;
  background: -ms-linear-gradient(left top, #0f0f0f, #0f0f0f, rgba(15, 15, 15, 0.7), rgba(15, 15, 15, 0)), url("../banner/full_NB0000.png") bottom right black;
  background: -webkit-linear-gradient(left top, #0f0f0f, #0f0f0f, rgba(15, 15, 15, 0.7), rgba(15, 15, 15, 0)), url("../banner/full_NB0000.png") bottom right black;
  background: -moz-linear-gradient(left top, #0f0f0f, #0f0f0f, rgba(15, 15, 15, 0.7), rgba(15, 15, 15, 0)), url("../banner/full_NB0000.png") bottom right black;
  background: -o-linear-gradient(left top, #0f0f0f, #0f0f0f, rgba(15, 15, 15, 0.7), rgba(15, 15, 15, 0)), url("../banner/full_NB0000.png") bottom right black;
  background: linear-gradient(left top, #0f0f0f, #0f0f0f, rgba(15, 15, 15, 0.7), rgba(15, 15, 15, 0)), url("../banner/full_NB0000.png") bottom right black;
  color: white;
}
/* line 27, ../sass/partial/_banner.sass */
#banner h2 {
  font-size: 1.5em;
  padding: 1px;
  padding-top: 2px;
  margin: 0;
  color: #5a6473;
}

/* line 34, ../sass/partial/_banner.sass */
.contact {
  margin: 0;
  margin-left: 5%;
  margin-top: 1%;
  padding: 0;
  color: #b47373;
  font-size: 0.9em;
}

/* line 42, ../sass/partial/_banner.sass */
.contactbis {
  margin-left: 5%;
  margin: 0;
  padding: 0;
  color: #b47373;
  font-size: 1em;
}
/* line 48, ../sass/partial/_banner.sass */
.contactbis a {
  color: #b47373;
}

/* --------------------------
 * -                           -
 * -       variables           -
 * -                           -
 * -------------------------- */
/* --------------------------
 * -                           -
 * -           Menu            -
 * -                           -
 * -------------------------- */
/* line 15, ../sass/partial/_menu.sass */
.fixed {
  position: fixed;
  width: 80%;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 22, ../sass/partial/_menu.sass */
nav {
  width: 100%;
  height: 80px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(50%, #c8cdd7), color-stop(65%, rgba(200, 205, 215, 0.7)), color-stop(100%, rgba(200, 205, 215, 0)));
  background-image: -moz-linear-gradient(top, #c8cdd7 50%, rgba(200, 205, 215, 0.7) 65%, rgba(200, 205, 215, 0) 100%);
  background-image: linear-gradient(top, #c8cdd7 50%, rgba(200, 205, 215, 0.7) 65%, rgba(200, 205, 215, 0) 100%);
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  font-size: 1.1em;
}

/* line 32, ../sass/partial/_menu.sass */
ul#menu {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style: none;
  position: relative;
  /*background: url(menu_stretch.gif) repeat-x; */
  background: #5a6473;
  padding-top: 2px;
  margin-top: 0px;
  margin-bottom: 35px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 46, ../sass/partial/_menu.sass */
ul#menu li {
  float: left;
  margin: 0;
  padding: 0;
  /*border-right: 1px solid #555 /*--Divider for each parent level links-- */
}
/* line 52, ../sass/partial/_menu.sass */
ul#menu li a {
  padding: 10px 15px;
  display: block;
  color: #78afbe;
  text-decoration: none;
}
/* line 60, ../sass/partial/_menu.sass */
ul#menu li:hover {
  background: #2780c9;
  -moz-border-radius: 5px 20px 4px 14px;
  -webkit-border-radius: 5px 20px 4px 14px;
  -o-border-radius: 5px 20px 4px 14px;
  -ms-border-radius: 5px 20px 4px 14px;
  -khtml-border-radius: 5px 20px 4px 14px;
  border-radius: 5px 20px 4px 14px;
}
/* line 63, ../sass/partial/_menu.sass */
ul#menu li:hover a {
  color: #fffafa;
  /*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav-- */
}
/* line 66, ../sass/partial/_menu.sass */
ul#menu li:hover span {
  display: block;
}
/* line 69, ../sass/partial/_menu.sass */
ul#menu li span {
  float: left;
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 33px;
  display: none;
  width: 100%;
  background: #2780c9;
  color: #fffafa;
  font-size: 80%;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  -ms-border-bottom-left-radius: 10px;
  -khtml-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  -khtml-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 81, ../sass/partial/_menu.sass */
ul#menu li span a {
  display: inline;
}
/* line 83, ../sass/partial/_menu.sass */
ul#menu li span a:hover {
  text-decoration: underline;
}
/* line 86, ../sass/partial/_menu.sass */
ul#menu li#accueil {
  /*font-size: 140%; */
  background: #78afbe;
  -moz-border-radius: 25px 5px 25px 0px;
  -webkit-border-radius: 25px 5px 25px 0px;
  -o-border-radius: 25px 5px 25px 0px;
  -ms-border-radius: 25px 5px 25px 0px;
  -khtml-border-radius: 25px 5px 25px 0px;
  border-radius: 25px 5px 25px 0px;
  margin-right: 4%;
  margin-left: 4%;
}
/* line 92, ../sass/partial/_menu.sass */
ul#menu li#accueil a {
  color: #5a6473;
}
/* line 94, ../sass/partial/_menu.sass */
ul#menu li#accueil:hover {
  background: #2780c9;
}
/* line 96, ../sass/partial/_menu.sass */
ul#menu li#accueil:hover a {
  color: #fffafa;
}
/* line 100, ../sass/partial/_menu.sass */
ul#menu li#lang {
  /*font-size:140%; */
  float: right;
  background: #46505f;
  -moz-border-radius: 5px 25px 5px 25px;
  -webkit-border-radius: 5px 25px 5px 25px;
  -o-border-radius: 5px 25px 5px 25px;
  -ms-border-radius: 5px 25px 5px 25px;
  -khtml-border-radius: 5px 25px 5px 25px;
  border-radius: 5px 25px 5px 25px;
  margin-right: 4%;
  margin-left: 4%;
}
/* line 107, ../sass/partial/_menu.sass */
ul#menu li#lang a {
  color: #78afbe;
}
/* line 109, ../sass/partial/_menu.sass */
ul#menu li#lang:hover {
  background: #2780c9;
}
/* line 111, ../sass/partial/_menu.sass */
ul#menu li#lang:hover a {
  color: #fffafa;
}

/* --------------------------
 * -                           -
 * -           Footer          -
 * -                           -
 * -------------------------- */
/* line 1, ../sass/partial/_footer.sass */
#pied {
  height: 50px;
  position: fixed;
  bottom: 0px;
  width: 80%;
  min-width: 700px;
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(60%, #c8cdd7), color-stop(80%, rgba(200, 205, 215, 0.7)), color-stop(100%, rgba(200, 205, 215, 0)));
  background-image: -moz-linear-gradient(bottom, #c8cdd7 60%, rgba(200, 205, 215, 0.7) 80%, rgba(200, 205, 215, 0) 100%);
  background-image: linear-gradient(bottom, #c8cdd7 60%, rgba(200, 205, 215, 0.7) 80%, rgba(200, 205, 215, 0) 100%);
  /* --- Pour les liens --- */
}
/* line 9, ../sass/partial/_footer.sass */
#pied #box {
  min-height: 20px;
  margin: 0;
  padding: 2px;
  padding-top: 5px;
  background: #78afbe;
  color: white;
  border: solid 1px #5a6473;
  text-align: right;
  font-size: 90%;
  position: fixed;
  bottom: 4px;
  left: 10%;
  right: 10%;
  -moz-border-radius: 5px 5px 15px 15px;
  -webkit-border-radius: 5px 5px 15px 15px;
  -o-border-radius: 5px 5px 15px 15px;
  -ms-border-radius: 5px 5px 15px 15px;
  -khtml-border-radius: 5px 5px 15px 15px;
  border-radius: 5px 5px 15px 15px;
}
/* line 26, ../sass/partial/_footer.sass */
#pied a {
  color: #b47373;
}
/* line 28, ../sass/partial/_footer.sass */
#pied a:hover {
  color: #e66e6e;
  font-style: normal;
}
/* line 31, ../sass/partial/_footer.sass */
#pied a:visited {
  color: #967878;
}

/* line 34, ../sass/partial/_footer.sass */
.nav {
  width: 5%;
  text-align: left;
  float: left;
}

/* --------------------------
 * -                           -
 * -           Corps           -
 * -                           -
 * -------------------------- */
/* line 72, ../sass/cv.sass */
#corps {
  padding-top: 20px;
  margin-bottom: 80px;
}
/* line 75, ../sass/cv.sass */
#corps p, #corps pa {
  padding: 0;
  margin: 0;
  margin-left: 11%;
  margin-bottom: 20px;
  color: #003246;
  font-size: 1em;
}
/* line 82, ../sass/cv.sass */
#corps p.variante, #corps pa.variante {
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  font-family: "Arial Black", "Courrier New";
  text-align: justify;
}
/* line 88, ../sass/cv.sass */
#corps p:first-letter, #corps pa:first-letter {
  color: #001e32;
  font-size: 102%;
}
/* line 91, ../sass/cv.sass */
#corps p.text_var, #corps pa.text_var {
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  font-family: "Arial Black", "Courrier New";
  text-indent: 40px;
}
/* line 98, ../sass/cv.sass */
#corps h1, #corps h1a {
  color: #086478;
  font-size: 3em;
  font-family: "Arial Black", "Arial";
  margin-bottom: 1px;
}
/* line 104, ../sass/cv.sass */
#corps h2 {
  color: #0046a0;
  font-size: 1.3em;
  font-family: "Arial Black", "Courrier New";
  font-style: italic;
  font-variant: small-caps;
  text-indent: 30px;
  border-bottom: solid 1.5px rgba(0, 70, 160, 0.25);
}
/* line 113, ../sass/cv.sass */
#corps h3 {
  color: #00468c;
  font-size: 90%;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 1px;
  font-family: "Arial Black", "Courrier New";
  font-weight: bold;
  margin-left: 11%;
}
/* line 123, ../sass/cv.sass */
#corps h4 {
  margin: 0;
  padding: 0;
  color: #00468c;
  font-size: 80%;
  font-family: "Arial Black", "Courrier New";
  font-weight: bold;
  text-align: right;
  width: 10%;
  float: left;
}
/* line 134, ../sass/cv.sass */
#corps h5 {
  margin: 0;
  padding: 0;
  color: #003246;
  font-size: 70%;
  font-family: "Arial Black", "Courrier New";
  font-weight: normal;
  text-align: right;
  width: 10%;
  float: left;
}

/* line 145, ../sass/cv.sass */
.pub_title {
  font-weight: bold;
  font-style: italic;
  font-size: 95%;
}
