@charset "utf-8";
/* CSS Document */
body{
	font-family: "Arial";
	margin:15px;
	float: none;
}
.header{background:url(../img/header.png) no-repeat bottom;}

.fotter{background:url(../img/footer.png) no-repeat top;}

.line-main{background:url(../img/line-main.png) repeat-y top;}

.ul {
	list-style-position: outside;
	list-style-image:url(../img/liste.png);
	list-style-type: disc;
}
.submit{background:url(../img/send.png) no-repeat center;  }

.img-border{border:#0099FF;}
