@charset "UTF-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,#wrapper{margin:0;padding:0;}

body	{
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	}
p, a	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	}
p.intro	{
	font-size:11px;
	font-weight:bold;
	color:#103184;
	padding:15px 15px 0 0;
	}
.intro_normal	{
	font-size:11px;
	font-weight:normal;
	color:#103184;
	padding:15px 15px 0 0;
	}
p.note	{
	color:#ff1821;
	padding:15px 0 15px 0;
	}
p.note a{
	color:#ff1821;
	}
h1	{
	font-size:13px;
	color:#103184;
	}
ul li	{
	list-style-position:outside;
	list-style-type:disc;
	margin:5px 5px 5px 15px;
	}
#wrapper	{
	position:relative;
	/* adapt this width if your local iframe is wider. Be sure to use the width of your iframe minus 20px to avoid horizontal scroll-bars */
	width:600px;
	/**/
	padding:0 15px 15px 15px;
		margin-top:10px;
	overflow:hidden;
	background:url(../images/header_loa600_fr.jpg) no-repeat top left;
	}
#top	{
	width:100%;
	min-height:100px;
	padding:80px 0 15px 0;
	}
#content	{
	width:100%;
	}
#content #left	{
	width:49%;
	float:left;
	}
#content #right	{
	width:49%;
	float:right;
	}
.clearbox	{
	clear:both;
	}