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

body{
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	/* [disabled]color: #002664; */
	background-color: #739abc;
	text-align: center;
}
body#fond {
	font: 0.8em/1.5em Verdana, Arial, Helvetica, sans-serif;
	/* [disabled]color: #002664; */
	background: url(images/design/dsv_fond_page.jpg) no-repeat;
	text-align: center;
}
#conteneur {
	position:relative;
	background:url(images/design/entete.jpg) no-repeat #fff;
	width: 950px;
	margin: 0 auto;
	padding: 425px 0 50px 0;
	text-align:center;
	color: #002664;
	/* [disabled]border: solid 1px red; */
}
#conteneur_sans {
	position:relative;
	background:url(images/design/entete_sans.gif)  no-repeat #fff;
	width: 950px;
	margin: 0 auto;
	padding: 425px 0 50px 0;
	text-align:center;
	color: #002664;
	/* [disabled]border: solid 1px red; */
}
#login {
	width: 50%;
	/* [disabled]border: solid 1px red; */
	margin: 25px auto 0 auto;
}
#login p input {
	text-align: left;
}

.ok, input[type=submit]{
	border: solid 0px #FFFFFF;
	color:#fff;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	width: 25px;
	padding-left: 4px;
	cursor: pointer;
	background-color: #002664;
}
#login label{
	width: 200px;
	text-align: right;
	/* [disabled]border: solid 1px red; */
	display: inline-block;
	padding-right: 10px;
}
#login fieldset p {
	clear: both;
	border: solid 1px red;
}


#tableaux {
	background:url(images/design/dsv_tab.gif) no-repeat #fff;
	padding: 100px 0;
	width: 950px;
	margin: 0 auto;
	text-align: center;
	border: solid 1px #002664;
	position: relative;
}
p {
	margin: 0px;
	padding: 0px;
}
.titre {
	font-size: 1.5em;
}
h1 {
	position:absolute;
	right:50px;
	top:85px;
	font-size: 1.2em;
	/*color: #739abc;*/
	color: #002664;
}
h1#tableau {
	position:absolute;
	right:25px;
	top:50px;
	font-size: 1.2em;
	/*color: #739abc;*/
	color: #002664;
}
h2 {
	font-size: 1.2em;
	text-align: center;
	/* [disabled]margin: 2.5em 0 0 0.5em; */
	margin-bottom: 0.5em;
	color: #002664;
}
h2 span {
	font-size: 0.8em;
}
fieldset {
	width: 50%;
	margin: 0 auto;
	*margin:0;
	border: none;
	clear: both;
	display: block;
	height: 25px;
}
fieldset.filet {
	border-bottom: solid 1px #002665;
	padding-bottom:2.5em;
}
#btn_date_debut, #btn_date_fin {
	display:inline-block;
	width:22px;
	height:20px;
	background:url(images/calendar.gif) no-repeat;
	zoom:0;
	*display:inline;
	cursor:pointer;
}
#pied {
	background: #666;
	/* [disabled]padding: 2.5em 0; */
	/* [disabled]margin-top:3em; */
	color:white;
	background-color: #739abc;
	/* [disabled]border: solid 1px red; */
	padding-top: 2em;
	width: 100%;
	margin: 0 auto;
}
hr {
	background: #002664;
	width: 75%;
}
.donnees {
	/* [disabled]background: #ff6e00; */
	font-size: 0.85em;
	border: solid 1px #002664;
	border-right:none;
	border-bottom:none;
	width: 900px;
}
.donnees td {
	padding: 0.5em;
	border-bottom:solid 1px #002664;
	border-right:solid 1px #002664;
	text-align: center;
}
.dessus {
	background: #fecb00;
}
.donnees th {
	padding: 0.5em;
	font-weight: bold;
	background: #002664;
	color:#FFFFFF;
}
.donnees  tfoot td {
	/* [disabled]padding: 0.5em; */
	font-weight: bold;
	background: #739abc;
	/* [disabled]color:#739abc; */
}
#office {
	text-align: center;
	margin-top: 25px;
}
#office form {
	/* [disabled]text-align: center; */
	display: inline-block;
	zoom:1;
	*display:inline;
}
tr.alt td {
	background-color:#f1f1f1;
}

tr.hover td {
	background: #F90;
}
table tr.alt td {
	background: #ecf6fc;
}
table tr.over td {
	background: #FFCC33;
}