body{
	background-color:#090204;
	color:#fff;
	margin-top:35px;
	font-family: 'Poppins', sans-serif;
  letter-spacing :2px;
}


.tooltip-inner {
	 min-width:100px;
	 max-width:100px;
 	 min-height:100px;
 	 margin-left:-8px;
 	 padding:6px;
 	 padding-left:10px;
	 border-radius:0%;
	 font-family: 'Poppins', sans-serif;
	 font-size:11px;
	 line-height:14px;
	 text-align:left;
}
.tooltip {
	 margin:0px;
	 margin-right:0px;
	 border-radius:0%;
}
.tooltip > .tooltip-arrow {   }
.tooltip.left > .tooltip-inner {
 	 margin-left:0;
 	 margin-right:-8px;
}

.carousel-indicators-numbers   {
			font-family:Questrial;
      margin: 0 0px;
      background-color: #000;
      max-width:120px;
      height: 24px;
      line-height: 24px;
      text-align:right;
      left:85%;
      top:-30px;
}
 
.carousel-indicators-numbers li {
		font-family:Questrial;	
      text-indent: 0;
      margin: 0 0px;
      width: 24px;
      border: none;
      color: #5D4C7B;
      background-color: #000;
      transition: all 0.25s ease;
      border-radius: 0%;
}
.carousel-indicators-numbers li.active {
		  font-family:Questrial;
      text-indent: 0;
      margin: 0 0px;
      width: 24px;
      border: none;
      color: #fff;
      background-color: #000;
      transition: all 0.25s ease;
      border-radius: 0%;
}
.carousel-indicators-numbers li:hover {
	font-family:Questrial;
      text-indent: 0;
      margin: 0 0px;
      width: 24px;
      border: none;
      color: #fff;
      background-color: #000;
      transition: all 0.25s ease;
      border-radius: 0%;
}


/* http://jsfiddle.net/jewelsjacobs/kSgE6/2/
-------------------------------------------------- */
 
 


 
.footer {
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 234px;
}
.piedpage{
	background-color:#9c846c;
}
.ligneblanche {
	height:4px;
	background-color:#FFF;
}
.lignetop {
	height:1px;
	background-color:#090204;
	margin-bottom:174px;
}

.logo{
	margin-top:0px;
	margin-left:0px;
}
.lelogo {
	float:right;
	background-color:#9c846c;
}
.bgleft{
	background-image:url("/img/bgleft.png");
	background-repeat:repeat-y;
	height:100px;
	padding-left:20px;
	padding-top:14px;
	color:#9c846c;
	font-size:11px;
	line-height:9px;
}

a.marron {
	color:#88745E;
	text-decoration:none;
}
a.marron:hover {
	color:#635546; 
	font-weight:bold;
}
a.bleu {
	color:#5D4C7B;
	text-decoration:none;
	font-size:8px;
	letter-spacing :1.5px;
}
a.bleu:hover {
	color:#896fb7;	
	font-weight:bold;
}
a.bleuOLD:hover {
	color:#3E3352;
	font-weight:bold;
}
.titre{
margin-bottom:12px;
}

.titrelogo{
margin-bottom:12px;
}

.lapage {
  background-color:#090204;
 	}

.img-grid {
	margin:0px;
	width:100px;
} 
.img-grid:hover {
	 opacity: 0.7;
//	 filter: brightness(70%);
//        -webkit-filter: brightness(70%);
//        -moz-filter: brightness(70%);
//        -o-filter: brightness(70%);
//        -ms-filter: brightness(70%);
} 

.titretexte {
	height:29px;
	line-height:10px;
}
.titretexte1 {
	font-size:12px;
	line-height:14px;
	letter-spacing :6.5px;
	font-weight:bold;
}
.titretexte2 {
	font-size:9px;
}
.titrebeige {
	color:#88745E;
}
.titrebleu{
	color:#896fb7;	
}

@media screen and (max-width: 1000px) {
  .bgleft {
   height:140px;
  }
  .lelogo {e
		float:none;
		width:400px;
	}
	
	.carousel-indicators-numbers   {
      left:75%;
    }
    
    
}
@media screen and (max-width: 420px) {
  .lelogo {
		float:none;
		width:300px;
	}
	.titrelogo {
		width:300px;
	}
}

@media screen and (max-height: 700px) {
	.lignetop {
		margin-bottom:78px;
	}
}


@media screen and (max-width: 600px) {
.carousel-indicators-numbers   {
      left:65%;
    }
}
