@charset "UTF-8";
body {
	<--!background-image:url(img/bg-pattern.gif);
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg-pattern.gif);
}
#container {
	text-align: left;
	height: 750px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	/* background-color: blanc; */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: white;
	background-repeat: repeat;
	margin-top: 0px;
}
#header {
	text-align: center;
	height: 100px;
	width: 1000px;
}
#header img {
	margin-top: 10px;
}
#titre {
	height: 30px;
	width: 1000px;
	background-color: #154B58;
	text-align: center;
	font-size: 24px;
	color: #E9962E;
	font-weight: bold;
	padding-bottom: 5px;
}
#menu {
	text-align: center;
	height: 35px;
	width: 1000px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
#menu table {
	width: 950px;
	height: 20px;
	padding-top: 0px;
	margin-top: -15px;
}
#menu table tr td {
	padding-left: 10px;
	text-align: justify;
}
#menu table tr td a {
	font-size: 14px;
	color: #144E5C;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#menu table tr td a:hover {
	color: #5CAFBB;
}
#menu table tr td h4 a {
	color: #EA962F;
}
#logo {
	padding: 25px;
	height: 450px;
	width: 250px;
	float: left;
}
#logo p {
	font-size: 18px;
	text-align: center;
	margin-bottom: -15px;
}
#content {
	text-align: left;
	height: 450px;
	width: 650px;
	float: right;
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#content h1 {
	font-size: 16px;
	color: #c3ab60;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #EC961B;
}
#content p {
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#footer {
	height: 25px;
	width: 985px;
	float: left;
	text-align: right;
	border-top-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	padding-top: 5px;
	padding-right: 15px;
}
