#homePage{
   background: url(../img/bg.jpg) top center no-repeat White;
}

.mainIntro{
   width: 517px;
   float: left;
   position: relative;   
   margin-bottom: 10px;
}
.mainIntro .insideBorder{
   background-color: transparent;
}
.mainIntroBg{
   background: url(../img/bg_intro.gif) repeat-x bottom #fefefc;
   height: 373px;
   opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}
.salinsBottle{
   position: absolute;
   top: -58px;
   left: 30px;
   background: url(/FRONT/salins/client/img/common/home/bouteille_salins.png) no-repeat left top;
   width: 242px;
   height: 442px;
}
* html body .salinsBottle {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/FRONT/salins/client/img/common/home/bouteille_salins.png', sizingMethod='crop');
}
.salinsBottle a{ /*ajout pour bottle home cliquable */
   display: block;
   position: absolute;
   bottom: 0;
   width: 242px;
   height: 380px;
}
/*changer*/
.mainIntroHtml{
   position: absolute;
   bottom: 40px;
   left: 50px;
   width: 200px;
}
.mainIntroHtml h1{
   margin-bottom: 30px;
}
.blocCarte {
height: 178px;
}
.imgCarte {
float: right;
}

.pushContainer{
   /*margin-top: 10px;*/
}
.pushContainerBg{
   background: url(../img/bg_degrade.gif) repeat-x;
   padding: 10px 0;
   width: 847px;
}

.pushHtml{
   width: 408px;
   height: 140px;
   overflow: hidden;
   float: left;
   margin-left: 5px;
   margin-right: 10px;
   display: inline;
   position: relative;
}
.pushHtml h2{
   padding-top: 10px;
   padding-left: 165px;
}
.pushHtml p{
	padding-left:170px;
}
.verticalSepar{
   background: url(../img/bg_separ.gif) center repeat-y;
   width: 847px; 
}
.pushHtml img{
   float: left;
}

#mainContainer h2{   
   font-size: 1.6em;
   margin-bottom: 15px;
}

#mainContainer .newsContainer h2{
	margin-bottom: 10px;
	margin-left: 5px;	
   padding-top: 10px;
}
#mainContainer h3{
   font-size: 1.1em;
   margin-bottom: 5px;
}
#mainContainer .blocNews h3{
	margin-bottom: 0;
	  font-size: 1.2em;
}
