#page #panneau
{
	display:none;
	width:0;
}

#page #contenu
{
	margin-left:10px;
}

form
{
	width:500px;
	margin-bottom:1em;
}

form input,textarea,select {
	width:360px;
}

form label {
	width:110px;
}

#cleft{
	width:500px;
	float:left;
	padding:5px 10px 0 15px;
}
#cright{
	width:0px;
	float:right;
	padding:15px 15px;
	display:none;
}

#cleft form textarea{
	width:500px;
}
