#titre_hist {
	font-size: 16px;
	color: white;
}

#croquis-mini {
	border: solid 1px #ccc;
	padding: 0px !important;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 10px;
}

#croquis {
	width: 920px;
	height: 800px;
	overflow: auto;
}
#in_croquis {
	width: 1000px;
	height: 1500px;
	background-color: blue;
}

.partie {
	margin-top: 15px;
	padding: 10px;
	background-color: #111;
	border: solid 1px #333;
}

img {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 20px;
	vertical-align: middle;
}
.livres {
	padding-left: 0px !important;
}
#les_livres {
	margin-top: 10px;
	margin-bottom: -20px;
	/*color: #ccc !important;*/
}

#les_livres a {
	color: #aaa !important;
}

#les_livres a:hover {
	color: #cc421f !important;
}

.sous_partie {
	margin-top: 10px;
	padding: 10px;
	margin-left: 20px;
}
.partie_titre {
	color: #ddd;
}
.sous_partie_titre {
	color: #ddd;
}
p{
	padding: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: pointer;
	color: #999;
}
#conseil_txt {
	font-size: 12px;
	color: #aaa;
	padding-top: 3px;
}
#dynamique_hist {
	text-align: justify;
}

.p_cache {
	display: none;
}

.p_little {
	display: block;
}
.p_intro {
	cursor: default;
}

#dynamique_hist a {
	color: #CC421F;
}
.p_intro:nth-child(1) {
	padding-top: 0px;
}
