﻿/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #3B6460;
}
body {
	background-image: url(../images/bac.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.langue {
	font-size: 12px;
	color: #3B6460;
	text-decoration: none;
}
.langue:hover {
	font-size: 12px;
	color: #3B6460;
	text-decoration: underline;
}

.orange {
	font-weight: bold;
	color: #CA5604;
	text-decoration: none;
}
.table_k {
	border: 1px solid #3B6460;
}
.orange:hover {
	font-weight: bold;
	color: #FB720D;
	text-decoration: none;
}
.menu {
	color: #FFFFFF;
	text-decoration: none;
}
.menu:hover {
	color: #EBF6F0;
	text-decoration: none;
}
.textarea {
	color: #3B6460;
	text-decoration: none;
	background-color: #F4FAF7;
	border: 1px solid #3B6460;
	height: 14px;
	width: 100px;
}
.red {
	font-size: 12px;
	color: #AA2202;
	text-decoration: none;
}
.red:hover {
	font-size: 12px;
	color: #AA2202;
	text-decoration: underline;
}
.gray {
	color: #909A99;
	text-decoration: none;
}
.gray:hover {
	color: #000000;
	text-decoration: none;
}
.yellow {
	font-weight: bold;
	color: #CD980E;
	text-decoration: none;
}
.text {
	color: #3B6460;
	text-decoration: none;
}
.text:hover {
	color: #64A49D;
	text-decoration: none;
}