@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #dbe7eb;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
img {
	border:0;
}
select {
	font-size: 11px;
	color: #000000;
}
#header {
	position: relative;
	width: 736px;
	height: 185px;
	background-image: url(../img/header_fd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .menu {
	position: absolute;
	top: 156px;
	width: 390px;
	font-size: 12px;
	font-weight: bold;
}
#header .menu a{
	display: block;
	text-decoration: none;
	line-height: 26px;
	color: #000000;
	padding: 0 20px;
	border: 1px solid #acacac;
	background-image: url(../img/menuOff_bg.gif);
	background-repeat: repeat-x;
	float: left;
	width: auto;
	margin-right: 1px;
}
#header .menu a:hover,#header .menu a.actif{
	background-image: url(../img/menuOn_bg.gif);
	color: #cf1010;
	border-bottom:0px solid #ffffff;
	line-height: 31px;
	margin-top: -2px;
}
#footer {
	border-top: 1px solid #cc0000;
	margin-top: 20px;
	color: #999999;
	font-size: 11px;
	position: relative;
	height: 115px;
}
#footer a{
	color: #999999;
}
.navQte{
	line-height: 23px;
	height: 23px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.navQte .stage, .navQte .stagein{
	float: left;
	width: auto;
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 25px;
}
.navQte .stagein{
	background-image: url(../img/navQte/in.gif);
	color: #FFFFFF;
}
.navQte .stage{
	background-image: url(../img/navQte/out.gif);
}
.navQte .numPos{
	float: left;
	display: block;
	width: 20px;
	margin-right: 5px;
	color: #000000;
	text-align: center;
	background-image: url(../img/navQte/number.gif);
	background-repeat: no-repeat;
}
.navQte .separateur{
	width: 31px;
	float: left;
}
.navQte .end, .navQte .begin{
	width: 3px;
	float: left;
}

