body {
	background-color: #fffadd;
}

#conteneur {
	margin: auto;
	width: 860px;
}

#header {
	background-image: url("img/header.png");
	width: 860px;
	height: 238px;
}

#menu {
	background-image: url("img/menu.png");
	width: 860px;
	height: 58px;
	text-align: center;
	font-size: 20px;
	padding: 0px;
}

#menu ul {
	position: relative;
	top: 14px;
	display: inline;
}

#menu li {
	display: inline;
}

#menu a {
	color: black;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

#menu a:hover {
	text-decoration: underline overline;
}

.titrePage {
	font-size: 24px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-style: italic;
	font-weight: 100;
	text-align: center;
	border-bottom: 1px solid black;
	margin-bottom: 15px;
}

.blogTitle {
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: bold;
}

.blogDate {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: 100;
}

.blogContent {
	border-bottom: 1px solid black;
	margin-bottom: 15px;
}

#retourBasPage {
	font-size: 12px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-style: italic;
	font-weight: 100;
	text-align: center;
	border-top: 1px solid black;
	margin-top: 15px;
}

#content {
	background-image: url("img/fond.png");
	background-repeat: repeat-y;
	width: 780px;
	padding-left: 40px;
	padding-right: 40px;
}

#content p {
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	background-image: url("img/footer.png");
	width: 860px;
	height: 9px;
	color: #800000;
	font-size: 12px;
	text-align: center;
	padding-top: 30px;
}

p,h1 {
	margin: 0px;
}

.titre {
	font-weight: bold;
	font-size: larger;
}
