body {
	margin: 0;
	background: #faede8 url(../images/header.png) no-repeat top center;
}

body * {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: small;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro W3', 'MS PGothic', sans-serif;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

a:link, a:visited {
	color: #22457f;
}

a:hover, a:active {
	color: #1597c6;
}

div#header {
	position: relative;
	width: 850px;
	height: 110px;
	margin: 0 auto;
}

div#header h1.selcohome {
	position: absolute;
	top: 36px;
	left: 0;
}

div#header h1.mieux {
	position: absolute;
	top: 8px;
	left: 178px;
}

div#globalmenu {
	position: relative;
	width: 950px;
	height: 44px;
	margin: 0 auto;
	background: transparent url(../images/globalmenu.png) no-repeat;
}

div#globalmenu ul {
	position: absolute;
	top: 12px;
	left: 65px;
}

div#globalmenu ul li {
	margin-right: 56px;
	float: left;
}

div.maincontents {
	width: 850px;
	margin: 40px auto 20px;
}

div.maincontents h1.maintitle {
}

div.maincontents h2.maincopy {
	margin-top: 17px;
}

div.maincontents h3.subcopy {
	margin-top: 19px;
}

div#footer {
	width: 950px;
	margin: 10px auto;
	padding: 20px 0;
	background: transparent url(../images/footer_border.png) no-repeat top center;
}

div#footer ul {
	margin: 0 20px;
}

div#footer ul li {
	margin: 0 0 0 30px;
	float: left;
}

div#footer ul a {
	background: transparent url(../images/arrow.png) no-repeat center left;
	padding-left: 10px;
}

div#footer ul a:link,
div#footer ul a:visited {
	color: #563100;
}

div#footer ul a:hover,
div#footer ul a:active {
	color: #be3300;
}

div#footer address {
	display: block;
	font-style: normal;
	color: #706452;
	padding-right: 5px;
	font-family: sans-serif;
	float: right;
}

div.request {
	position: relative;
	width: 511px;
	height: 138px;
	margin: 0 auto;
	background: transparent url(../images/request_bg.gif) no-repeat center center;
}

div.request a {
	position: absolute;
	display: block;
	top: 57px;
	left: 172px;
}