.entry{
	width: 100px;
	border: thin none #EFEFEF;
	color: #00405B;
	height: 15px;
	margin-left: 5px;
	cursor: text;
}
#logo{
	background-color: White;
	background-image: url(../images/logoibw.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 100px;
	float: left;
	background-position: center;
}

#ligne {
	clear: both;
	background-color: #00405B;
	height:8px;
}

.wait {
	background: url(../images/waitibw.gif) no-repeat center;
}

#tableau {
	background-color: white;
	height: 190px;
	float: left;
}
#tableau table {
	border: 3px solid #00405B;
	border-collapse: collapse;
	width: 400px;
	margin: auto;
}
#tableau thead{
	background-color: #E6E6FA;
	border: 1px solid #00405B;
}
#tableau tfoot {
	border-bottom: 3px solid #00405B;
	border-collapse: collapse;
}
#tableau tbody {
	background-color: #FFFFFF;
	border: 1px solid #00405B;
}
#tableau th {
	font-family: monospace;
	border: 1px dotted #00405B;
	padding: 1px 3px 1px 3px;
	background-color: #EFF6FF;
	width: 75px;
}
#tableau td {
	font-family: sans-serif;
	font-size: 10px;
	border: 1px solid #00405B;
	padding: 5px;
	text-align: right;
}
#tableau caption {
	background-color: #E4E4E4;
	font-family: sans-serif;
	margin-bottom: 15px;
}
.titre{
	background-color: #00405B;
	color: white;
	padding: 3px;
}