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

.fond {
	width: 100%;
	height: 490px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	text-align: center; /* Special IE */
}

.site {
	width: 762px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-left: 1px solid #00183e;
	border-right: 1px solid #00183e;
}

.banniere {
	width: 762px;
	height: 100px;
}

.menu {
	width: 762px;
	height: 20px;
	background-image: url("img/bg_menu.png");
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0;
}
	.menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.menu li {
		width: auto;
		height: 20px;
		line-height: 20px ;
		text-align: center;
		margin: 0;
		padding: 0;
		float: left;
		list-style-type: none;
		border-right: 1px solid #00183e;
	}
	.menu a {
		display: block;
		padding: 0 20px 0 20px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		background-image: url(img/bg_menu.png);
		background-repeat: repeat-x;
		background-position: 0 0;
	}
	.menu a:hover {
		color: #fff;
		text-decoration: none;
		background-image: url(img/bg_menu.png);
		background-repeat: repeat-x;
		background-position: 0 -20px;
		padding: 0 20px 0 20px;
	}

.copyright {
	float: right;
	margin-right: 5px;
	font-size: 0.7em;
	line-height: 20px;
	vertical-align: middle;
}
	.copyright a {
	font-weight: normal;
	background-image: none;
	padding: 0;
	color: #fff;
	text-decoration: none;
	}
	.copyright a:hover {
	font-weight: normal;
	background-image: none;
	padding: 0;
	color: #fff;
	text-decoration: underline;
	}
	
.contenu {
	width: 742px;
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
}

.cm {
	color: #003a6c;
}
.im {
	color: #58baaf;
}

.common {
	text-align: justify;
}

a {
	color: #003a6c;
	text-decoration: underline;
}
a:hover {
	color: #58baaf;
	text-decoration: none;
}

table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

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

h1 {
	color: #003a6c;
	margin-top: 20px;
	font-size: 1.6em;
}

h2 {
	color: #58baaf;
	font-size: 1.3em;
}

h3 {
	text-align: left;
	color: #003a6c;
	font-size: 1em;
}

h4 {
	text-align: left;
	color: #58baaf;
	font-size: 0.9em;
}