/* CSS Document */

.bord {
	border: 1px solid #CCCCCC;
}
.cadre {
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
}
.titre {
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
a.menu {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
}
a:hover.menu {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
.bout {
	vertical-align: -50%;

}