body {
	margin: 0;
	padding: 0;
	font-family: "microsoft sans serif", "century gothic";
	font-size: 12px;
}

p {
	margin:0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

.page {
	width: 800px;
	border: 1px solid gray;
	border-top: 0;
	border-bottom:0;
	margin: 0 auto 0 auto;
	background-image: url("images/motifmenu2.jpg");
}

.menu {
	background-color: #e7e8e3;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
}

.menu p {
	display: inline;
	margin-left: 20px;
}

.menu img {
	vertical-align: top;
}

.contenu {
	width: 450px;
	text-align: justify;
	text-indent: 10px;
	margin: 20px;
	border: 1px dashed gray;
	padding: 20px;
	padding-top: 10px;
	background-color: white;
}

.titre {
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background-color: #e7e8e3;
	margin-bottom: 10px;
	margin-top: 10px;
	text-indent: 0;
	font-size: 16px;
}

.contenu2 {
	float: right;
	width: 240px;
	text-align: justify;
	margin: 20px;
	font-size: 14px;
}

.bloc {
	padding: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	width: 200px;
	background-color: #e7e8e3;
	border: 1px dashed gray;
}
	
.contenu2 .titre {
	background-color: #dddddd;
}

.footer {
	background-color: #e7e8e3;
	text-align: center;
	color: #555555;
}

.footer a {
	color: #555555;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: #ff6e00;
}