* {
	margin: 0px;
	padding: 0px;
}
#bandeau {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 890px;
}
#bandeau ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #417799;
	top: 162px;
	position: relative;
	text-align: center;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
#bandeau a, a:visited {
	color: #206DA5;
}
#pied {
	background-image: url(images/pied.jpg);
	width: 890px;
	height: 80px;
	position: relative;
	bottom: 0px;
	background-position: bottom;
}

#bandeau a:hover {
	color: #FF6600;
	text-decoration: underline overline;
}
.active {
	text-decoration: underline overline;
	font-size: 14px;
	font-weight: bold;
}

#contenu {
	padding-top: 10px;
	padding-right: 55px;
	padding-bottom: 10px;
	padding-left: 55px;
}

#bandeau li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
.justifie {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #2271AA;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}
h1 span {
	font-weight: bold;
	font-style: italic;
	font-size: 32px;
	color: #2271AA;
}

body {
	background-color: #BCD7EA;
}
#global {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3F95C8;
	border-left-color: #3F95C8;
	width: 890px;
	background-color: #E6F0F7;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	line-height: 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: lighter;
	font-size: 28px;
	margin-top: 8px;
}
h2 {
	color: #2271AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-bottom: 4px;
	margin-bottom: 2px;
	font-weight: normal;
}
#global #contenu table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #185078;
	border: 2px solid #3677D5;
}
#global #contenu .justifie a {
	color: #FF9900;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.gche {
	float: left;
	margin-right: 20px;
}
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F95C8;
}

