#fenetreJeu {
	display: flex;
	}
#fenetreJeu h2 {
	text-align: center;
	}
	
#fenetreLogs, #fenetreParametres {
	width: 50%;
	padding: 1em;
	margin: 5px;
	border-radius: 1em;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0px -3px 6px #000;
	}
	
#fenetreLogs {
	/* background-color: rgba(255,128,128,0.5); */
	width: 60%;
	}

#log { 
	height: calc(1.5em * 45);
	height: -webkit-calc(1.5em * 45);
	overflow-y: scroll;
	background-color: rgba(255,255,255,1);
	border-radius: 1em;
	padding: 0px 1em;
	}
	
#log * {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	}

#fenetreParametres {
	width: 40%;
	text-align: center;
	/* background-color: rgba(128,128,255,0.5); */
	}
#fenetreParametres #parametres input {
	display: inline-block;
	}

	
div.blocFonctions {
	margin-top: 1em;
	border-radius: 6px;
	padding: 3px 6px;
	}

div.blocFonctions hr {
	width: 60%;
	margin: 0.5em auto;
	border-top: 1px solid rgba(0,0,0,0.25);
	}

#blocDommages {
	background-color: rgba(255,0,0,0.1);
	}
#blocVie {
	background-color: rgba(0,255,0,0.1);
	}	
#blocCompetences {
	background-color: rgba(0,0,255,0.1);
	}
#blocExports {
	background-color: rgba(0,0,0,0.1);
	}
	
#fenetreParametres #parametres #blocVie input {
	font-size: 1.1em;
	width: 50px;
	text-align: center;
	padding: 3px 6px;
	border-radius: 6px;
	}
#fenetreParametres #parametres #blocVie h3 input {
	font-size: 0.7em;
	padding: 1px 2px;
	}
	
#fenetreParametres #parametres .ligneJet {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid rgba(0,0,0,0.25);
	}

#fenetreParametres #parametres .ligneJet > input[type=text] {
	width: 50%;
	padding: 0px 4px;
	}
#fenetreParametres #parametres .ligneJet > input[type=text]:first-child {
	width: 48%;
	}

#fenetreParametres #parametres #lignePerso {
	font-size: 1.1em;
	}
#persoNom, #persoCouleur {
	font-size: inherit;
	padding: 0.1em 0.25em;
	border: none;
	border-radius: 6px;
	}
	

#fenetreParametres #parametres #persoNom {
	width: 60%;
	}
#fenetreParametres #parametres #persoCouleur {
	width: 15%;
	}
	

#fenetreParametres #parametres .ligneJet > button {
	display: inline-block; 
	min-width: 24px;
	border-radius: 6px;
	}
	
#log span.date {
	font-size: 0.8em;
	font-style: italic;
	color:#666;
	}
	
#log span.ip {
	font-size: 0.8em;
	color:#999;
	}

#log div.blocResultat {
	border-radius: 6px;
	padding: 6px;
	margin-bottom: 1em;
	}
	
#log span.ip::before {	content: "["; }	
#log span.ip::after {	content: "]"; }	

#log ul {
	font-size: 0.9em;
	color: #333;
	font-style: italic;
	}
#log ul li {
	list-style-type: square;
	padding-left: 1em;
	}

#log table {
	margin: auto;
	}

#log table img {
	display: block;
	width: 64px; 
	height: 64px;
	margin: 3px;
	}

#ligneLanceLibre {
	text-align: center;
	margin-bottom: 1em;
	}
#ligneLanceLibre input {
	width: 80%;
	display: inline-block;
	padding: 0px 4px;
	}
#ligneLanceLibre button {
	display: inline-block;
	min-width: 24px;
	}

button, .bouton {
	cursor: pointer;
	padding: 0 1em;
	background-color: rgba(51,153,204,0.2);
	border-radius: 6px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #39C;
	}
img.bouton {
	width: 2em;
	height: 2em;
	box-sizing: content-box;
	padding: 0.1em;
	vertical-align: middle;
	}
button:hover, .bouton:hover {
	background-color: rgba(51,153,204,0.5);
	}
	
#log .resultat { color: #39C; }
#log .resultat { color: #39C; }
#log .echec { color: #C66;  }
#log .reussite { color: #6C6; }

#log .resultat, #log .echec, #log .reussite {
	 max-width: 50%;
	 margin: 3px auto;
	 background-color: rgba(0,0,0,0.6);
	 padding: 3px 6px;
	 border-radius: 6px;
	 display: block;
	 text-align: center;
	 font-weight: bold;
	 }
	
#fenetreCouleurs {
	/* position: fixed; */
	max-width: calc(16 * 8 * 8px);
	line-height: 0;
	margin: 1em auto;
	border: 2px solid #FFF;
	box-sizing: content-box;
	background-color: #FFF;
	margin: 1em auto;
	transition: all 1s ease;
	}

#fenetreCouleurs {
	display: none;
	}

#fenetreCouleurs.active {
	display: block;
	}
	

#fenetreCouleurs div {
	display: inline-block; 
	width: 8px;
	height: 6px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	}
	
#optionsAffichages {
	text-align: center;
	margin: 0.5em auto;
	background: rgba(0,0,0,0.1);
	border-radius: 1em;
	padding: 0.5em;
	max-width: 60%;
	}
h3 {
	margin: 3px 6px;
	}
input[type=range] {
	width: 90%;
	}
	
button.souffle, button#DOMMAGES {
	margin: 6px;
	font-size: 1em;
	}
	
#importerFiche {
	width: 80%;
	background-color: rgba(255,255,255,0.5);
	border-radius: 6px;
	padding: 3px 6px;
	resize: none;
	}
	
#exportRes, #importRes {
	width: 80%;
	font-size: 0.8em;
	background-color: rgba(0,255,0,0.15);
	border-radius: 6px;
	margin: auto;
	}	
#exportRes p, #importRes p {
	margin: 0.1em;
	}

#ongletsTableaux {
	text-align: right;
	margin: 0;
	}
#ongletsTableaux li {
	text-align: center;
	min-width: 3em;
	padding: 3px 6px;
	background-color: rgba(255,255,255,0.3);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	display: inline-block;
	cursor: pointer;
	}

#ongletsTableaux li.actif {
	background-color: rgba(255,255,255,0.6);
	}
	
#ongletsTableaux li:hover {
	background-color: rgba(255,255,255,0.9);
	}