﻿/*
	layout.css
*/
body { background: url(media/image/background.gif) repeat-x center top; }

/* ------------------------------
/* WRAPPER
/* ------------------------------ */
#wrapper {
	background: #FFF;
	width: 700px;
	margin: 0 auto;
}

/* ------------------------------
/* TOPMENU
/* ------------------------------ */
#topmenu {
	height: 20px;
	padding: 0 10px;
	text-align: right;
}
.page #topmenu {
	background-color: #C00;
}

/* ------------------------------
/* HEADER
/* ------------------------------ */
#header {
	height: 110px;
	background: url(media/image/header.jpg) no-repeat;
}
.home #header {
	background: url(media/image/header_home.gif) no-repeat;
}
.page #header {
	background: url(media/image/header_page.jpg) no-repeat;
}
h1 { display: none; }

/* ------------------------------
/* MENU
/* ------------------------------ */
#menu {
	height: 90px;
}
.home #menu {
	background-color: #D7C6A1;
}
.page #menu {
	background: url(media/image/dotted_h.gif) repeat-x left bottom;
}
/* ------------------------------
/* CONTAINER
/* ------------------------------ */
.home #container {
	background: url(media/image/visuel_encre.jpg) no-repeat left top;
}
.page #container {
	background: url(media/image/visuel_bambou.gif) no-repeat 160px top;
}

/* ------------------------------
/* MAIN
/* ------------------------------ */
.home #main {
	height: 44px;
	margin-left: 300px;
	padding: 50px;
}
.page #main {
	float: left;
	width: 420px;
	padding: 35px;
	background: url(media/image/dotted_h.gif) repeat-x left bottom;
}

/* ------------------------------
/* RIGHT
/* ------------------------------ */
#right {
	float: right;
	width: 210px;
}
#contextmenu {
	background-color: #C00;
}
.box_1 {
	margin-bottom: 40px;
	text-align: center;
}

/* ------------------------------
/* FOOTER
/* ------------------------------ */
#footer {}
.home #footer {
	height: 20px;
	background-color: #C00;
}
.bloc {
	float: left;
	width: 419px;
	margin-top: 15px;
	padding: 15px 35px;
	background-color: #D7C6A1;
}
.box_2 {
	float: right;
	width: 210px;
}

/* ------------------------------
/* BOTTOMMENU
/* ------------------------------ */
#bottommenu {
	padding: 40px 0;
	text-align: center;
}

/* ------------------------------
/* OUT
/* ------------------------------ */
#out {
	padding: 10px 0;
}
.home #out {
	text-align: right;
}
.page #out {
	text-align: center;
}
