/* row alternate */
tbody tr:nth-child(odd) td {
	background-color: rgba(0,0,0,0.04);
}

#btn_find
{
	position:absolute;
	right:0px;
	top:0px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}





.info {
	color:white;
	background-color:#15378D;
	text-align:center;
}

.test {
	color:red;
	background-color:#15378D;
	text-align:center;
	text-shadow: 4px 4px black
}

#bandeau_live_nom {
	margin-top:-2.5%;
font-family:calibri;
	width:50%;
	margin-left:25%;
	text-align:center;
	background:#EBEBEB;
	color:black;
	text-shadow:0px 0px black;
}

#bandeau_live_nom1 {
	margin-top:-2.5%;

	width:10%;
	margin-left:45%;
	text-align:center;
	background:#F6F6F6;
	color:red;
	text-shadow:0px 0px white;
}

#info_refresh {
	font-family:calibri;
	text-align:center;
}

#title {
	background-image: url("../img/32x32_ffs.png");
	background-repeat: no-repeat;
	background-position: center; 
}

tr td.Dossard,
tr td.Ecart1, 
tr td.Ecart2, 
tr td.Ecart {
    
	text-align:center;
}

tr td.Clt1, 
tr td.Clt2,
tr td.Clt3,
tr td.Clt {
	text-align:center;

}

tr td.Tps1, 
tr td.Tps2,
tr td.Tps3,
tr td.Tps {
	text-align:center;
	

}

tr td.Medaille1,
tr td.Medaille {
	text-align:right;
	font-weight: bold;
}

thead.rupture tr th,
tbody.rupture tr th,
tr th.rupture {
	background-color:#124C90;
	color: white;
	font-weight: normal;
	text-align:center;
}



thead.rupture1 tr th,
tbody.rupture1 tr th,
tr th.rupture1 {
	background-color:#CF0A0A;
	color: white;
	font-weight: normal;
	text-align:center;
}


thead.rupture2 tr th,
tbody.rupture2 tr th,
tr th.rupture2 {
	background-color:#379237;
	color: white;
	font-weight: normal;
	text-align:center;
}

thead.rupture3 tr th,
tbody.rupture3 tr th,
tr th.rupture3{
	background-color:#FF8B13;
	color: white;
	font-weight: normal;
	text-align:center;
}








#img_message {
	margin-left:15px;
}


#myDiv
{
  height: 135px;
  width: 11px;
}



#message {
	background-color:#F6F6F6;
	color:#E52027;
	text-shadow:0px 0px #E52027;
	
	font-weight:bold;
	margin-left:130px;
	margin-top:-25px;
	margin-right:15px;
	height:24px;
	overflow: hidden;
}

table td.hot
{
	font-weight:bold;
}

table td.tps1.hot,
table td.ecart1.hot,
table td.clt1.hot,
table td.tps2.hot,
table td.ecart2.hot,
table td.clt2.hot,
table td.tps.hot,
table td.ecart.hot,
table td.clt.hot {
	background:red;
	color:white;
}

#photo {
	background-image: url("../img/24x24_megaphone.png");
	background-repeat: repeat;
	height:100%;
}

iframe {
  border-top: #c00 1px dotted;
  border-right: #c00 2px dotted;
  border-left: #c00 2px dotted;
  border-bottom: #c00 4px dotted;
} 

#div_iframe {
	float: top; 
	float: right; 
}

.ui-btn-active { color: white !important; background: none !important; background-color:#15378D !important;  }
