#containerBody{
	min-width: 850px;
	max-width: 1600px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	padding: 8px;
}

#center{
	text-align: center;
}

body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,3690f0+37,3690f0+37,54a3ee+50,1e69de+100 */
	background: rgb(109,179,242); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(54,144,240,1) 37%, rgba(54,144,240,1) 37%, rgba(84,163,238,1) 50%, rgba(30,105,222,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(54,144,240,1) 37%,rgba(54,144,240,1) 37%,rgba(84,163,238,1) 50%,rgba(30,105,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(54,144,240,1) 37%,rgba(54,144,240,1) 37%,rgba(84,163,238,1) 50%,rgba(30,105,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
	margin: 0;
	min-height: 100vh;
}

header{
	text-align: center;
	font-family: police;
	color: #8B4513;
	background: white;
	border-radius: 10px;
}

table{
	text-align: center;
}


td{
	padding-left: 10px;
}

th{
	padding-bottom: 10px;
}

#menuHorizontal{
	text-align:center;
	background-color: white;
	margin: 10px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	width: calc(100% - 180px);
	float: right;
	color: #3A3AFF;
	z-index: 2;
	position: relative;
}

#menuVertical{
	text-align: center;
	position: fixed;
	background-color: white;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	float: left;
	width: 130px;
	color: blue;
	z-index: 1;
}

#menuVertical ul {
	list-style: none;
	padding-left: 0;
	margin: 3px 0;
}

#menuVertical li {
	text-align: left;
	margin-bottom: 1px;
}

#menuVertical a {
	padding: .2em .3em .2em .8em;
	display: block;
	transition: .2s;
}

#menuVertical a.active, #menuVertical a:hover {
	background: #8cbfff;
}

.btn-success{
	margin: 5px 0px 5px 0px;
	background-color: #95a5a6;
}

.btn-success:hover{
	background-color: black;
}

.btn-success:focus{
	background-color:#34495e;
}

#component{
	z-index: 2;
	position: relative;
	padding: 15px;
	color: #3A3AFF;
	background-color: white;
	width: calc(100% - 190px);
	float: right;
	border-radius: 15px;
	margin-bottom: 10px;
	min-height: 400px;
	height: auto;
	overflow-y: auto;
}

a{
	color:black;
}

footer{
	display: block;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 15px 20px 10px 0;
	font-size: .85em;
	background-color: #c0c0c0;
	border-radius: 10px;
	box-sizing: border-box;

}

#center{
	text-align: center;
}

.form{
	width:2em;
	text-align:right;
	padding:0 3px
}

label{
	display:block;
	width: 400px;
}

#gestion_dette .inactive {
	color: gray;
}

#gestion_dette td {
	text-align: left;
}

.show{
	display:none;
}

.hide{
	display: inline;
}

tbody tr:nth-child(even) {
	background: #FFF
}

tbody tr:nth-child(odd) {
	background: #CCC
}