/* ---------------------------------------------------------------
	OUVERTURE ABONNEMENT
 --------------------------------------------------------------- */

	.fml_abonnement{
		position:relative;
		top:0; left:0;
		width:auto; 
		height:auto;
		margin: 0px 0 10px 0;
	}
	.fml_abonnement div{
		position: relative;
		height: auto;
		width: auto;
		float: none;
		clear: both;
		padding: 10px;
	}
	
	.fml_abonnement div img{
		float: left;
		background: white;
		padding: 2px;
		margin-right: 10px;
	}
	
	.fml_abonnement label {
		font-size:14px;
		height:auto;
		color: #B5D4E8;
		line-height: 80px;
	}

	.fml_abonnement input.txt {
	border:1px solid #333333;
	color:gray;
	font-size:12px;
	height:16px;
	margin:7px 0 0;
	padding:0 5px;
	position:relative;
	width:200px;
	}


	label.error{color: #DD1DB4; font-size: 10px; background: white; margin: 0 5px; font-weight: bold; padding: 0 5px;}


	#confirmation_abonnement{
		display: none;
		position: relative; 
		top: 0; 
		left: 0; 
		background: white; 
		width: auto; 
		height: auto; 
		margin-top: 20px;
		font-size: 12px; 
		color: gray; 
		padding: 5px; 
		text-align: center;
	}
	
	
	
	
