/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs de la charte : footer & divers */
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Surcharge LESS
------------------------------------------------------------*/
/*- Eléments à changer : -*/
/* couleur du texte */
/*couleur du h1 bienvenue */
/*couleur du texte par défaut*/
/*couleur des liens*/
/*couleur des titres de page*/
/*couleur de l'adresse*/
/*couleur des liens de bas de page*/
/*couleur du bouton menu de bas de page sur telephone*/
/*bandeau phrase2*/
/*bandeau phrase1*/
/* Couleurs de la charte : sous sous menus*/
/* Couleurs de la charte : encart*/
/*menu : commun*/
/*couleur du menu*/
/*couleur du menu au survol*/
/*sous menu*/
/*couleur du fond du menu*/
/*sous sous menu*/
/*menu2*/
/* fond du panneau dépliant tel */
/*sousmenu2*/
/* couleur de la fleche pour depliage des sous rubriques*/
/*menu3 sous menu*/
/*couleur du triangle pour le sous-menu*/
/*couleur de fond du sous-menu*/
/*couleur du texte de la colonne */
/*positionnement du titre de l'encart */
/* couleur de fond */
/* fond en bas de l'adresse */
/* fond en bas du contenu et avant l'adresse */
/* polices de caractères à changer */
/* Général
----------------------------------------------------------*/
/*Formatage de texte*/
/* si changement de couleur au survol */
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/* header
----------------------------------------------------------*/
/*menu*/
/*diapo
--------------------------------------------------*/
/*
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* The slices and boxes in the Slider */
/* contenu
----------------------------------------------------------*/
/* footer
----------------------------------------------------------*/
/*-coordonnees*/
/*-bas de page-*/
/*permet la transtion pour le déroulement*/
/* Intégration
----------------------------------------------------------*/
/*-accueil-*/
/** GE STYLE **/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
button {
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #1a765a;
  background-color: transparent;
  border: 1px solid #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -moz-transition: color linear .2s, background-color linear .2s, border linear .2s;
  -o-transition: color linear .2s, background-color linear .2s, border linear .2s;
  transition: color linear .2s, background-color linear .2s, border linear .2s;
}
button:hover {
  color: #1a765a;
  background-color: transparent;
  border: 1px solid #000;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
button:active {
  color: #e17009;
  background-color: #fff;
  border: 1px solid #000;
}
.commonImage {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #000;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.commonImage:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  -webkit-transition: border linear .2s, opacity linear .2s;
  -moz-transition: border linear .2s, opacity linear .2s;
  -o-transition: border linear .2s, opacity linear .2s;
  transition: border linear .2s, opacity linear .2s;
  border: 1px solid #000;
}
#ariane a {
  color: #1a765a;
  text-decoration: underline;
}
#ariane a:hover {
  color: #1a765a;
  text-decoration: none;
}
.goBack {
  font-style: italic;
  text-align: right;
}
.goBack a {
  color: #1a765a;
  text-decoration: underline;
}
.goBack a:hover {
  color: #1a765a;
  text-decoration: none;
}
.note {
  display: block;
  font-size: 0.9em;
  color: #000;
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px;
  padding: 1px;
  position: relative;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox p,
.commonErrorBox ul,
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 8px 20px 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.commonErrorBox {
  background-color: #d29191;
  background: #d29191;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#d29191),color-stop(1,#bb5e5e));
  background: -ms-linear-gradient(bottom,#d29191,#bb5e5e);
  background: -moz-linear-gradient(center bottom,#d29191 0%,#bb5e5e 100%);
  background: -o-linear-gradient(#bb5e5e,#d29191);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb5e5e', endColorstr='#d29191', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
  box-shadow: 0px 0px 6px rgba(244,187,187,0.7);
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #745050;
  text-shadow: 1px 1px 0px #eaadad;
  background-color: #f4baba;
  background: #f4baba;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f4baba),color-stop(1,#db7f7f));
  background: -ms-linear-gradient(bottom,#f4baba,#db7f7f);
  background: -moz-linear-gradient(center bottom,#f4baba 0%,#db7f7f 100%);
  background: -o-linear-gradient(#db7f7f,#f4baba);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db7f7f', endColorstr='#f4baba', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #f7d0d0;
  -moz-box-shadow: inset 0px 1px 0px #f7d0d0;
  box-shadow: inset 0px 1px 0px #f7d0d0;
}
.commonErrorBox ul {
  padding-left: 2em;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background: #c6cdaa;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#c6cdaa),color-stop(1,#a8ae8e));
  background: -ms-linear-gradient(bottom,#c6cdaa,#a8ae8e);
  background: -moz-linear-gradient(center bottom,#c6cdaa 0%,#a8ae8e 100%);
  background: -o-linear-gradient(#a8ae8e,#c6cdaa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8ae8e', endColorstr='#c6cdaa', GradientType=0);
  -webkit-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  -moz-box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
  box-shadow: 0px 0px 6px rgba(223,230,198,0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background: #e2e8c9;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e2e8c9),color-stop(1,#c1c8a7));
  background: -ms-linear-gradient(bottom,#e2e8c9,#c1c8a7);
  background: -moz-linear-gradient(center bottom,#e2e8c9 0%,#c1c8a7 100%);
  background: -o-linear-gradient(#c1c8a7,#e2e8c9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c8a7', endColorstr='#e2e8c9', GradientType=0);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  -moz-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
.two-cols,
.three-cols,
.four-cols {
  *zoom: 1;
}
.two-cols:before,
.two-cols:after,
.three-cols:before,
.three-cols:after,
.four-cols:before,
.four-cols:after {
  display: table;
  content: "";
  line-height: 0;
}
.two-cols:after,
.three-cols:after,
.four-cols:after {
  clear: both;
}
.two-cols .col,
.three-cols .col,
.four-cols .col {
  float: left;
  margin-right: 1%;
}
.two-cols .col {
  width: 48%;
}
.three-cols .col {
  width: 32%;
}
.four-cols .col {
  width: 24%;
}
.gallery .gallery-title {
  min-height: 52px;
}
body #left_column,
body #left_column a {
  color: black !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a765a;
}
body,
textarea,
input {
  color: #000;
}
a {
  color: #1a765a;
}
#rubric_title {
  color: #000000;
}
#coordinates {
  color: #010101;
}
.block_various_links li a {
  color: #000000;
}
#toggle-nav {
  /*couleur du fond du bouton menu de bas de page sur telephone*/
  background-color: #1a765a;
  color: #fff;
}
#head {
  color: #fff;
}
.important {
  color: #1a765a;
}
#menus,
#menu_top {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #menus,
  #menu_top {
    font-size: 10px;
  }
}
#menus ul a,
#menu_top ul a {
  color: #000000;
}
#menus ul a:hover,
#menu_top ul a:hover {
  color: #ffffff;
}
#menus li li a {
  background-color: #fff;
}
#menus li li li a {
  background-color: #a80000;
}
@media (max-width: 767px) {
  /*couleur du fond du menu sur telephone*/
  /*menu1*/
  /*couleur du texte du bouton sur telephone*/
  #menus li a,
  #menu_top li a {
    background-color: #16614a;
  }
  .toggleMenu {
    /*couleur du fond du bouton sur telephone*/
    background-color: #c10000;
    color: #fff;
  }
}
@media (max-width: 767px) {
  /* couleur du picto pour les tels*/
  #header a:after {
    color: #fff;
  }
  .mm-ismenu {
    background: #16614a;
  }
}
.mm-menu .mm-list > li > a.mm-subopen:after,
.mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: #eb0000;
}
.cbp-hsmenu > li.cbp-hsitem-open > a:after {
  /*taille du triangla pour le sous-menu*/
  border: solid transparent 10px;
  border-top-color: #eb0000;
}
.cbp-hsmenubg,
.cbp-hssubmenu {
  background: #fff;
}
#left_column,
#left_column a {
  color: #fff !important;
}
.encart h4 {
  /*couleur du titre de l'encart */
  color: #fff;
  line-height: 50px;
}
.encartContenu {
  /*couleur du texte de l'encart */
  color: #000 !important;
  background: #fff;
}
body,
#global_footer,
#marque {
  background-color: #186850;
}
@media (max-width: 767px) {
  #menu_middle {
    background-color: #186850;
  }
}
#global {
  background-color: #fff;
}
body {
  font-family: Verdana, sans-serif;
}
@font-face {
  font-family: "iconfnt";
  font-style: normal;
  font-weight: 400;
  src: url("/oktCommon/fonts/iconfnt/iconfnt.eot?#iefix") format("embedded-opentype"), url("/oktCommon/fonts/iconfnt/iconfnt.woff") format("woff"), url("/oktCommon/fonts/iconfnt/iconfnt.ttf") format("truetype"), url("/oktCommon/fonts/iconfnt/iconfnt.svg#scottkellum-icoregular") format("svg");
}
.nav,
#coordinates,
#head,
.toggleMenu,
.mm-menu,
#menus {
  font-family: 'Archivo Narrow', sans-serif;
}
#rubric_title,
#coordinates_list li:first-child,
.encart h4 {
  font-family: 'Anton', sans-serif;
}
h1 {
  font-weight: 700;
  font-size: 1.1em;
}
h2 {
  font-weight: 700;
  font-size: 1.3em;
}
h3 {
  font-weight: 700;
  font-size: 1.17em;
}
h4 {
  font-weight: 700;
  font-size: 1em;
}
h5 {
  font-size: .83em;
}
h6 {
  font-size: .67em;
}
p,
ul,
ol,
li {
  font-size: 1em;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
textarea {
  padding: 3px;
}
input {
  padding: 3px;
}
.aligntop {
  vertical-align: top;
}
.alignbottom {
  vertical-align: bottom;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.textshadow {
  text-shadow: #fff;
}
body {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #global {
    background-image: url('/oktThemes/ra112-s/images/bg.jpg');
    background-repeat: repeat-y;
    background-position: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #global {
    background-position: 40.2% top;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #global {
    background-position: 37.5% top;
  }
}
.container {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  #global_header {
    background: transparent url('/oktThemes/ra112-s/images/fond.jpg') repeat-x top;
  }
}
header {
  background: transparent url('/oktThemes/ra112-s/images/principale.jpg') no-repeat top;
}
#head {
  min-height: 168px;
}
#tel_head {
  float: left;
  padding: 0 5px;
}
#head p {
  margin: 0;
  font-size: 19px;
  padding-bottom: 6px;
  line-height: 20px;
}
#head .important {
  font-size: 16px;
  padding-top: 10px;
  line-height: 14px;
}
@media (max-width: 767px) {
  #tel_head,
  #head .important {
    display: none;
  }
  #head {
    text-align: center;
  }
  #head p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #menus {
    min-height: 65px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }
  #navigation {
    background: transparent url('/oktThemes/ra112-s/images/fond-menu.png') repeat-x top;
    min-height: 49px;
    padding-top: 12px;
    position: relative;
    z-index: 20;
  }
  #menus a {
    padding: 16px 5px 15px;
  }
}
@media (max-width: 767px) {
  #navigation {
    background: transparent url('/oktThemes/ra112-s/images/fond-menu.png') repeat-x center -20px;
    position: relative;
    z-index: 20;
  }
  #header a:after {
    top: 10px;
  }
  #menus a {
    padding: 10px 15px;
  }
}
#menus li {
  background: transparent url('/oktThemes/ra112-s/images/separateur.jpg') left top no-repeat;
}
#menus li:first-child {
  background: none;
}
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 60;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
@media (min-width: 768px) {
  #diapo {
    position: relative;
    z-index: 10;
    margin-top: -77px;
  }
}
@media (min-width: 992px) {
  #global_main {
    background: url('/oktThemes/ra112-s/images/fond-main.jpg') repeat-x top;
  }
}
@media (min-width: 1200px) {
  #main {
    background: transparent url('/oktThemes/ra112-s/images/main.jpg') no-repeat center top;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #main {
    background: transparent url('/oktThemes/ra112-s/images/main.jpg') no-repeat 40.2% top;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #main {
    background: transparent url('/oktThemes/ra112-s/images/main.jpg') no-repeat 37.5% top;
  }
}
#content_bg_image {
  min-height: 200px;
  position: relative;
}
@media (min-width: 1200px) {
  #content_bg_image {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  #menu_middle {
    position: relative;
    z-index: 10;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  #menu_middle {
    position: absolute;
    top: -160px;
    width: 95%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #menu_middle {
    margin-top: -125px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #menu_middle {
    margin-top: -85px;
  }
}
@media (max-width: 767px) {
  #menu_middle {
    background-image: url('/oktThemes/ra112-s/images/fond-adresse.jpg');
    background-repeat: repeat-x;
    background-position: center -50px;
    padding-top: 15px;
  }
}
#content {
  padding: 40px 0 10px;
}
#rubric_title {
  position: absolute;
  top: 0px;
  left: 26%;
  font-size: 30px;
  line-height: 32px;
}
@media (min-width: 1200px) {
  #rubric_title {
    top: 45px;
  }
}
@media (max-width: 767px) {
  #rubric_title {
    left: 15px;
  }
}
#global_footer {
  background-image: url('/oktThemes/ra112-s/images/fond-adresse.jpg');
  background-repeat: repeat-x;
  background-position: top;
}
@media (min-width: 768px) {
  footer {
    background: transparent url('/oktThemes/ra112-s/images/adresse.jpg') no-repeat top;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer {
    background: transparent url('/oktThemes/ra112-s/images/adresse.jpg') no-repeat 40.2% top;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  footer {
    background: transparent url('/oktThemes/ra112-s/images/adresse.jpg') no-repeat 37.5% top;
  }
}
#coordinates {
  min-height: 81px;
  text-align: center;
  font-size: 22px;
}
#coordinates_list {
  margin: 0;
}
#coordinates_list li {
  list-style: none outside;
}
#coordinates_list li:first-child {
  border-left: none;
  background: transparent;
  font-size: 26px;
}
@media (min-width: 768px) {
  #coordinates {
    text-align: center;
  }
  #coordinates_list {
    padding: 47px 0 0;
  }
  #coordinates_list li {
    display: inline-block;
    padding: 0 10px 0;
  }
}
@media (max-width: 767px) {
  #coordinates {
    text-align: left;
  }
  #coordinates_list {
    padding: 50px 0 10px;
  }
  #coordinates_list li {
    display: block;
    padding: 5px 0 0;
  }
}
#toggle-nav:hover {
  border: none;
}
.block_various_links li a {
  font-size: .91em;
}
@media (max-width: 767px) {
  [id=menu_bottom] ul {
    max-height: 310px;
  }
}
#marque {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #marque {
    background-image: url('/oktThemes/ra112-s/images/fond-adresse.jpg');
    background-repeat: repeat-x;
    background-position: center -32px;
    padding-top: 25px;
  }
}
#powered {
  padding-top: 8px;
}
#site img {
  vertical-align: top;
}
#site {
  text-align: center;
  padding-top: 5em;
}
.texte_gauche {
  padding-left: 20px;
}
.texte_droite {
  padding-right: 20px;
}
.texte {
  padding: 0 20px;
}
.encart {
  background: transparent url('/oktThemes/ra112-s/images/encart_bas.png') no-repeat left bottom;
  padding-bottom: 16px;
}
.encart h4 {
  background: transparent url('/oktThemes/ra112-s/images/encart_haut.png') no-repeat left top;
  margin: 0;
  height: 57px;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #fff;
  line-height: 50px;
}
.encartContenu {
  background: transparent url('/oktThemes/ra112-s/images/encart_bg.jpg') left top repeat-y;
  color: #c10000;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .encartContenu {
    padding: 5px 10px;
  }
}
@media (min-width: 1200px) {
  .encartContenu {
    padding: 5px 35px 5px 10px;
  }
}
@media (max-width: 767px) {
  .encart {
    width: 235px;
    margin: 0 auto;
  }
  .encartContenu {
    padding: 5px 10px;
  }
}
@media (min-width: 1200px) {
  .texteG {
    padding: 0 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .encartContenu {
    display: none;
  }
  .encart h4 {
    position: relative;
    cursor: pointer;
  }
  .encart h4:after {
    font-family: FontAwesome;
    font-size: 20px;
    display: block;
    content: "\f067";
    position: absolute;
    right: 10px;
    top: 3px;
  }
}
.bullet {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bullet li {
  background: url('/oktThemes/ra112-s/images/icon.png') no-repeat left 3px;
  padding: 0 0 5px 20px;
}
#ariane {
  background: none !important;
  text-shadow: none !important;
}
@media (min-width: 768px) {
  #menu_bottom ul li ul {
    display: inline !important;
    position: relative !important;
    left: 0;
    top: 0px !important;
    width: 490px !important;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #menu_bottom li:hover ul li a {
    display: inline;
    padding: 0px 6px !important;
  }
  #menu_bottom li:hover ul li {
    display: inline !important;
    width: auto !important;
    padding: 0;
  }
  #menu_bottom li a,
  #menu_bottom li a:hover {
    padding: 0px 6px !important;
  }
}
@media (max-width: 767px) {
  #menu_bottom ul li ul {
    top: 0 !important;
    width: 210px !important;
  }
  #menus li:first-child,
  #menu_top li:first-child {
    margin-top: 30px !important;
  }
}
.hauteur1 {
  min-height: 180px;
}
.presen {
  text-align: center;
  margin-bottom: 25px;
}
.presen p {
  height: 65px;
}
#center_column #galleries_list .gallery {
  min-height: 300px;
}
#center_column #galleries_list .gallery .gallery-title {
  min-height: 87px;
}
@media (max-width: 767px) {
  #center_column #galleries_list .gallery {
    min-height: 330px;
  }
}
.VoirBott {
  width: 70%;
  text-align: center;
  background-color: #1a765a;
  padding: 10px 5px;
  border: 2px solid #1a765a;
  margin: 0 auto;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
}
.VoirBott:hover {
  background-color: transparent;
  border: 2px solid #1a765a;
  color: #1a765a;
}
.VoirBott:hover a {
  color: #1a765a;
}
.VoirBott a {
  color: #fff;
  text-decoration: none;
}
.margBott {
  margin-bottom: 45px;
}
.myul {
  margin-left: -25px;
}
.mytitle strong {
  color: #1a765a;
}
table.mytable tr td {
  padding-left: 10px;
}
table.mytable tr:nth-child(even) {
  background-color: #f2f2f2;
}
.myimg1 {
  max-width: 72%;
  display: block !important;
  margin: 0 auto;
}
.menu_top ul li a,
.menu_bottom ul li a {
  text-transform: capitalize;
}
.mylogo {
  margin-right: 6%;
  margin-top: 3.5%;
  width: 30%;
}
@media (max-width: 767px) {
  .mylogo {
    width: 43%;
    margin: 0 auto;
  }
}
.bullet li {
  background: rgba(0,0,0,0) url("/oktThemes/ra112-s/images/icon.png") no-repeat scroll left 3px;
  list-style: outside none none;
  padding: 0 0 5px 20px;
}
ul#mm-0 {
  text-transform: none;
}
nav#menu_top ul li a {
  font-size: 16px;
}
#global {
  background-image: none;
  background-repeat: repeat-y;
  background-position: center;
}
.encart {
  background: none;
  padding-bottom: 16px;
}
footer {
  background: none;
}
p.VoirBott.retour {
  width: 220px;
}
