.hyd_log {
	border: 1px solid black;
	margin: 1.8em 0;
	padding: 0.65em;
	display: block;
	background-color: #fdffdd;
	width: 100%;
	border-radius: 10px;
	text-align: left;
	box-sizing: border-box;
}

.hyd_log .titre {
	background-color: #B3B399;
	border: 1px solid black;
	border-radius: 5px;
	float: left;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-left: 0.5em;
	margin-top: -1.2em;
	padding: 0.2em 0.5em;
}

.hyd_log ul {
	clear: left;
	margin: 0;
	padding: 0em;
	font-family: "Courier New",Courier,monospace;
	font-size: 1em;
}

.hyd_log ul li {
	/*font-size: 12px;*/
	list-style-type: disc;
	margin-left: 1em;
}

.hyd_erreur {
	background-color: #FBE3E4;
	color: red;
}

/* Largeur du formulaire */
.hyd_formulaire {
	width: 100%;
}

/* Largeur des champs input */
.hyd_formulaire input {
	width: 10em;
	text-align: right;
}

td.hyd_bouton_submit {
	text-align: center;
}

td.hyd_bouton_submit>input {
	width: 60%;
	padding: 0.5em;
	text-align: center;
	margin: 0.5em;
}

.hyd_formulaire_erreur {
	background-color: #fdffdd;
	border: 1px solid black;
	border-radius: 5px;
	background-image: url(plugins/auto/hydraulic/v0.11.6/images/hyd_attention.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	min-height: 50px;
	padding: 0.5em 0.5em 0.5em 50px;
	text-align: center;
	line-height:50px
}

.hyd_formulaire_erreur span {
	color : red;
	font-weight : bold;
	vertical-align: middle;
}

.hyd_formulaire_chapitre {
	font-weight: bold;
	margin: 0.3em 0 0.2em;
	padding: 0.3em;
	background-color: #eeeeee;
}

#jqplot_graphique, #jqplot_courbe_remous {
	margin: 2em auto;
}

tr.align_right td {
	text-align: right;
}

tr.align_left td {
	text-align: left;
}

tr.align_right td.varACal {
	text-align: left;
}

.varACal {
	font-weight: bold;
}

#dessinSection{
	display: inline-block;
	margin: 0 0 0 125px;
}

#hyd_resultat {
	text-align: center;
}

.hyd_graph tr td {
	vertical-align:top;
}

.hyd_table {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
}
