@charset "UTF-8";
/* CSS Document - Pour mémoire */

/* #un {
	float:left;
}

#deux {
	float:right;
}

#trois {
	float:right;
}

#quatre {
	float:right;
	margin-top:-20px;
}

#contenu {
	height:600px;
	background-color:rgb(255,255,255);
	font-family:"Open Sans", Arial, "Arial Bold", "Arial Italic";
	padding:10px 20px 0 20px;
	text-align:justify;
	overflow:auto;
	border-radius:20px 20px 20px 20px;
}
*/