/* CSS Document */

/* début generalites */

html {
	font-size: 12px;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
}
h3 {
	font-size:20px;
	font-weight:normal
}
a {
	color: #0000FF;
	text-decoration:none;
}
a:link, a:visited {
	color: #0000FF;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	color:#999999;
}
a:active {
	outline: none;
}
a img {
	border: none;
}
#container {
	margin: 0 auto;
	width: 615px;
	height:220px;
	background:#FFF;
	text-align:left;
	z-index:1
}
.erreurconnexion {
	color:#FF0000;
	font-weight:bold
}
.descrition {
	padding-top:5px;
	padding-bottom:20px;
}
.btn {
	border:1px solid #606060;
	color:#202020;
	cursor:pointer;
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;	
}
.etapeon {
	width:15px;
	border:1px solid #606060;
	height:15px;
	text-align:center;
	background-color:#F59D56;
	float:right;
	margin-left:3px
}
.etapeoff {
	width:15px;
	border:1px solid #606060;
	height:15px;
	text-align:center;
	background-color:#FFFFFF;
	float:right;
	margin-left:3px
}
.sep {
	height:1px;
	background-color:#606060;
	width:100%
}
.inputsaisie {
	border:1px solid #FFEAD1;
	background-color:#FFEAD1;
	width:275px
}
.pied {
	font-size:10px
}
.grise {
	border:1px solid #EDEDED;
	background-color:#EDEDED;
	padding:2px
}
.fondtab {
	background-color:#F0DAAE;
}
.fondprocess {
	background-color:#E6E6E6;
	overflow:auto
}
table.lister {
    border: 1px dotted #BBBBBB;
}
table.lister {
    border-spacing: 0;
    table-layout: auto;
}
table.lister {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
table.lister tr {
    background-color: #FFFFFF;
    color: #707173;
    cursor: default;
}
table.lister tr.entete {
    background-color: #E6E6E6;
    color: #707173;
    cursor: default;
}
table.lister tr td, table.lister tr th {
    border: 1px dotted #BBBBBB;
    overflow: hidden;
	padding:2px
}
.entetebloc {
    background-color: #FFFFFF;
    color: #707173;
	text-align:center;
	font-size:8pt;
	font-family: Verdana,Arial,sans-serif;	
	padding:2px;
}
table.editer tr {
    background-color: #F0DAAE;
    color: black;
}
table.editer tr.entetebloc {
    background-color: #FFFFFF;
    color: #707173;
	text-align:center;
	font-size:8pt;
	font-family: Verdana,Arial,sans-serif;	
	padding:2px;
}
table.editer tr td, table.editer tr th {
    border: 1px dotted #DDDDDD
}
table.editer {
	border-collapse:collapse
}
.montant {
    text-align: right;
    white-space: nowrap;
}
.confirmation {
	background-color: #F0DAAE;
	margin:20px;
	padding:10px
}
.enteteretour {
	margin:20px;
	font-size:16px;
	font-weight:bold;
	color:#505050
}
.grostitre {
	font-size:16px;
	color:#F59D56;
	font-weight:bold
}
div#div_flou {
	filter: alpha(opacity=60);
	z-index: 10;
	-moz-opacity: .60;
	opacity: .60;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	background-color: #000000;
}
/* La div sur la div floue */
table.tableau_selection,
div.tableau_selection {
	z-index: 11;
	border: solid 2px outset;
	display: none;
	position: fixed;
	background-color: #E6E6E6;
}
	table.tableau_selection .titre
	, div.tableau_selection .titre {
		background-color: #FFFFFF;
		text-align: center;
		padding: 0;
		font-weight: bold;
	}
		table.tableau_selection .titre > div.nom
		, div.tableau_selection .titre > div.nom {
			padding: 3px;
		}
		table.tableau_selection .titre > div.croix
		, div.tableau_selection .titre > div.croix {
			float: right;
			cursor: pointer;
		}
	table.tableau_selection td.partie {
		padding: 0px;
		vertical-align: top;
	}
	table.tableau_selection col.scrollbar {
		width: 16px;
		min-width: 16px;
	}
	table.tableau_selection th.scrollbar {
		background-color: #FFFFFF;
	}
	table.tableau_selection th input {
		width: 99%;
	}

	table.tableau_selection td.liste {
		width: 100%;
		padding: 0;
		margin: 0;
	}