/* Styles de la page d'accueil */
#bandeau-accueil {
	width: 800px;
	height: 51px;
	overflow: hidden;
}
#zone-chap-toc {
	width: 800px;
	height: 226px;
	overflow: hidden;
}
#chap-toc {
	width: 615px;
	height: 226px;
	overflow: hidden;
}
.accueil-image {
	text-align: center;
}

/* Contenu de la page d'accueil */
.accueil-text-panel {
	margin-left:100px;
	margin-right:100px;
	margin-top:15px;
	margin-bottom:15px;
	border:2px solid white;
	padding: 10px;
	background-image:url('images/fond-translucide.png');
	background-repeat:repeat;
	font-size: 1.2em;
}
.accueil-text-panel-content {
	margin:0px;
	color: black;
	text-align: justify
}
.accueil-text-panel-content p {
	margin:0px;
}
.accueil-text-panel-content p a {
	color: navy;
	text-decoration: none;
}
.accueil-text-panel-content p a:hover {
	color: blue;
	text-decoration: underline;
}
.center-block-wrapper {
	text-align: center;
}
.center-block {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	white-space: nowrap;
	width: 1px;
}

