@charset "utf-8";
#container {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #F4FFE4;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #000066;
	background-color: #5C743D;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #993300;
}
#corps {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: auto;
	width: 100%;
	background-color: #F4FFE4;
	padding-top: 7px;
	text-align: center;
}

#logo {
	float: left;
	height: 75px;
	width: 18%;
	background-color: #D5EDB3;
	padding-bottom: 0px;
}
#titre1 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 82%;
	background-color: #D5EDB3;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	height: 50.9px;
}
#titre2 {
	margin: 0px;
	float: right;
	width: 82%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	background-color: #D5EDB3;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: blink;
}
#txtdefil {
	width: 100%;
	margin: 0px;
	clear: both;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FFFF99;
	border-right-color: #FFFF99;
	border-bottom-color: #FFFF99;
	border-left-color: #FFFF99;
	background-color: #99CC66;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-style: none;
	border-left-style: none;
}
#navbar {
	margin: 0px;
	clear: both;
	width: 100%;
	background-color: #5C743D;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #FF3333;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #000000;
}
