@charset "utf-8";
@import url("tete.css");
@import url("corps.css");
@import url("navibar.css");
@import url("content.css");
@import url("pied.css");

body {
	margin:0;
	padding:0;
	background: #939292;
}
#page {
	width:100%;
	max-width: 1200px;
	min-width: 984px;
	margin:0 auto;
	padding:0;
	font-family: arial;
	font-size:13px;
	line-height:16px;
	word-spacing:0.1em;
	border: 1px solid #939292;
	/*background: #fff4e0;*/
	background: #F3F4F8;
}

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


