@charset "utf-8";
/* CSS Document */

.texteWhite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
}
.texteGreen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #003B29;
	text-decoration: none;
}
.cellMenu {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003B29;
	border-bottom-color: #003B29;
	border-left-color: #003B29;
}
.cadreIndex {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	border: 1px solid #808080;
}
.bt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: #003B29;
	border: 1px solid #003B29;
}

