@charset "utf-8";
/* CSS Document */

body{ height: 100%; background: #1e638e;}
.wrapper {margin: 0 auto;background: #1e638e; width:1000px;}
.header {background: #1e638e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
.contenu {
	width:800px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	
}

.left { float: left; width: 50%;background: #1e638e }
.right { float:right; width: 50%; background: #1e638e}
.footer {
	float: left;
	margin: 20px auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	font-weight: bold;
	color:#03C;
	background: #003399;
	height: 55px;
	width:1000px;
	text-align: center;
}
.fond {
	color: #03F;
}
.fond1 {
	font-size: 24px;
}
