#nav_membre
{
	width:529px;
	height:80px;
}
	#nav_membre img
	{
		float:left;
		margin:11px;
	}
	
#textcentral
{
	color:#ffffff;
	font-family:verdana;
}	

	#textcentral h2
	{
		color:#fff2bc;
		font-family:verdana;
		font-size:15px;
	}	
	
	#textcentral p
	{
		color:#ffffff;
		font-family:verdana;
		font-size:12px;
		color:#fff2bc;
	}		
	
		#textcentral p a
		{
			color:#ffffff;
			font-family:verdana;
			font-size:12px;
			font-weight:bold;
		}	
		
.form_abonnement
{
	margin-top:10px;
	background:white;
	display:block;
}

	#form_top
	{
		background:url('../../data/membre/form_top.jpg');
		height:61px;
		width:529px;
	}
	
		#form_top h2
		{
			color:white;
			font-family:verdana;
			font-size:11px;
			padding-top:25px;
			margin-left:20px;
			text-transform:uppercase;
			font-weight:200px;
		}	
		
	.form_middle
	{
		padding:10px;
	}
			
		.form_middle h3
		{
			color:#41090b;
			margin-bottom:20px;
			font-family:verdana;
			font-size:10px;
			text-transform:uppercase;
			font-weight:200px;
		}
		
		.form_middle div
		{
			clear:both;
			height:25px;
			width:430px;
		}
		
			.form_middle div label
			{
				display:block;
				float:left;
				color:#41090b;
				font-family:verdana;
				font-size:12px;
			}
			
			.form_middle div input
			{
				float:right;
				background:url('../../data/template/input_background.jpg');
				border:none;
				width:130px;
				height:16px;
				color:#41090b;
				font-family:verdana;
				font-size:12px;
			}
			
			.form_middle div select
			{
				float:right;
				background:url('../../data/template/input_background.jpg') repeat-x;
				border:none;
				width:130px;
				height:20px;
				color:#41090b;
				font-family:verdana;
				font-size:12px;
			}
			
