#left-area {
  /*background-color: #638CC6; Couleur logo Etic*/ 
  background:transparent url(image_home/bckgrd-left-home.gif) scroll 0px 0px;
  font-size:1.5em;
  width: 345px;
  height:300px;
  padding:0px;
  margin:0px;
  position:relative; /* In order to position child at bottom */
  float:left;
}

#right-area {
  /*background-color: #EFEFEF;*/
  background:transparent url(image_home/bckgrd-left-home.gif) scroll 0px 0px;
  float:left;
  font-size:1.2em;
  height:300px;
  padding:0;
  position:relative;  /* In order to position child at bottom */
  width:615px;
  z-index:1;
}

#solution1 {
  background:transparent url(image_home/image_home1.png) no-repeat scroll 0px 0px;
  height:300px;
  padding:0px;
  margin:0px;
  z-index:-1;
}

#solution2 {
  background:transparent url(image_home/image_home2.png) no-repeat scroll 0px 0px;
  height:300px;
  padding:0px;
  margin:0px;
  z-index:-1;
}

#solution3 {
  background:transparent url(image_home/image_home3.png) no-repeat scroll 0px 0px;
  height:300px;
  padding:0px;
  margin:0px;
  z-index:-1;
}

.left {
  
}

.right {

}

.offer-block {
  margin:20px;
  padding:15px;
  background-color: #DCE6F2; /* cyan */
  width:280px;
}

.title {
}

.teaser {
  display:none;
  height:70px; /* Set height to avoid flickering effect in IE with toggle*/
  font-size:0.9em;
  padding-left: 20px;
}

.teaser-text {
  padding-top:5px;
  padding-bottom:5px;
  font-size:1em;
  line-height:1.2em;
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  color:#333;
}

.teaser-link a{
  background:transparent url(../images/sprite-etic.png) no-repeat scroll 95px -558px;
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  color:#F66400;
  font-weight:bold;
  padding-right:20px;
}

.in-focus-offer {
  background-color: white;
 
}

.solution {
  display:none;
  position: absolute; 
  top: 0px; 
  height:300px;
  width:615px;
  padding:0px;
  margin:0px;
}

#solution-teaser1,
#solution-teaser2,
#solution-teaser3 {
  display:none;
  font-size:1.6em;
  font-weight:bold;
  padding:30px;
  z-index:999;
  color:white;
  padding-left:50px;
}

.solution-intro {
  /*padding-bottom:15px;
  padding-top:5px;*/
  padding-bottom:10px;
  padding-top:0;
}


#solution-teaser1 a,
#solution-teaser2 a,
#solution-teaser3 a {
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  display:block;
  font-size:0.8em;
  padding-bottom:15px;
  padding-left:0px;
  padding-right:10px;
  padding-top:10px;
  width:300px;
  color:white;
  display:inline;
  /*background:transparent url(../images/sprite-etic.png) no-repeat scroll 0 -545px;*/
}
#solution-teaser1 li,
#solution-teaser2 li,
#solution-teaser3 li {
display:block;
margin:0;
padding:10px 0;
width:270px;
}

#solution-teaser1 ul,
#solution-teaser2 ul,
#solution-teaser3 ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

.in-focus-solution {
  display:block;
}

.out-of-focus-solution {
  display:none;
}

.out-of-focus {

}

#left-area.offer-block.last{
  position: absolute; /* position at bottom of its parent */
  bottom: 6px;
}

.offer-block  .title {
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  color: #375F92;
  font-size:1.2em;
  font-weight:bold;
  cursor:pointer;
}

#left-area.offer-block  .title.bold {
  color: #F66400;
}
  /*color: #F66400; orange
    color: #375F92; bleu*/

