body {
	padding-top: 10px; /* 60px to make the container go all the way to the bottom of the topbar */
}

iframe{
	width:100%;
	height:1000px;
}

.syntaxhighlighter{
	padding:8px;
	border-radius: 15px;
}

.left-menu{
/*	overflow: hidden;*/
	float:center;
	width:14%;
	margin-left:5px;

}

.navbar{
	height:50px;
	width:85%;
	margin-left: auto;
  margin-right: auto;
  width: 85%; /* largeur obligatoire pour être centré */
}

.btn-group + .btn-group {
  margin-left: 0px;
}

#container{
	margin-left: auto;
  	margin-right: auto;
  	width: 85%;
}

.btn-group{
	padding:1px;
}


.parameters {
	padding:20px;
	margin: 20px;
	background-color:rgba(0,0,0,0.12);
	border-width: 1px;
	border-radius: 15px;
}

.informations {
	padding:20px;
	margin: 20px;
	background-color:rgba(0,150,0,0.12);
	border-width: 1px;
	border-radius: 15px;
}

h4 {
	padding-top:10px;
	padding-bottom:10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #6495ED;
}

pre {
	padding:20px;
	margin: 20px;
	background-color:rgba(0,150,0,0.12);
	border-width: 1px;
	border-radius: 15px;
}

.citation {
	font-style: italic;
}

.tool {
	font-weight: bold;
}
