@media print {
  #main-print, #c2, .boutongrey, .footer, .footer-plus, .pub-hd, .noprint {
    visibility:hidden;
  }
}

body, td, th, div, a, input, select, p, textarea, label, ul, li { font-family:verdana, arial; font-size:11px;}
body {
  margin:0px;
  background-color:#FFFFFF;
  font-family:verdana, arial;
  /*
  scrollbar-base-color:#E40562;
  scrollbar-face-color:#E40562;
  scrollbar-3dlight-color:#F8F8F8;
  scrollbar-arrow-color:#F8F8F8;
  scrollbar-highlight-color:#F8F8F8;
  scrollbar-darkshadow-color:#000000;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#EAEAEA;
  */
}

p,h1,h2,h3,form,ul,li {margin-top: 0px; margin-bottom: 0px; padding-top: 0px; padding-bottom: 0px;}
p.gris { font-size:9pt; color:#969696; line-height: 1.4em}
p.titredansbleu { font-size:9pt; color:#FFFFFF; text-align: center; font-weight: bold;}

a       { text-decoration:none; font-size:11px; color:#333333;}
a:hover { text-decoration: underline; color:#000000;}
a.no-underline:hover { text-decoration: none;}
a.bleu       { text-decoration:none; font-size:10px; font-weight: bold; color:#019CDC;}
a.bleu:hover { text-decoration: underline; color:#019CDC;}
a img {border: none; }

h1 { font-size:9pt; color:#969696;}
h2 { font-size:11px; color:#969696;}
TD.gris {border-style:solid; border-width:1px; border-color:#EAEAEA; background-color:#F8F8F8; padding:7px; vertical-align: top;}
TD.gris h1 { font-size:11px; color:#969696; font-weight: normal;}

div.plus {text-align: right; margin: 0px; padding-right: 5px;}


/* Colonne principale */
#main-gris {
  width: 575px;
  margin: 0px;
  padding: 0px;
}
@media print {
  #main-gris {
    border-style:none;
    background-color:#FFFFFF;
  }
}
@media screen {
  #main-gris {
    height: 451px;
    border-style:solid;
    border-width:1px;
    border-color:#EAEAEA;
    background-color:#F8F8F8;
    position:relative;
  }
}
#main-gris-h1 {
  height: 31px;
  margin:  7px;
  margin-bottom: 0px;
  padding: 0px;
}
  #main-path {
    margin: 0px;
    font-family: verdana, arial;
    font-size:8pt;
    color:#4D4D4D;
    font-weight: normal;
  }
  #main-print {
    float:right;
    margin: 0px;
    border-style:solid;
    border-width:1px;
    border-color:#EAEAEA;
    cursor:pointer;
  }
.main-item-title {
  margin-left: 7px;
  margin-right:7px;
  margin-bottom:15px;
  padding: 0px;
  font-family: verdana, arial;
  font-size:9pt;
  color:#000;
  font-weight: bold;
}

p.main-item-blue {
  margin: 7px;
  margin-bottom:15px;
  padding: 0px;
  font-size:9pt;
  color:#019CDC;
  text-align:justify;
  line-height: 1.3em;
}

p.main-item-pink {
  margin: 7px;
  margin-bottom:15px;
  padding: 0px;
  font-size:9pt;
  color:#E40562;
  text-align:justify;
  line-height: 1.3em;
}

p.main-item-grey {
  margin: 7px;
  margin-bottom:15px;
  padding: 0px;
  font-size:9pt;
  color:#4D4D4D;
  text-align:justify;
  line-height: 1.3em;
}

.main-item-desc {
  position:relative;
  height: 55px;
  margin-left: 7px;
  margin-right:7px;
  margin-bottom:15px;
  padding: 0px;
}
  .main-item-desc-img {
    width: 90px;
    height: 50px;
    border: none;
    position:absolute;
    top: 2px;
    left: 0px;
  }
  div.main-item-desc .main-item-desc-blue {
    position:absolute;
    top: 0px;
    right: 0px;
    width: 460px;
    padding: 0px;
    text-align:justify;
    font-size:8pt;
    color:#019CDC;
  }
  div.main-item-desc .main-item-desc-pink {
    position:absolute;
    top: 0px;
    right: 0px;
    width: 460px;
    padding: 0px;
    text-align:justify;
    font-size:8pt;
    color:#E40562;
  }
  div.main-item-desc .main-item-desc-grey {
    position:absolute;
    top: 0px;
    right: 0px;
    width: 460px;
    padding: 0px;
    text-align:justify;
    font-size:8pt;
    color:#4D4D4D;
  }
  .main-item-desc-grey a, .main-item-desc-grey a:hover {
    font-size:8pt;
    color: #019CDC;
    font-weight:bold;
    text-decoration:none;
  }
  .lexique-desc {
    color: #E40562;
    letter-spacing: 2px;
  }
  a.lexique-desc:hover {
    color: #E40562;
    font-weight:bold;
    text-decoration:none;
    letter-spacing: 2px;
  }
  .lexique-selected {
    font-size:12pt;
    color: #000000;
    font-weight:bold;
    letter-spacing: 1px;
  }

#main-item-body {
  margin-left: 7px;
  margin-right:0px;
  padding: 0px;
  font-family: verdana, arial;
  font-size:8pt;
  color:#000;
  font-weight: normal;
  position : absolute;
  bottom : 0;
  width : 568px;
}

#main-item-body blockquote {
  margin-top: 0px;
  margin-bottom: 0px;
}
#main-item-body h2 { font-size:8pt; margin-bottom: 1em}
#main-item-body h3 { font-size:8pt; margin-bottom: 1em; font-style: italic; font-weight: bold;}

.main-item-body-blue {
  text-align:justify;
  margin-right:7px;
  line-height: 1.2em;
  color:#019CDC;
  list-style: none url(images/tiret-blue.gif);
}
.main-item-body-blue a, .main-item-body-blue a:hover {
  color: #019CDC;
  text-decoration:underline;
}
.main-item-body-pink {
  margin-right:7px;
  text-align:justify;
  line-height: 1.2em;
  color:#E40562;
  list-style: none url(images/tiret-pink.gif);
}
.main-item-body-pink a, .main-item-body-pink a:hover {
  color: #E40562;
  text-decoration:underline;
}
.main-item-body-grey {
  margin-right:7px;
  text-align:justify;
  line-height: 1.2em;
  color:#000;
  list-style: none url(images/tiret-grey.gif);
}
.main-item-body-grey a {
  color: #E40562;
  text-decoration:none;
}
.main-item-body-grey a:hover {
  color: #E40562;
  text-decoration:underline;
}
.main-item-body-black {
  margin-right:7px;
  text-align:justify;
  line-height: 1.2em;
  color:#000;
  list-style: none url(images/tiret-black.gif);
}
p.main-item-body-black {
  margin-bottom:3px;
}
.main-item-body-black a {
  color: #000;
  text-decoration:none;
}
.main-item-body-black a:hover {
  color: #333333;
  text-decoration:underline;
}
#main-item-body-c {
  text-align: center;
  margin-left: 0px;
  margin-right:0px;
  padding: 0px;
  font-family: verdana, arial;
  font-size:11px;
  color:#000;
  font-weight: normal;
}
@media screen {
  #main-item-body {
    height: 314px;
    overflow: auto;
  }
  #main-item-body-c {
    height: 314px;
    overflow: auto;
  }
}

  #main-item-body-c p.footer {
    text-align:justify;
    font-size:12px;
    margin:0 10px;
    color:#4D4D4D;
    line-height: 1.3em;
  }

  #main-item-body-c a.footer {
    font-size:12px;
    font-weight: bold;
    color:#E40562;
    text-decoration: underline;
  }
  #main-item-body-c a {
    color:#E40562;
    text-decoration: underline;
  }

  .main-item-body-c-error {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  p.error {
    font-family:verdana, arial;
    font-size:8pt;
    color:#FF0000;
    text-align: left;
    font-weight: bold;
    padding-left: 25px;
    background-image: url(images/error.gif);
    background-repeat: no-repeat;
    background-position: center left;
    line-height: 1.6em;
  }

  .main-item-body-c-boxtitle {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 5px;
    font-family: verdana, arial;
    font-size:9pt;
    background-color:#019CDC;
    color:#fff;
    font-weight: bold;
  }
  .main-item-body-c-boxbody {
    width: 392px;
    margin-left: auto;
    margin-right: auto;
    border-style:solid;
    border-width:1px;
    border-color:#019CDC;
    text-align: left;
    padding: 8px;
    font-family: verdana, arial;
    font-size:8pt;
    color:#000;
    font-weight: normal;
  }
  .main-item-body-cp-boxtitle {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding: 5px;
    font-family: verdana, arial;
    font-size:9pt;
    background-color:#019CDC;
    color:#fff;
    font-weight: bold;
  }
  .main-item-body-cp-boxbody {
    width: 490px;
    margin-left: auto;
    margin-right: auto;
    border-style:solid;
    border-width:1px;
    border-color:#019CDC;
    text-align: left;
    padding: 8px;
    font-family: verdana, arial;
    font-size:8pt;
    color:#000;
    font-weight: normal;
  }
    .main-item-body-c-boxbody p.retrait {
    color: #4D4D4D;
    padding-left: 20px;
    font-style: italic;
    text-align:justify;
    }
    .main-item-body-c-boxbody p.retraitm, .main-item-body-cp-boxbody p.retraitm {
    color: #4D4D4D;
    padding-top: 5px;
    padding-left: 20px;
    font-style: italic;
    text-align:justify;
    font-size:7pt;
    }

    .main-item-body-c-boxbody .total, .main-item-body-cp-boxbody .total {
    color: #E40562;
    font-weight: bold;
    }
  .lexique-terme {
    color: #019CDC;
    margin-bottom:8px;
  }
  a.lexique-terme:hover {
    color: #019CDC;
    text-decoration:none;
  }
  .lexique-def {
    margin-bottom:12px;
    margin-right:20px;
    text-align:justify;
  }
  .lexique-def a, .lexique-def a:hover {
    color:#E40562;
    font-weight:bold;
    text-decoration:none;
  }

  .needed {
  color: #e40562;
  font-weight: bold;
  }

/* Colonne de gauche */
#c2
{
  float:right;
  width: 190px;
  border-style:solid;
  border-width:0px;
  border-color:#EAEAEA;
  margin: 0px;
  padding: 0px;
}

div.c2-title-bleu {
  border-style:none;
  background-color:#019CDC;
  height: 15px;
  padding:5px;
  margin-bottom: 5px;
  font-size:9pt;
  color:#FFFFFF;
  text-align: left;
  font-weight: bold;
}

div.c2-title-gris {
  border-style:solid;
  border-width:1px;
  border-color:#EAEAEA;
  background-color:#EAEAEA;
  height: 15px;
  padding:5px;
  margin-bottom: 5px;
  font-size:9pt;
  color:#4D4D4D;
  font-weight: normal;
}

div.c2-part-bleu {
  position:relative;
  border-style:solid;
  border-width:1px;
  border-color:#DDDDDD;
  background-color:#FFFFFF;
  padding:5px;
  padding-top:0px;
  margin-bottom: 5px;
  font-size:11px;
  font-weight: normal;
  color: #019CDC;
}

div.c2-part-gris {
  border-style:solid;
  border-width:1px;
  border-color:#DDDDDD;
  background-color:#FFFFFF;
  padding:5px;
  padding-top:15px;
  margin-bottom: 5px;
  font-size:11px;
  font-weight: normal;
  color: #969696;
}

div.c2-menu-gris {
  border-style:solid;
  border-width:1px;
  border-color:#DDDDDD;
  background-color:#FFFFFF;
  padding:5px;
  padding-top:10px;
  margin-bottom: 5px;
  font-size:11px;
  font-weight: normal;
  color: #969696;
  height: 403px;
  overflow: auto;
}

div.c2-part-gris a, div.c2-menu-gris a {
  font-size:9pt;
  color: #969696;
}

h1.calc {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image:  url(images/pcalc.gif);
  background-position: center left;
}
p.calc
{
  padding-left: 20px;
  background-repeat: no-repeat;
  background-image:  url(images/pcalc.gif);
  background-position: top left;
  margin-right:7px;
  text-align:justify;
  line-height: 1.2em;
  color:#4D4D4D;
  padding-bottom:8px;
}
h1.hdoc {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image:  url(images/pdoc.gif);
  background-position: center left;
}
h2.hdoc {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image:  url(images/pdoc.gif);
  background-position: center left;
}
.redo {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-image:  url(images/predo.gif);
  background-position: center left;
}
div.expandable {
  margin:0px;
  padding:0px;
}
div.expandable p {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* Header - Main - Footer */

#header {
  width: 778px;
  height: 85px;
  margin: 0px;
  padding: 0px;
}

#main {
  width: 778px;
  margin: 0px;
  padding: 0px;
}

@media screen {
  #header {
    margin-bottom: 4px;
    position:relative;
    left: 50%;
    margin-left: -379px; /* moitié de la largeur */
  }
  #main {
    height: 457px;
    position:relative;
    left: 50%;
    margin-left: -379px; /* moitié de la largeur */
  }
}
div.footer {
  width: 778px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-top: 4px;
  position:relative;
  left: 50%;
  margin-left: -379px; /* moitié de la largeur */
}
.baseline
{
  width: 100%;
  position:absolute;
  left: 0;
  top: 610px;
  color:#969696;
}
.footer-plus {
  width: 778px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  margin-top: 4px;
  position:relative;
  left: 50%;
  margin-left: -379px; /* moitié de la largeur */
}
.footer-plus p {
  color:#4D4D4D;
}

#hmillet {
  position:absolute;
  left:60px;
  top:-20px;
  display:none;
}
#hmillet a{
  color:#FFFFFF;
}
/* Home page */

#main-hp
{
  width: 578px;
  height: 457px;
  margin: 0px;
  padding: 0px;
  border-style:none;
}
#main-hp-gris {
  width: 578px;
  height: 270px;
  margin: 0px;
  padding: 0px;
  border-style:solid;
  border-width:1px;
  border-color:#EAEAEA;
  background-color:#F8F8F8;
  background-image: url(images/photo-HP.gif);
  background-repeat: no-repeat;
  position: relative;
}

#main-hp-title {
  background-color:#F8F8F8;
  position: absolute;
  top: 20px;
  left : 170px;
  width : 360px;
  font-size: 12pt;
  color:#E40562;
  z-index : 1;
}
#main-hp-title-img {
  background-color:#F8F8F8;
  position: absolute;
  top: 20px;
  left : 165px;
  z-index :2;
}
#hp-contact-text {
  position: absolute;
  top: 10px;
  left : 15px;
  width : 150px;
  font-size: 7pt;
  z-index : 1;
  color:#FFFFFF;
}
.hp-contact-img {
  background-color:#FFFFFF;
  z-index :2;
  margin-top:2px;
  position: relative;
}

#main-hp-bouton-sous
{
  position: absolute;
  left: 220px;
  bottom: 4px;
}
#hp-res-pri {
  position: absolute;
  left: 190px;
  bottom: 15px;
  width:100px;
  text-align:center;
  font-weight: bold;
  letter-spacing: 0.8px;
  color:#95CEEC;
}
#hp-res-pri:hover {
  letter-spacing: 1px;
  color:#019CDC;
}
#hp-res-pri-txt {
  margin-left: 15px;
  margin-right: 15px;
}
#hp-res-sec {
  position: absolute;
  left: 300px;
  bottom: 15px;
  width:120px;
  text-align:center;
  font-weight: bold;
  letter-spacing: 0.8px;
  color:#95CEEC;
}
#hp-res-sec:hover {
  letter-spacing: 1px;
  color:#019CDC;
}
#hp-res-sec-txt {
  margin-left: 5px;
  margin-right: 5px;
}
#hp-res-inv {
  position: absolute;
  left: 420px;
  bottom: 15px;
  width:120px;
  text-align:center;
  font-weight: bold;
  letter-spacing: 0.8px;
  color:#95CEEC;
}
#hp-res-inv:hover {
  letter-spacing: 1px;
  color:#019CDC;
}
#hp-res-rac {
  position: absolute;
  left: 486px;
  bottom: 7px;
}
#hp-res-rac-txt {
  margin-left: 4px;
  margin-right: 4px;
}
#hp-animation {
  position: absolute;
  left: 225px;
  top: 100px;
}

#hp-res-inv-img {
  position: absolute;
  bottom: 2px;
  left:25px;
  display:none;
}


.hp-div-sous {
  cursor:pointer;
}

.hp-div-sous:hover {
  text-decoration: none;
  cursor:pointer;
}

/* HP Bottom */

a.hp-bottom-bleu { text-decoration:none; font-size:8pt; font-weight: bold; color:#019CDC; position:absolute; bottom:5px; right: 8px;}
a.hp-bottom-bleu:hover { text-decoration: underline; color:#019CDC;}

.main-hp-bottom-title
{
   height: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.main-hp-bottom-cadre
{
  border-style:solid;
  border-width:1px;
  border-color:#DDDDDD;
  height: 135px;
  position: relative;
}

.main-hp-bottom-img
{
  position:absolute;
  top:0px;
  left: 0px;
}

#main-hp-bottom1 {
  width: 283px;
  height: 170px;
  margin: 0px;
  padding: 0px;
  border-style:none;
  border-width:1px;
  position: relative;
}
#main-hp-bottom1-txt {
  position:absolute;
  top:0px;
  right: 0px;
  width: 155px;
  margin: 0px;
  padding: 0px;
}
#main-hp-bottom1-txt p {
  font-size:9pt;
  color:#969696;
  margin-top: 8px;
  line-height: 1.2em;
}
#main-hp-bottom1-txt a  {
  font-size:9pt;
  color:#E40E67;
}
#main-hp-bottom1-txt a:hover {
  text-decoration: none;
}

#main-hp-bottom2 {
  float: right;
  width: 283px;
  height: 170px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
#main-hp-bottom2-txt {
  position:absolute;
  top:0px;
  right: 0px;
  width: 150px;
  margin: 0px;
  padding: 0px;
}
#main-hp-bottom2-txt p {
  font-size:9pt;
  color:#969696;
  margin-top: 8px;
  line-height: 1.2em;
}
#main-hp-bottom2-txt a  {
  font-size:9pt;
  color:#E40E67;
}
#main-hp-bottom2-txt a:hover {
  text-decoration: none;
}
div.hpsimu1 {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 10px;
}
div.hpsimu2 {
  float: right;
  text-align: right;
  margin-top: 12px;
  font-weight: bold;
}

.footer-hp-title {
  font-size:9pt;
  color: #969696;
  font-weight:bold;
}
.footer-hp-td-title {
  font-size:8pt;
  color: #019CDC;
  font-weight:bold;
}
.footer-hp-td-txt {
  font-size:7pt;
  color: #4D4D4D;
  text-align:justify;
}

.partList {
  height:16px;
}
.partList a {
  color: #7D7D7D;
  font-size:7pt;
}
.partList span {
  color: #7D7D7D;
  font-size:7pt;
}

/* boutons divers */
div.bouton {
  width: 98px;
  height: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 3px;
  background-image: url(images/bouton_off.gif);
  background-repeat: no-repeat;
  font-size:11px;
  cursor:pointer;
  color:#FFFFFF;
  font-weight: bold;
}
a.bouton {
  background-image: url(images/bouton_on.gif);
  display: block;
  width: 98px;
  height: 20px;
  text-align: center;
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  padding-top: 3px;
  background-repeat:no-repeat;
  color: #e40562;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}

a.bouton:hover {
  background-image: url(images/bouton_off.gif);
  color: White;
  display: block;
  width: 98px;
  height: 20px;
  text-align: center;
  font-family: verdana;
  padding-top: 3px;
  background-repeat:no-repeat;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}

a.bouton_190 {
  background-image: url(images/bouton_190_off.gif);
  display: block;
  width: 190px;
  height: 42px;
  text-align: center;
  font-family: verdana;
  font-size: 9pt;
  font-weight: bold;
  padding-top: 6px;
  background-repeat:no-repeat;
  color: #e40562;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}

a.bouton_190:hover {
  background-image: url(images/bouton_190_on.gif);
  background-repeat:no-repeat;
  color: White;
  text-decoration: none;
}
input.boutonOFF {
  width: 98px;
  height: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color:#F8F8F8;
  background-image: url(images/bouton_on.gif);
  background-repeat: no-repeat;
  font-size:11px;
  cursor:pointer;
  color:#E40562;
  font-weight: bold;
  border-style:none;
}

input.boutonON {
  width: 98px;
  height: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color:#F8F8F8;
  background-image: url(images/bouton_off.gif);
  background-repeat: no-repeat;
  font-size:11px;
  cursor:pointer;
  color:#FFFFFF;
  font-weight: bold;
  border-style:none;
}

input.boutonback {
  text-align: right;
  background-color:#019CDC;
  font-size:11px;
  cursor:pointer;
  color:#FFCFE3;
  font-weight:bold;
  text-decoration:underline;
  border-style:none;
}

a.sendmail {
  cursor:pointer;
}


