<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** 
 * Slideshow style rules.
 */
#slideshow {
    width:950px;
    height:auto;
    position:relative;
}
#slideshow #slidesContainer {
    width:950px;
    height:127px;
    
    overflow:auto; /* allow scrollbar */
    position:relative;
    /*padding: 5px 2px;*/
}
#slideshow #slidesContainer .slide {
  width:950px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:127px;
  /*border: 1px solid red;*/
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:10px;
  height:65px;
  text-indent:-10000px;
  position:absolute;
  margin-top: 45px;
  cursor: pointer;
  z-index: 1000;
}
#leftControl {
  top:63px;
  left:925px;
  background:transparent url(../images/btgauche.png) no-repeat 0 0;
  z-index: 1000;
}
#rightControl {
  top:63px;
  right:0px;
  z-index: 1000;
  background:transparent url(../images/btdroite.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */

.slide h2, .slide p {
  margin:0px 15px 0px 15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}

/*Info-bull d'info sur les partis */
.resume{
width:400px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
background-color: transparent;
background-image: url('../images/info-bulle.png');
background-position: bottom;
position:absolute;
z-index: 1000;
padding: 10px;
font-weight: normal;
line-height: 15px;
font-size: 10px;
color:red;
padding-bottom: 20px;
background-repeat: no-repeat;
}

.resume a{
color: red;
}

.content span{
cursor:pointer;
}
/* fin d'affichage des info-bulles*/

.qtip-content
{
  font-size: 10px;
}

.infobulle {
  cursor: help;
}</pre></body></html>