@charset "UTF-8";
body {
	background-color: #FFF;
}
a:active, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
}
.filetbas{
	height: 24px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
.tracee{
	text-decoration: line-through;
}
.textnormal10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: bold;
}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.bodytxtblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.bodytxtwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	letter-spacing: 0.3em;
	font-weight: bold;
	height: 26px;
}
.ligne {
	height: 26px;
	background-image: url(/navig/ligne.png);
}
input {
	border:1px solid #CCC;
	background-color:#EBE9F3;
 }
textarea {
	border:1px solid #CCC;
	background-color:#EBE9F3;
 }
 select, option {
 background-color:#EBE9F3;
 }
 input[type=submit], input[type=button] {
 border:2px outset #A6BEDE;
 cursor:pointer;
 }
input[type=submit]:hover, input[type=button]:hover {
	border:2px outset #8396B1;
	background-color:#A6BEDE;
	color:#FFF;
 }
input[type=submit]:active, input[type=button]:active {
	border:2px inset #A6BEDE;
	background-color:#8396B1;
	color:#FFF;
 } 
#info {
	overflow: visible;
	position: relative;
}
#message {
	background-color: #F93;
	position: absolute;
	height: 70px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	vertical-align: middle;
	border: thin solid #666;
	padding: 4px;
	top: -70px;
	left: 80px;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFE4BE;
	display: inline;
	padding-right: 2px;
	padding-left: 4px;
}
