/* CSS Document */

/*__________________Gnral__________________*/

*{
	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;
	margin:0 auto;
	background:#fff;
}


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

#blc_left{
	width: 250px;
}

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

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

/*_________Bloc Avantage__________*/								

#blc_avantage_txt h1{
	display: block;
	visibility: visible;
}

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




