div#menu
	{
		border-right: solid 3px #A6C619;
		height:313px;
		width:250px;
		float:left;
		text-align:left;
	}

div#detail
{
	height:305px;
	width:440px;
	float:left;
	background-color: #A6C619;
	margin-left:5px;
	margin-top:5px;
	text-align:left;
	overflow:auto;

}


div
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
}

fieldset
{
	width: 400px;
	margin: auto;

}
label
{
	width: 100px;
	float:left;
	margin:1px
}
input
{
	color: black;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	margin:1px;
	width : 250px
}
textarea
{
	width : 250px;
	height: 50px;
	margin:1px;
}
.courrier
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	padding:0px;
	margin: 5px;
	text-align: justify;
}
.titre
{
	color: #8E928E;
}