/* CSS Document */

/*__________________Général__________________*/

*{
	margin:0;
	padding:0;
}
img{
	border: 0;
}
* html #bandeau_cr{

}

/*__________________Headers___________________*/
	
#header{
	width:100%;
}


/*_____blocs conteneurs_____*/

#container #header{
  display:none;
}


#content{

    
     position:relative;
	width: 980px;
	text-align:center;
    background: url(/imagerie/newsletter/bg_page.gif) no-repeat scroll left bottom;
    
    padding-top:70px !important;
    padding-bottom:35px;
	height:570px;
}

#blc_left{
	width: 310px;
   background: url(/imagerie/newsletter/bg_newsletter.jpg) no-repeat left top;
  /*height:420px;  */
    height:570px;
   margin-left:120px;
}

*+html #content{
height:576px;
}
/*cas pour ie6  */

*html #blc_right{

background: url(/imagerie/newsletter/bg_newsletter.jpg) no-repeat right top;
height:576px;
}

*html #blc_left{

background: url(/imagerie/newsletter/bg_newsletter.jpg) no-repeat left top;
height:576px;
}

*html #content{
height:576px;
}








/*de base*/

* html   #blc_left{
 margin-left:70px;
}

#blc_right{
	float: right;
	width: 380px;
   background: url(/imagerie/newsletter/bg_newsletter.jpg) no-repeat right top;
  /* height:420px;*/
       height:570px;
   margin-right:120px;
   display:inline;
}

#blc_centre{

}
#blc_formulaire, #blc_formulaire2{

}

/*_________Bloc Avantage__________*/								

#blc_avantage_top{

display:none;
}
#blc_avantage_txt{

	padding: 50px 10px 0 10px;
}
#blc_avantage_btm{

	display:none;
}

/*__________Footer__________*/
#footer {
	clear:both;
    padding-top:20px !important;
}



body{
    width:963px;
    margin:0 auto !important;
    background: url(/imagerie/commun/bg_body.jpg) repeat-x left top !important;
}
#frise{
    display:none;
}
#txt_intro {
    position:relative;
}
#txt_intro h1{
    color:white;
    font-size:1.2em;
    font-weight:bold;
    position:absolute;
    left:33px;
    top:13px;
}
 
#txt_intro h1 img,h1 span img{
    display:none;
}


