﻿body {
  height: 100%;
  margin: 0px;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  color: #6E6E6E;
  background-color: lightgrey;
}

.LNK_Menu_Fr {
  content: url(../Images/Site/fr.png);
  height: 40px;
}

.LNK_Menu_En {
  content: url(../Images/Site/en.png);
  height: 40px;
}

.Main {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid grey;
  box-shadow: 0.3em 0.3em 0.2em #6E6E6E;
}

.custom {
  margin: 0;
}

.NoP {
  margin: 0;
  padding: 0;
}

.Title {
  min-height: 90px;
  text-align: center;
}

.ImgUro {
  height: auto;
  cursor: pointer;
  width: 72%;
}

#Header {
  background-image: linear-gradient(#E0F8F7, #ffffff);
}

#Holder {
  margin-bottom: 20px;
}

.navbar {
  min-height: auto;
}

.navbar-default .navbar-nav > li > a {
  color: #666666;
  border-radius: 10px;
}

  .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    border-color: #adadad;
    background-color: #AFD3FE;
    color: white;
  }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.CustomB {
  float: initial;
}

#ctl00_LBL_Title1 {
  display: block;
  color: #086A87;
  font-weight: bold;
  font-size: 20px;
  margin-top: 3.5%;
}

#ctl00_LBL_Title2 {
  font-weight: normal;
  font-style: italic;
}

/*@media (min-width: 1200px) {
  .container {
    width: 805px;
  }
}*/

#DIV_Foot {
  text-align: right;
  margin-bottom: 1%;
padding: 10px;
}

.DIV_Bot {
  border: 1px solid transparent;
  border-color: #e7e7e7;
}

#ctl00_LBL_Maj {
  /*display: block;*/
}

#LNK_Ment {
  text-decoration: none;
  color: #6E6E6E;
}

  #LNK_Ment:hover {
    color: #337ab7;
  }
