#indexContent{
  margin:auto;
  margin-bottom:10px;
  width:90%;
}

#indexPreview{
  background-color:#e1ddd9;
  display:block;
  height:350px;
  margin:auto;
  margin-bottom:10px;
  width:700px;
}

#tabAtHome{
  background:url(../pictures/button_home.png) no-repeat;
  cursor:pointer;
  height:125px;
  text-align:left;
  width:275px;
  -o-border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 0px 15px 0px 0px;
  -khtml-border-radius: 0px 15px 0px 0px;
  -webkit-border-radius: 0px 15px 0px 0px;
}

#tabSaas {
  background:url(../pictures/button_saas.png) no-repeat;
  cursor:pointer;
  height:125px;
  text-align:left;
  width:275px;
  -o-border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 0px 15px 0px 0px;
  -khtml-border-radius: 0px 15px 0px 0px;
  -webkit-border-radius: 0px 15px 0px 0px;
}

#tabDigitTv {
  background:url(../pictures/button_tv.png) no-repeat;
  cursor:pointer;
  height:110px;
  text-align:left;
  width:275px;
  -o-border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 0px 15px 0px 0px;
  -khtml-border-radius: 0px 15px 0px 0px;
  -webkit-border-radius: 0px 15px 0px 0px;
}

.tabContent{
  color:white;
  height:78px;
  font-size:12px;
  line-height:135%;
  padding:3px 3px 3px 8px;
}

.tabContent table{
  width:100%;
}

.tabContent td{
  vertical-align:top;
}

#atHomeTabLink {
  background:#57add6;
  height:18px;
  font-size:10px;
  font-weight:bold;
  line-height:150%;
  text-align:center;
}

#atHomeTabLink a{
  color:white;
  padding: 2px 65px 3px 65px;
  text-decoration:none;
}

#atHomeTabLink a:hover{
  color:#000066;
}

#saasTabLink1 {
  background:#6600cc;
  float:left;
  height:18px;
  font-size:10px;
  font-weight:bold;
  line-height:150%;
  text-align:center;
  width:137px;
}

#saasTabLink2 {
  background:#57add6;
  color:white;
  float:left;
  height:18px;
  font-size:10px;
  font-weight:bold;
  line-height:150%;
  text-align:center;
  width:138px;
}


#saasTabLink1 a{
  color:white;
  padding: 2px 35px 3px 35px;
  text-decoration:none;
}

#saasTabLink2 a{
  color:white;
  padding: 2px 20px 3px 20px;
  text-decoration:none;
}

#saasTabLink1 a:hover, #saasTabLink2 a:hover{
  color:#000066;
}

/**** Etoiles 'try me' et 'free' ****/
.free {
  background:url(../pictures/free.png) no-repeat;
  display:block;
  height:48px;
  margin-top:86px;
  margin-left:250px;
  position:absolute;
  width:48px;
  z-index:10;
}

.freeFR {
  background:url(../pictures/freeFR.png) no-repeat;
  display:block;
  height:48px;
  margin-top:86px;
  margin-left:250px;
  position:absolute;
  width:48px;
  z-index:10;
}

.tryMe {
  background:url(../pictures/tryme.png) no-repeat;
  display:block;
  height:48px;
  margin-top:86px;
  margin-left:253px;
  position:absolute;
  width:48px;
  z-index:10;
}

.tryMeFR {
  background:url(../pictures/trymeFR.png) no-repeat;
  display:block;
  height:48px;
  margin-top:86px;
  margin-left:253px;
  position:absolute;
  width:48px;
  z-index:10;
}