html {
	font-size: 12px;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #fff;
}

.fond {
	width: 100%;
	height: 475px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center; /* Special IE */
}

.site {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.header {
	width: 800px;
	height: 160px;
	margin-top: 10px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
}

.menu {
	width: 515px;
	height: 25px;
	float: left;
	margin-top: 125px;
	margin-left: 260px;
	line-height: 20px;
	font-size: 13px;
	color: #0066cc;
	font-weight: bold;
}
	.menu a {
	color: #0066cc;
	text-decoration: none;
	}
	.menu a:hover {
		color: #cc6600;
		text-decoration: none;
	}

.contenu {
	width: 800px;
	height: auto;
}

.footer {
	width: 800px;
	height: 35px;
	margin-top: 10px;
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}
	.footer a {
	color: #fff;
	text-decoration: none;
	}
	.footer a:hover {
		color: #fff;
		text-decoration: underline;
	}

img {
	border: 0;
	vertical-align: middle;
}

h1 {
	font-size: 16px;
	color: #0066cc;
	text-transform: capitalize;
}
h2 {
	font-size: 14px;
	color: #0066cc;
	text-align: left;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
}
h3 {
	font-size: 12px;
	color: #0066cc;
	text-align: left;
	text-transform: capitalize;
}

a {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	color: #cc6600;
	text-decoration: none;
}

.common {
	text-align: justify;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.azura {
	color: #0066cc;
}

ul {
	text-align: left;
	/* color: #89b8e7; */
}