body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	background-image: url(images/fondsite.jpg);

}

p {
	margin: 0;
	padding: 0;
}

.page {
	background-color: white;
	width: 820px;
	margin: 10px auto 10px auto;
	border: 3px solid black;
}
	
.header {
	margin: 10px;
	width: 800px;
}

img {
	vertical-align: bottom;
}

.menu {
	width: 210px;
	margin: 10px;
	background-color: #e7f2d7;
	font-weight: bold;
	color: #6d9c2e;
}

.menutitle {
	text-align: center;
	border-top: 1px solid #6d9c2e;
	border-bottom: 1px solid #6d9c2e;
	color: #000099;
	background-color: white;
}

.menu a {
	display: block;
	color: #6d9c2e;
	text-decoration: none;
}

.menu a:hover {
	background-color: white;
	/*color: black;*/
}

.contenu {
	float: right;
	width: 580px;
	background-color: #e7f2d7;
	margin: 10px;
	text-align: justify;
	height: 300;
	font-weight: normal;
	font-family: Arial, Helvetica;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	word-spacing: normal;
	white-space: normal;
	display: block;
	font-variant: normal;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;

	 
	








}

.adsense {
	width: 160px;
	margin: 10px auto 10px auto;
}
	
.title {
	font-weight: bold;
	text-align: center;
}

.title2 {
	font-weight: bold;
}

span{
	font-size: 12px;
	color: #ff6c00;
}

a {
	color: #6d9c2e;
	font-weight: bold;
}

a:hover {
	color: #ff6c00;
}

.footer {
	clear: both;
	text-align: center;
	font-size: 10px;
}

.footer a {
	text-decoration: none;
}

hr {
	height: 1px;
	border: none;
	background-color: #cccccc;
}
