h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #939598;
}

#logo
{
position: absolute;
left: 0px;
top : 80px;
}

.borderbar
{
border: 0px solid black;
padding: 5px; /* Marge intérieure */
margin: 2px 2px 2px 25px; /* Marge extérieure : haut,droite,bas,gauche */
}

p { 
  text-align: justify;
}
.imageflottante
{
    float: left;
}
@media (max-width: 767px) 
{
#nav-hor { /* Change de type de menu pour petites tailles d'écran plus utilisé avec nouveau menu*/
   display: none;
}
}

@media (max-width: 1000px) 
{
#vide { /* Efface les cases vides pour petites tailles d'écran */
   display: none;
}
#Caroussel { /* Efface le Caroussel pour petites tailles d'écran */
   display: none;
}
}
@media (min-width: 768px) 
{
#nav-ver {  /* Change de type de menu pour petites taille d'écran plus utilisé avec nouveau menu*/
   display: none;   
}
}

.breadcrumb {
  padding: 1px 10px;
  margin-bottom: 15px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/*- Menu Tabs 4--------------------------- */

    #tabs4 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #6B78A9;
	  
      }
    #tabs4 ul {
          margin:0px;
          padding:10px 10px 0 40px;
          list-style:none;
      }
    #tabs4 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs4 a {
      float:left;
      background:url("../img/tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #tabs4 a span {
      float:left;
      display:block;
      background:url("../img/tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6B78A9;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs4 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs4 a:hover span {
      color:#6B78A9;
      }
    #tabs4 a:hover {
      background-position:0% -42px;
      }
    #tabs4 a:hover span {
      background-position:100% -42px;
      }

    #tabs4 #current a {
              background-position:0% -42px;
      }
    #tabs4 #current a span {
              background-position:100% -42px;
      }
		
	#IA div {
	    margin-top:20px;
	  }
	#RT div {
	    margin-top:20px;
	  }
	#RN div {
	    margin-top:20px;
	  }
	  
/* Carousel de photos */	
	  
.infiniteCarousel {
  width: 750px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 650px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 226px;
  margin: 0 50px; /* espace entre flèche et première image */
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 226px;  
  width: 160px; /* hauteur de l'image */
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 600ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 37px;
  width: 37px;
  background: url(../img/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 100px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

.dropdown-backdrop {
display: none !important;
}



