body {
	margin-top: 0px;
}

.menu{
text-align: center;
font-family: Courier New, Courier, Mono;
font-style: normal;
font-weight: bold;
font-size: 12px;
font-variant: normal;
text-decoration: none ;
color: #ffffff;
}

.fondmenu {
	background-image: url(images/menu.jpg);
	background-repeat: repeat-y;
}

.t {
text-align: center;
font-family: Courier New, Courier, Mono;
font-style: normal;
font-weight: bold;
font-size: 18px;
font-variant: normal;
text-decoration: none ;
color: #444444;
margin-top: 5px;
margin-bottom: 10px;
}

.menu a:link { 
	color: #ffffff; 
	text-decoration: none; 
	}
.menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover {
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
.menu a:active, { 
	color: #ffffff; 
	text-decoration: none; 
	}

.centre {
	text-align: left;
	font-family: Courier New, Courier, Mono;
	font-style: normal;
	font-size: 12px;
	font-variant: normal;
	text-decoration: none;
	color: #444444;
	padding: 10px;
	background-image: url(images/fond1.jpg);
}

.centre a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}

.centre a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #000000;	
}

a.bouton {
	text-align: center;
	background-image: url(images/bouton1.jpg);
	font-family: Courier New, Courier, Mono;
	font-style: normal;
	font-size: 12px;
	font-variant: normal;
	text-decoration: none;
	color: #444444;
	display: block;
	line-height: 26px;
}
a.bouton:hover {
	background-image: url(images/bouton2.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

.entete {
	background-image: url(images/entete.jpg);
	background-repeat: no-repeat;
	background-color: #828550;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.menuh {
	background-image: url(images/a-at.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}