/body {
 / padding-top: 10px;
  /padding-bottom: 40px;
/background-image: url(/images/fond.jpg);
/background-repeat: -x;
/background-size:150%;
/width:100%;
/margin-left: auto;
/margin-right: auto;
/}
body {background: #ccc url("/images/fond.jpg") repeat-x;
background-size:150%;
}

.t3-copyright {
display: none;
  }

/*Couleur de fond de la navbar*/
.navbar-default {
    background-color: transparent; /*#0f006f;*/
    border-color: transparent /*#030033;*/
}

/*Couleur texte liens des titres de menu inactif*/
.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  /*background-color: #FFF;/*
 /* padding: 20px;*/
  text-transform: uppercase;
}

/*Couleur texte liens des titres de menu actif*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #000000; /*transparent;*/
}

/*                       Couleur des liens                */
a {
  text-decoration: none; /*underline;*/
  color: #FFFFFF;
}
a:visited {
  color: #FFFFFF;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: white;
  background: #000000;
}
/*                       Couleur des liens     Fin           */
h1 {
 font-size: 2.5em;
 color: #c3c7ea; /*#FF4D00;*/
 }
 h3 {
 font-family: verdana,geneva;
 font-size: 1.5em;
 color: #000000;
 font-weight: bolder;
 }
 h4 {
 font-family: verdana,geneva;
 font-size: 1.2em;
 color: #000000;
 font-style: oblique;
 }
  h5 {
  font-family: verdana,geneva;
 font-size: 1em;
 color: #000000;
 }
   h6 {
  font-family: verdana,geneva;
 font-size: 0.8em;
 color: #000000;
 font-style: oblique;
 }