@charset "UTF-8";
#tableau {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#container #fondtexte {
	background-image: url(ressources/backgroundclair.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 600px;
	position: relative;
}
#tableau #logoentree {
	border: 1px solid #CC99FF;
	height: 90px;
	width: 90px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container #entete {
	background-image: url(ressources/titreentree.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#container #texte {
	padding: 5px;
	height: 26px;
	width: 539px;
	position: absolute;
	left: 26px;
	top: 58px;
	line-height: 150%;
}
#tableau a:hover {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CC99FF;
	padding-bottom: 5px;
}

