@charset "utf-8";
@import url("tete.css");
@import url("corps.css");
@import url("navibar.css");
@import url("content.css");
@import url("menutop.css");
@import url("pied.css");
@import url("ie.css");
body {
	margin:0;
	padding:0;
	background: #e8ecf6;
	font-size: 16px;
}
#page {
	width:100%;
	max-width: 1200px;
	min-width: 984px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	font-family: arial;
	font-size:13px;
	line-height:16px;
	word-spacing:0.1em;
	/*background: #fff4e0;*/
	background: #F3F4F8;
}

img {
	border:none;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}

h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}

