#nav                   { display: block; width: auto; margin: 10px auto; text-align: center; white-space: nowrap; line-height: 3em; }
#nav a                 { text-align: center; background: black; color: white; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; }
#nav a.git             { background: #006; }
#nav a.play            { background: #060; }
#nav a.issue           { background: #600; }
#nav a:hover, #nav a.current { background: #666; }

.themeselector         { margin: 0 auto; text-align: center; }

#status                { color: #00a; font-weight: bold; }
.alert                 { color: #f00; font-weight: bold; }
.alert a               { color: #a00; }
.data                  { width: 100%; border: #555 1px solid; border-collapse: collapse; }
.data td, .data th     { border: #555 1px solid; padding: 0 5px; }
.data th               { background: #eee; }
.data .col             { width: 200px; }

/* For Specific Slides */
.textSlide             { padding: 0px; text-align: left; }
.textSlide ul          { list-style: disc; margin: 0; padding-left: 0px; }
.textSlide ul li       { display: list-item; }
.rightside             { float: right; margin: 0 0 2px 10px; }

.textSlide a{
	color: #DFB76E;
}

.textSlide a:hover{
	color: #000000;
}

.quoteSlide            { padding: 0px; }
.quoteSlide blockquote { font: italic 24px/1.5 Georgia, Serif; text-align: center; color: #444; margin: 0 0 10px 0; }
.quoteSlide p          { text-align: left; }


/* Set slider2 panel sizes */
#slider2 .panel1       { width: 250px; height: 190px; }
#slider2 .panel2       { width: 250px; height: 190px; }
#slider2 .panel3       { width: 250px; height: 190px; }
#slider2 .panel4       { width: 250px; height: 190px; }
#slider2 .panel5       { width: 250px; height: 190px; }
#slider2 .panel6       { width: 250px; height: 190px; }

/*** FX Demo Page CSS ***/
/* Demo page accordions */
.accordion             { width: 70%; margin: 0 auto; }
.accordion .ui-widget-content a { color: #004499; }

/** Demo 1 **/
/* colorbox images to full size */
#cboxPhoto             { width: 100%; height: 100%; margin: 0 !important; }

/* Change metallic slider defaults to show thumbnails -
  using #demo2 (page wrapper) to increase this CSS priority */
#demo2 div.anythingSlider-metallic .thumbNav a { background-image: url(); height: 30px; width: 30px; border: #000 1px solid; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
#demo2 div.anythingSlider-metallic .thumbNav a span { text-indent: 0; }

/* border around image to show current page */
#demo2 div.anythingSlider-metallic .thumbNav a:hover,
#demo2 div.anythingSlider-metallic .thumbNav a.cur { border-color: #fff; }
/* reposition the start/stop button */
#demo2 div.anythingSlider-metallic .start-stop { margin-top: 15px; }


/* position close button */
.caption-top .close,
.caption-right .close,
.caption-bottom .close,
.caption-left .close     { font-size: 80%; cursor: pointer; float: right; display: inline-block; }

.faq{
	float: left; 
	width: 250px; 
	margin: 20px 0 0 15px;
 }
 
.toutes-questions a{
	color: #000000;
 }
 
.toutes-questions  a:hover{
	color: #DFB76E;
 }

.toutes-questions{
	position: absolute; 
	
	z-index: 10;
	font-size: 11px;
	margin-left:85px;
 }
 
.faq p{
	margin-top: 10px;
 }
 
.question{
	font-size: 12px;
	font-weight: bold;
	color: red;
	line-height: 16px;
	}
 
#accordionprincipal{
	margin-top: 10px;
	margin-left:40px;
	width: 560px;
}
 
#accordionprincipal h2 a{
 	font: 14px Verdana, Arial, Georgia, Serif;
	color: #DFB76E;
	font-weight: normal;
	margin-top: 5px;
 }
 
 #accordionprincipal h2 a:hover{
 	font: 14px Verdana, Arial, Georgia, Serif;
	color: #ffffff;
	font-weight: normal;
 }
 
 #accordionprincipal a{
 	font-weight: normal;
	color: #DFB76E;
 }
 

 
 