#form_stat
	{
		width: 600px;
		margin: auto;
		text-align : right;
	}

#form_stat fieldset
	{
		width : 200px;
		margin : auto;
		margin-bottom: 20px;
		background-color: #EEEEEE;
		text-align : left;
		padding-right : 10px;
		padding-bottom : 20px;
	}
#form_stat fieldset.deux
	{
		width : 560px;
		margin : auto;
		margin-right : 20px;
		margin-bottom: 20px;
		background-color: #EEEEEE;
		text-align : right;
		padding-right : 20px;
		padding-bottom : 20px;
	}

fieldset legend
	{
		font-weight: bold;
		color : #5E6E66;
	}