body {
	margin: 0;
	padding: 0;
	font-family: arial, "microsoft sans serif";
	background-image: url("images/motif.jpg");
}

p {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: bottom;
}

.conteneur {
	margin: auto;
	width: 820px;
	background-color: black;
}

.contenu {
	margin: 0 auto 0 auto;
	width: 800px;
}

.main {
	height: 250px;
	background-image: url("images/main.jpg");
	color: black;
}

.main p {
	text-align: center;
	font-size: 12px;
	background-color: white;
	margin-top: 5px;
}

.main a {
	color: black;
	text-decoration: none;
	display: block;
	line-height: 20px;
}

.main a:hover {
	color: white;
	background-color: black;
}

.bloc {
	float: right;
}

.bloc2 {
	float: right;
	background-color: white;
	margin-top: 10px; 
	width: 590px;
	border-bottom: 2px solid;
	font-size: 12px;
	text-align: center;
}

.bloc3 {
	float: right;
	margin-left: 10px;
	background-color: #95c4e6;
	width: 590px;
	font-size: 12px;
	text-align: justify;
}

.bloc4 {
	background-color: white;
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	border-bottom: 2px solid;
}

.bloc5 {
	background-color: #95c4e6;
	font-size: 12px;
	height: 150px;
	text-align: center;
}

.present {
	margin: 10px;
}

.blocgauche {
	float: left;
	width: 200px;
}

table {
	width: 200px;
}

.footer {
	clear: both;
	text-align: center;
	color: #888888;
	font-size: 12px;
	padding-top: 20px
}

.footer a {
	color: #888888;
	text-decoration: none;
}

.footer a:hover {
	color: orange;
}
