.resNegatif{
	font-weight:bold;
	color:#FF0000;
}

.resPositif{
	font-weight:bold;
	color:#33CC66;
}

.rezRez{
	float : left; 
	
	width: 901px;
	height: 100%;
	
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	
	border:solid 1px;
	border-color: #D3E0EB;
	background-color:#FFFFFF;
}

.resultatHaut{
	float : left; 
	height: 100%;
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/fondLegende.jpg) no-repeat;
}

.resultatBas{
	float : left; 
	/*frinaldi le 14.12.2009 height: 100%; */
    height: 100%;
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	text-align: center;

	padding: 6px 6px 6px 12px;
}

.resultatBasFond{

	cursor: pointer;
	
	float : left; 
	width: 922px;
	/*frinaldi le 14.12.2009 height: 100%; */
	
	background-color:#FFFFFF;
}

.resultatCache{
	
	float : left; 
	width: 891px;
	height: 100%;
	
	border-left: 10px solid;
	border-left-color:#88F17C;
	
	border-bottom:1px solid;
	border-bottom-color:#C1DAD7;
	
	border-right: 1px solid;
	border-right-color:#C1DAD7;
	
	margin:0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	
	background-color:#FFFFFF;
}

.horaireBlock{

	float : left; 
	width: 50%;
	height: 100%;
	
	padding: 10px 10px 10px 10px;
	
	border: 1px solid;

	background-color:#FFFFFF;
	border-color: #D3E0EB;
	
	-moz-border-radius	: 8px;
	border-radius		: 6px;
}

.attante{
	float:left;
	width: 98%;
	height: 100%;
	
	margin-top:10px;
	margin-bottom:10px;
	
	padding: 5px 5px 5px 10px;
	background-color:#88F17C;
	
	font-weight:bold;
	
	-moz-border-radius	: 8px;
	border-radius		: 6px;
}

.details{

	float:left;
	width: 390px;
	height: 100%;
	
	margin: 0px 0px 0px 10px;
	padding:10px 10px 10px 10px;
	
	border: 1px solid;
	border-color: #D3E0EB;
	background-color:#FFFFCC;
	
	-moz-border-radius	: 8px;
	border-radius		: 6px;
}

.restauration{

	float:left;
	width: 95%;
	height: 100%;
	
	margin-top:10px;
	padding:10px 10px 10px 10px;
	
	border: 1px solid;
	border-color: #D3E0EB;
	
	background-color:#FFFFFF;
	
	-moz-border-radius	: 8px;
	border-radius		: 6px;
}

.tools{
	float:right;
	position:relative;
	
	top: -10px;
	right: -10px;
	
	width: 200px;
	height:20px;
	
	padding:5px 5px 5px 5px;
	background-color:#CFE3EC;
}



.print{
	cursor: pointer;
	float:left;
	text-align:center;
	vertical-align:middle;
	margin-right: 10px;
	color:#4F6B72;
	font-weight:bold;
}




.alpha{

    top:0;
    left:0;
    width:100%;
    height:100%;
    position: fixed;
    background-image: url(images/alpha.png);
}

.printTXT{
	
	font-size:16px;
	font-weight:bold;
	
	border: 1px solid;
	border-color: #D3E0EB;
	
	background-color:#FFFFFF;
	
	-moz-border-radius	: 8px;
	border-radius		: 6px;
	
	padding: 20px 20px 20px 20px;
	aligne:center;
	
	width: 500px;
	height: 60px;
	
	display: block;
	position:absolute;
	
	top: 50%;
	left: 50%; 
	margin-top: -150px;
	margin-left: -200px;
}

