/*********************************/
/*        CSS : INDEX.PHP        */
/*********************************/

.learn_more { 
  float:right;
  padding-right: 16px;
}

.learn_more2 {
  margin-top: -8px;
}

/**** About us / Technical support ****/

.floatLeft {
  float: left;
  margin: 20px 0px 0px 20px; 
}

a.trenteAns{
  border: 1px solid #cce2f0;
}

a.trenteAns:hover{
  border: 1px solid #9fc7e0;
}

.about-us {
  background-image: url("../img/bg_aboutus.jpg");
  background-repeat: no-repeat;
  width: 266px;
  height: 163px;
  float: left;
  margin: 20px 0px 0px 16px;
  _margin: 20px 0px 0px 16px;  /* Pour IE */
}

.about-us p {
  line-height: 20px;
  padding: 10px;
  margin: 8px 0 2px 0;
}

.support {
  background-image: url("../img/bg_support.jpg");
  background-repeat: no-repeat;
  width: 266px;
  height: 163px;
  float: left;
  margin: 15px 0px 0px 16px;
}

.support p {
  line-height: 20px;
  padding: 10px;
  margin: 8px 0 2px 0;
}

/**** Actualités ****/
.actu {
  margin-left: 290px;
  width: 280px;
  line-height: 19px;
  margin-top: 12px;
}

/**** Newsletter ****/
.form_newsletter {        /* Correction de Bug pour IE */
  _margin: 0;
  _padding: 10px 0 10px 0;
}

#flash {
  z-index: 1;
  width: 590px;
  height: 265px;
  background-color: #F6F5ED;
  text-align: center;
}

#flash span {
  background-color: #fff;
  padding: 2px;
}


/**** Salon ****/

#flecheGauche {
  float: left;
  background-image: url('../img-en/fleche-event-precedent.jpg');
  background-repeat: no-repeat;
  width: 25px;
  height: 118px;
  margin-left: 5px;  
  cursor: pointer;
}

#flecheGauche:hover {
  background-image: url('../img-en/fleche-event-precedentHover.jpg');
}

#flecheDroite {
  float: left;
  background-image: url('../img-en/fleche-event-suivant.jpg');
  background-repeat: no-repeat;
  width: 25px;
  height: 118px;
  cursor: pointer;
}


#flecheDroite:hover {
  background-image: url('../img-en/fleche-event-suivant-hover.jpg');
}

.SimpleSlide {
	float: left;
  width: 200px; /* Defining slideshow width */
	height: 116px; /* Defining slideshow height */
	overflow: hidden; /* required to hide not active elements. */
	border-top: 1px solid #bad5e6;
  border-bottom: 1px solid #bad5e6;	
}

.SimpleSlide div {
	width: 2403px; /* Defining inner box with, must be SimpleSlide item x number of items + 3 pixels */
}

.SimpleSlide div div {
	width: 200px;
	height: 116px;
	float: left; /* Required if you want a horizontal slide. */
}

