
.block {
	display: block;
	width: 85px;
	height: 13px;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4A4D52;
	border-top: 1px dashed #FFFFFF;
	border-right: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	border-left: 1px dashed #FFFFFF;
	padding-top: 2px;
}

A:hover.block {
	display: block;	
	width: 85px;
	height: 13px;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #585B61;
	border-top: 1px dashed #FFFFFF;
	border-right: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	border-left: 1px dashed #FFFFFF;
	padding-top: 2px;
	
}


.menu_g {
	display: block;
	width: 156px;
	height: 24px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(_asimages/menu_off.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #919499;
	padding-top: 7px;
	padding-left: 6px;
}

A:hover.menu_g {
	display: block;
	width: 156px;
	height: 24px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(_asimages/menu_on.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #919499;
	padding-top: 7px;
	padding-left: 6px;
}

.menu_gm {
	display: block;
	width: 156px;
	height: 24px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(_asimages/menum_off.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #919499;
	padding-top: 7px;
	padding-left: 6px;
}

A:hover.menu_gm {
	display: block;
	width: 156px;
	height: 24px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(_asimages/menum_on.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #919499;
	padding-top: 7px;
	padding-left: 6px;
}

.footer {
	display: block;
	height: 13px;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4A4D52;
	border-right: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-left: 6px;
}


.dashtab {
	border-top: none;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	border-left: none;
	border-collapse: collapse;
}

.link {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF; 
	text-decoration: none
}

.titre {
	font-family: Arial;
	font-size: 14px;
	letter-spacing: 2px;
	color: #FFFFFF; 
	font-weight: normal;
	text-decoration: none	
}


.text {
	font-family: Arial;
	font-size: 12px;
}


.cnoir {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}
.crouge {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}


input {
	border: 1px solid #3F4247;
	background-color: #E3E3E3;
	font-family: Arial;
	font-size: 10px;
	color: #3F4247;
}


textarea {
	border: 1px solid #3F4247;
	background-color: #E3E3E3;
	font-family: Arial;
	font-size: 10px;
	color: #3F4247;
}

