﻿
@font-face {
	font-family: 'SourceSansPro-Bold';
	src: url('SourceSansPro-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('SourceSansPro-Regular.otf') format('opentype');
}








body {
	margin:0px;
	background-color:#F4F5F9;

}


.topDiv {
	background-color:#334D66;
	width:100%;
	height:60px;
	text-align:center;
	display:table;
	
}

.titleDiv {
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-family: SourceSansPro-Bold;
	letter-spacing: 3px;
}

.content {
	position: absolute;
	top: 60px;
	bottom: 100px;
	width: 100%;
	font-family: SourceSansPro-Regular;
}


.innerContent {
	width: 60%;
	margin: auto;
	height: 100%;
	margin-top:40px;
	margin-bottom:25px;
	display:flex;
}

#batImage {

	height:70%;
}
.footerDiv {
	position:absolute;
	background-color: #334D66;
	width: 100%;
	height: 100px;
	text-align: center;
	display: table;
	bottom:0px;
}
.rightContent {
	margin-left: 30px;
	color: #334D66;
}

.titleInfosDiv {
	font-size: xx-large;
	margin-bottom: 20px;
	font-family: SourceSansPro-Bold;
}

.myTable {
	border:none;
}
td {
	padding-right:40px;
	padding-top:10px;
	padding-bottom:10px;
}

.headerData {
	font-weight: bold;
}

.sepDiv {
	height:1px;
	background-color:#E6E7EB;
	width:100%;

}
.batDiv {
	font-size: xx-large;
	display:table-cell;
	vertical-align:middle;
	
}
.batTitle {
	font-family: SourceSansPro-Bold;
}
.commentaireDiv {
	display: inline-block;
	margin-left:20px;

}


.validateBatButton {
	background: #D6696E;
	padding: 10px 16px 10px 16px;
	border-radius: 5px;
	border-color: #D6696E;
	color: #FFECF4;
	font-weight: bold;
}
.commentaireButton {
	background: #6BA4DB;
	padding: 10px 16px 10px 16px;
	border-radius: 5px;
	border-color: #6BA4DB;
	color: #D9FFFF;
	float:right;
}

#commentaireTextBox {
	border-radius: 5px;
	width: 100%;
	border-color: #6BA4DB;
}

.actionsDiv {
	margin-top: 20px;
	display: table;
}

