body {
	width: 100%;
	margin: 0;
	padding-top: 20px;
	background-image: url(./fond.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#conteneur {
	position: absolute;
	width: 1000px;
	height: auto;
	left: 50%;
	margin-left: -500px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}
#header {
	height: 215px;
	margin-top: 5px;
	margin-left: 5px;
	background-image: url(./Banner.jpg);
	background-repeat: no-repeat;
	clear: both;
}
.menugestion {
	top: 220px;
	left: 0px;
	width: 170px;
	height: 40px;
	padding: 5px;
	margin: 0;
	text-align: center;
	border-color: #999999;
	border-style:dashed;
	border-width: thin;
	background-color:#CCCCCC;
} 
.menugestion li {
	text-align: left ;
	padding-left: 40px ;
	background-color: #FF0000 ;
	list-style-type: none ;
}
.menugestion li a {
	color: #FFFFFF ;
	text-decoration: none ;
	font-weight: normal ;
	font-size: small ;
}
.menugestion li a:active {
	color: #FFFFFF ;
	text-decoration: none ;
	font-weight: normal ;
	font-size: small ;
}
.menugestion li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}
.menugestion li a:hover {
	color: #cc0001 ;
	font-weight: bold ;
	font-style: italic ;
}
#navigation {
	position: relative ;
	width: 180px;
	float: left ;
	margin: 0;
}
@media print {
#navigation {
	position: relative ;
	width: 0 ;
	height: 0 ;
	float: left ;
	display: none ;
}
}
#navigation li {
	list-style-type: none ;
}
dl#menu p {
	margin: 0;
	padding: 0;
}
dl#menu dt {
	cursor: pointer ;
	width: 180px ;
	height: 20px ;
	line-height: 20px ;
	text-align: left ;
	font-size: 12px ;
	color: #000000 ;
	text-indent: 10px ;
	font-weight: bold ;
	background-color: #CCCCCC ;
}
dl#menu dt:hover {
	background-color: #999999;
	color: #666666 ;
}
.menustyle1 {
	background-color: #999999;
	background-image: url(./menufond_01.jpg) ;
}
.menustyle2 {
	background-color: #CCCCCC;
	background-image: url(./menufond_02.jpg) ;
}
dl#menu li {
	left: 0px;
}
dl#menu li a {
	position: relative;
	left: -80px;
	display: block ;
	overflow: hidden ;
	width: 155px ;
	line-height: 18px ;
	background-color: #8f8f8f ;
	background-image: url(./menusousfond.jpg) ;
	padding-left: 25px ;
	text-decoration: none ;
	text-align: left ;
	font-size: 12px ;
	color: #FFFFFF ;
	font-weight: bold ;
}
dl#menu li a:hover{
	text-decoration: underline ;
	color: #000000 ;
}
.menubas {
	display: none ;
}
.menufin {
	position: relative;
	height: 30px ;
	left: -40px;
	background-image: url(./menufin.jpg) ;
	width: 180px ;
}
a img {
	border: 0 ;
	padding: 0 ;
	margin: 0 ;
}
#contenu {
	position: relative;
	float: right;
	width: 800px;
	left: 5px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
	text-align: justify;
	font-size: small;
}
h1 {
	padding: 0px;
	margin: 0px;
	font-size: x-large;
	letter-spacing: 3px;
	text-decoration: underline;
	color:#003399;
}
h2 {
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	margin-bottom: 5px;
	font-size: medium;
	padding-top: 15px;
	text-decoration: underline;
	color: #999999;
}
#contenu a:link {
	text-decoration: none ;
	color: #0e53a2 ;
	/*font-weight: bold ;*/
}
#contenu a:hover {
	text-decoration: underline overline ;
	color: #062a55 ;
	font-weight: bold ;
}
#contenu a:visited {
	color: #0e53a2 ;
}
#contenu a:active {
	text-decoration: underline overline ;
	color: #062a55 ;
	font-weight: bold ;
}
#credits {
	position: relative;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 8px;
}
#credits p {
	color: #FFFFFF;
}
#credits:hover p {
	color: #FFFFFF;
	font-size: 10px;
}
#credits p a {
	color: #FFFFFF;
	text-decoration: underline;
}
#credits p a:hover {
	font-weight: bold;
}
#search {
text-align: center;
margin-left: auto;
margin-right: auto;
text-align: center;
background-color: #CCCCCC;
border:1px solid black;
padding:15px 5px 5px 5px;
width:400px;
}
#statuts {
	display:none ;
}
input {
	border: none;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: ;
}
input:hover {
	background-color: #B1E0FC;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	cursor: text;
}