/* CSS Document */

/*__________________Général__________________*/

*{
	margin:0;
	padding:0;
}
img{
	border: 0;
}

/*__________________Headers___________________*/
	
#header{
	width:100%;
	height: auto;
	margin: 0 0 30px 0;
}

/*_____blocs conteneurs_____*/

#container{
	width: 980px;
	text-align:center;
}


#content{
	width:780px;
	margin: 0 auto;
	text-align:left;
}

#blc_left{
	width: 270px;
}

#blc_right{
	float: right;
	width: 450px;
}

#blc_centre{
	width: 445px;
}
#blc_formulaire, #blc_formulaire2{
	width: 415px;
}

/*_________Bloc Avantage__________*/								

#blc_avantage_top{
	height: 0;
}
#blc_avantage_txt{
	background: #FFF url(/imagerie/newsletter/bg_av2.jpg) scroll no-repeat 0 0;
	padding: 10px 10px 0;
}
#blc_avantage_btm{
	background: #FFF url(/imagerie/newsletter/bg_av3.jpg) no-repeat left top;
	height: 15px;
}

/*__________Footer__________*/
#footer {
	clear:both;
}




