* {
	color: #333333;
	background-color: #F3EBCB;
}

/* CSS - Partie Règles du jeu */

nav {
	display: flex;
	background-color: #462A71;
}

#logo {
	width: 20%;
	margin: 8px;
}

#menu {
	margin: 8px;
	display: flex;
	margin-left: 35px;
	background-color: #462A71;
}

#titre_fiche, #titre_regles {
	font-size: 20pt;
	margin-right: 30px;
	text-decoration: none;
	color: #EF4E66;
	cursor: pointer;
	background-color: #462A71;
}

#pop-up {
	width: 40%;
	box-shadow: -1px 0px 3px 2px rgb(211,211,211);
	left: 50%;
	transform: translate(-50%);
	position: absolute;
	background-color: #D8C2A5;
}

#pop-up_fiche {
	display: none;
	background-color: white;
}

#pop-up_fiche button {
	cursor: pointer;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	background-color: white;
}

#partie1, #partie2 {
	margin-left: 15px;
	margin-right: 15px;
	background-color: #D8C2A5;
}

#partie1 h2, #partie2 h2, #partie1 p, #partie2 p {
	background-color: #D8C2A5;
	color: #333333;
}

#pop-up_regles {
	display: none;
	background-color: #D8C2A5;
}

#pop-up_regles button {
	cursor: pointer;
	float: right;
	margin-right: 10px;
	background-color: #D8C2A5;
}

#choix_tome {
	width: 100%;
}

#tome1 {
	width: 33%;
	cursor: pointer;
	margin-left: 30px;
}

#tome1 span {
	font-size: 30px;
}

#tome1 p {
	font-size: 18px;
}

#tome1 img {
	width: 80%;
	border: 1px solid black;
}

#contenu {
	width: 60%;
}

#regles {
	margin-left: 30px;
}

#texte_regles {
	display: flex;
}

#part1, #part2, #part3, #part4, #part5, #part6 {
	width: 60%;
}

.boutons_1 {
	float: right;
	margin-bottom: 20px;
}

.boutons_2, .boutons_3 {
	display: flex;
	justify-content: space-between;
}

.boutons_4 {
	float: left;
	margin-bottom: 20px;

}

.boutons_1 button, .boutons_2 button, .boutons_3 button, .boutons_4 button {
	cursor: pointer;
}

#debut_debut {
	margin-left: 30px;
}

#choix button {
	cursor: pointer;
}

#lancement_livre_jeu {
	width: 100%;
}

#exemple {
	width: 40%;
}

#feuille_aventure_exemple {
	width: 100%;
}








/* CSS - Partie Aventure*/

#section_aventure {
	width: 100%;
	display: flex;
}

/* Zone Texte Aventure */

#texte_aventure {
	width: 60%;
	display: none;
	margin-left: 30px;
}

#ajout_habilete, #ajout_force {
	float: left;
	margin-right: 10px;
}

#texte_aventure div {
	width: 95%;
	margin-left: 30px;
	margin-top: 45px;
}

strong {
	cursor: pointer;
}

.attaque {
	text-decoration: underline;
	font-style: italic;
}

.combat {
	color: red;
	cursor: pointer;
}

.fin {
	margin-top: 90px;
}

.objet, .marche {
	color: blue;
}

.non-objet {
	color: black;
	cursor: auto;
}

.style_competences, .style_parchemin, .style_objet, .style_equipement {
	margin: 0;
	margin-left: 2px;
	display: block;
}

.style_notes {
	margin: 0;
	margin-left: 2px;
	display: block;
}

/* Zone Feuille Aventure */

#texte_feuille {
	width: 40%;
	margin-top: 45px;
	display: none;
}

#feuille_aventure {
	width: 80%;
	border: 1px solid black;
	margin-left: 70px;
}

#feuille_aventure h2 {
	text-align: center;
}

#ligne1, #ligne2, #ligne3 {
	display: flex;
	justify-content: space-around;
}

#habilete, #force, #discussion {
	width: 28%;
	height: 100px;
	border: 1px solid black;
}

#texte_feuille .titre {
	font-size: 11pt;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 2px;
}

#colonne1, #colonne2 {
	width: 45%;
}

#competences {
	margin-top: 15px;
	width: 100%;
	height: 125px;
	border: 1px solid black;
	overflow: auto;
}

#equipement {
	margin-top: 15px;
	width: 100%;
	height: 175px;
	border: 1px solid black;
	overflow: auto;
}

#bourse {
	margin-top: 15px;
	width: 100%;
	height: 75px;
	border: 1px solid black;
}

#contenu_bourse {
	display: flex;
}

#sac {
	margin-top: 15px;
	width: 100%;
	height: 225px;
	border: 1px solid black;
	overflow: auto;
}

#sacoche {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 45%;
	height: 100px;
	border: 1px solid black;
	overflow: auto;
}

#notes {
	margin-top: 15px;
	margin-bottom: 10px;
	width: 45%;
	height: 100px;
	border: 1px solid black;
	overflow: auto;
}



