﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #E9ECF3;
}
#container {
	background-position: center top;
	background-repeat: no-repeat;
}
#masthead {
	background-position: center center;
	border-style: none;
	border-color: 0;
	border-width: 1px;
	padding: 10px;
	background-repeat: no-repeat;
	background-image: url('../images/logo.jpg');
	height: 250px;
}
#navigation {
	position: relative;
	float: left;
	width: 380px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right-color: #B19977;
	border-right-style: dotted;
	border-right-width: 1px;
	height: 350px;
}
#content {
	float: right;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	padding-top: 30px;
	height: 350px;
	vertical-align: middle;
}
/* Styles de titres */
/* Styles d'éléments de navigation */
#navigation a {
	color: #E9ECF3;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	font-size: medium;
}
#navigation a:hover {
	color: #B19977;
	text-decoration: none;
}
/* Styles du contenu */
/* Styles de pieds de page */
