@charset "utf-8";
/* CSS Document */
:focus{
  outline:0;
}
html, body, #flash{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

#noflash {
	width:600px;
}

#noflash #logo,
#noflash #notes,
#noflash #separateur_notes {
	float:left;
}

#noflash #separateur_notes {
	margin:40px 24px 0 0;
}

#noflash #notes {
	margin-top:30px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
	
}

#noflash #notes a {
	font-size:12px;
	color:#f57b20;
}