/* CSS Document */
/*-------------------------------------------partie de droite (la toolbar est ds stylegeneral*/
div#droite{
	float:left;
	width: 720px;
	background-repeat:no-repeat;
	background-position: right 100px;
}
div#contenu{ 
	margin: 50px 50px 30px 50px;
	}
/*-------------------------------------------formulaire*/
form{ 
	width:600px;
}
fieldset{
	border: 1px solid #C6F1FF;
	margin-top: 10px;
	display: block;
	padding: 10px;
	width:580px;	
}
legend{
	font-weight: bold;
	color: #666;
}
.input{
	border: 1px solid #666;
	padding: 2px;
	width: 570px;
	background-color:#C6F1FF;
}
.menu{ 
	width: 280px;
	background-color:#C6F1FF;
}
.envoi{
	margin-top: 10px;
	width: 603px;
	text-align:right;
}
