body
{
	padding:0px;
	margin:0px;
	color:#000066;
	background-image: url('images/fond.png');
	background-repeat: repeat-x;
	background-color: #0079E4;
}

a{color:#000066;text-decoration:none;font-weight:bold;}
a.info{ position:relative; z-index:24;color:#000066;text-decoration:none;font-weight:bold;}
table.tableSelectable tbody tr:hover a.info { color:#ffffff; }
table.tableSelectable tbody tr.selected a.info { color:#000066; }
a.info:hover{z-index:25;
	color:#ffffff;}

a.info span{display: none}

a.info:hover span{ display:block; position:absolute; top:-3em; left:5em; width:25em; border:1px solid #6699cc; background-color:#eeeeee; color:#000066; text-align: justify; font-weight:none; padding:1px; }
iframe#centre { border:1px solide #333; }

#printFiche
{
	display:none;
}



input, textarea,select
{
	text-decoration:none;
	border:1px solid #333; border-color:rgba(0, 0, 0, 0.5); border-radius:3px; color:#000066; text-shadow:0 -1px rgba(0, 0, 0, 0); font-size:100%; padding:0px 0px; -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0); box-shadow:0 1px 0 rgba(255, 255, 255, 0);background-color:#fff; margin:0px 0px;width:150px;
}


input:disabled, input:disabled:hover,  input:disabled:focus, textarea:disabled, textarea:disabled:hover, textarea:disabled:focus
{
	text-decoration:none;cursor: default;
	border:1px solid #333; border-color:rgba(0, 0, 0, 0.5); border-radius:3px; color:#ffffff; text-shadow:0 -1px rgba(0, 0, 0, 0); font-size:100%; padding:0px 0px; -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0); box-shadow:0 1px 0 rgba(255, 255, 255, 0);background-color:#0000ff; margin:0px 0px;width:150px;
}

input:hover,input:focus,select:hover,select:focus,textarea:hover,textarea:focus
{
	text-decoration:none;cursor: pointer;
	border:1px solid #333; border-color:rgba(0, 0, 0, 0.5); border-radius:3px; color:#ffffff; text-shadow:0 -1px rgba(0, 0, 0, 0); font-size:100%; padding:0px 0px; -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0); box-shadow:0 1px 0 rgba(255, 255, 255, 0);background-color:#5f5fff; margin:0px 0px;width:150px;
}
input.livraison,input.livraison:hover{
	width:100px;
}
input.qnte,input.qnte:hover{
	width:30px;
}
table .principal {
	position:relative;top:0px;left:0px;
}
#tableauDossiers thead ,#tableauClientsDeplacement thead 
{
	font-weight:bold;color:#000066;
}


table.tableSelectable tbody tr:hover
{
	background-color:#ff000a;cursor: pointer;
	color:#ffffff;
}

table.tableSelectable tbody tr.selected
{
	background-color:#00ff00;
	color:#000066;
}

#filtre
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:white;
	width:100%;
	height:100%;
	z-index:999;
	opacity:0.5;
	display:none;
}
#btnenregistrerclient
{
	position:relative;
	top:0px;
	margin-left:auto;
}
#btnenregistrerdeplacement
{
	position:absolute;
	top:365px;
	margin-left:520px;
}
#suppdeplacement
{
	position:absolute;
	top:418px;
	margin-left:110;
}
#tableauClientsDeplacement
{
	width:900px;
}
#tableauClientsDeplacement tbody tr td, #tableauClientsDeplacement thead tr th
{
	border:1px solid #6699cc;
}
#client
{
	position:fixed;
	overflow:auto;
	margin:auto;
	margin-left:10px;
}