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

body {
font-size:14px;	
font-family: Arial, Helvetica, sans-serif;
width:960px;
margin:0 auto;
}

#loading {
width:100px;
height: 100px;
position: fixed;
top: 50%;
left: 50%;
background:url(../images/spinner.gif) no-repeat center #fff;
text-align:center;
padding:10px;
color:#333;
font:normal 16px Tahoma, Geneva, sans-serif;
border:1px solid #666;
margin-left: -50px;
margin-top: -50px;
z-index:2;
overflow: auto;
}


#loading_im {
width:100px;
height: 100px;
position: fixed;
top: 50%;
left: 50%;
background:url(../images/spinner2.gif) no-repeat center #fff;
text-align:center;
padding:10px;
color:#333;
font:normal 16px Tahoma, Geneva, sans-serif;
border:1px solid #666;
margin-left: -50px;
margin-top: -50px;
z-index:2;
overflow: auto;
}


.resultat {
width:98%;
padding:5px;
border-spacing:0px;
border-collapse:collapse;
font-size:15px;
font-family: Arial, Helvetica, sans-serif;
}

.resultat2 {
width:98%;
padding:5px;
border-spacing:0px;
border-collapse:collapse;
font-size:15px;
font-family: Arial, Helvetica, sans-serif;
}

.resultat2 th{
color:#F00;
font-weight:normal;
}


.resultat th{
color:#F00;
font-weight:normal;
}

.resultat tbody tr:hover{
cursor:hand;
background:#FFF;
color:#000;
}

div#titre_vendeur {
	width:160px;
	background-color:#F90;
	font-size:18px;
	color:#FFF;
	text-align:center;
	position:relative;top:26px;left:395px;z-index:1;
	margin-left: auto;   
	margin-right: auto;
	margin-top:-20px;
	}

div#titre_acquereur {
	width:160px;
	background-color:#3C3;
	font-size:18px;
	color:#FFF;
	text-align:center;
	position:relative;top:26px;left:395px;z-index:1;
	margin-left: auto;   
	margin-right: auto;
	margin-top:-20px;
	}

div#titre_negociateur {
	width:160px;
	background-color:#33C;
	font-size:18px;
	color:#FFF;
	text-align:center;
	position:relative;top:26px;left:395px;z-index:1;
	margin-left: auto;   
	margin-right: auto;
	margin-top:-20px;
	}


fieldset legend{
color:#C06;	
}
	

