textarea
{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 5em;
	min-height: 5em;
	max-height: 5em;
	resize: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px;
}
.input-group
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.panel
{
	padding-left: 0;
	padding-right: 0;
	text-align: justify;
}
h3.panel-heading
{
	margin: 0;
}
.retour_sommaire
{
	display: block;
	text-align: right;
}
.retour_sommaire a
{
	color: #777;
}
.retour_sommaire a:hover
{
	text-decoration: none;
}