
			.div_center {
				position: relative;
				// margin-top: 0%;
				margin-top: 50px;
				width:100%;
			}
				.reservation {
					cursor:pointer;
					// min-width:100px;
					// min-height: 45px;
					// margin:2px;
				}
				.td_reservation {
					width:100px;
					height: 45px;
				}
				.nom_barque {
					width:100px;
				}
				.th_barque {
					min-width:100px;
				}
				#centre {
					padding-left: 0px;
					padding-top: 0px;
					width: 100%;
					display: initial;
					position: relative;
				}
				.logo {
					height:130px;
				}
				.table th, .table td {
					padding:initial;
					text-align:center;
				}
				.acualiser_notes img {
					cursor:pointer;
					width:35px;
					height:35px;
				}
				.acualiser_notes_img {
					cursor:pointer;
					width:50px;
					height:50px;
				}
				.acualiser_notes {
					/* position: absolute; */
					/* top: 50px; */
					/* right: 0px; */
					display: inline-block;
					/* float: right; */
					margin-left:50px;
				}
				.recherche_client {
					/* position: absolute; */
					/* top: 50px; */
					/* right: 0px; */
					display: inline-block;
					/* float: right; */
					margin-left:20px;
				}
				.info_reprog {
					position: fixed;
					top: 50px;
					left: 0px;
					display:none;
					z-index: 4;
					border: 1px solid #000;
					background-color: #fff;
					box-shadow: 4px 4px 7px 0px #828282;
				}
				.info_reprog_annuler {
					font-size:20px;
				}