body {
margin: 10px auto;
background-color: #eeede3;
}

a {
color: #475C78;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #000000;
font-weight: bold;
}

.title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", Times, serif;

}
.menu
{
	font-size: 12px;
	color: #475C78;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;


}

.header {
height: 35px;
background-image: url(images/entete.gif);
background-repeat: no-repeat;
background-color: #eeede3;
}

.headerleft {
padding: 15px 0 0 15px;
}

.headerright {
padding: 15px 15px 0 0;
}

.mainbody {
background-image: url(images/fond.gif);
background-repeat: repeat-y;
background-color: #eeede3;
}

.diviseurvert {
background-image: url(images/diviseur.gif);
background-repeat: repeat-y;
}

.footer {
height: 100px;
margin: 0;
background-image: url(images/pied.gif);
background-repeat: no-repeat;
background-color: #eeede3;
}

.contenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;

}
.ananas {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	color: #8d8c8a;
}
.hudon {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
#menu_bar {
	position: relative;
	margin: 20px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	
}
#ananas_logo {
	position: relative;
	text-align: center;
	margin: 25px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold;
	color: #8d8c8a;
}

