@charset "utf-8";
/* CSS Document */

body {
	background-color: #2C2B29;
}
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #ff2626;
}
a:active {
	text-decoration: underline;
	color: #999;
}
.Tableau_01 {
	font-size: 9px;
	color: #999;
	font-weight: bold;
}
.font11 {
	font-size: 0.95em;
}
.rouge {
	color: #F00;
}
.popupMenu {
	position:absolute;
	background-color:#F5F7F8;
}
a:link.griss {
	color: #999;
	text-decoration: underline;
	text-align:center;
}

a:visited.griss {
	text-decoration: underline;
	color: #999;
	text-align:center;
}
a:hover.griss {
	text-decoration: none;
	color: #ff2626;
	text-align:center;
}
a:active.griss {
	text-decoration: underline;
	color: #999;
	text-align:center;
}

.popupHover {
	
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#b90000;
}
a:link.blanc-u {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.blanc-u {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.blanc-u {
	text-decoration: none;
	color: #ff2626;
}
a:active.blanc-u {
	text-decoration: underline;
	color: #999;
}
.loading-visible{
    /*make visible*/
    display:block;
	position:absolute;
	width:50%;
	float: left;
	

	overflow:hidden;
	
	


    /*in supporting browsers, make it
      a little transparent*/
    background:#fff;
    /*_background:none; this line removes the background in IE*/
    opacity:.75;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;

    /*set the padding, so that the content
      of the div is centered vertically*/
	
  }


#UpdateProgress1 {
   width: 100%; background-color:#999999;
        position: absolute;
	  height:170%;
	  opacity:.75;
	 
     }
#UpdateProgress2 {
      width: 100%; background-color:#999999;
        position: absolute;
	  height:170%;
	  opacity:.75;
     }
