body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #000000;
  text-align:justify;
  background-color: #DBEAF6;
  background-image:url(/images/bg-header.png);
  background-repeat: repeat-x;
}

a:link {
  color:#FF6600;
  text-decoration:underline;
}

a:visited {
  color:#FF6600;
  text-decoration:underline;
}


.lang_push {
  background-image:url(/images/background-header2.png);
  width:150px;
}

.td_lang_push{
  color:#88969F;
  font-weight:800;
  font-size:10px;
}

.td_center {
  text-align:center;
}

.td_right {
  text-align:right;
}

.flag_off {
  text-align:center;
  height:40px;
  width:60px;

}

.flag_hover {
  background-color:#FFFFFF;
  text-align:center;
  height:40px;
  width:60px;
  cursor:pointer;
}

.lang_select {
  background-color:#DBEAF6;
}


.type_1,.type_1:link,.type_1:visited{
  color:#75d5fd;
  font-weight:800; 
  font-size:12px;
}

.type_2, .type_2:link,.type_2:visited{
  color:#a8d240;
  font-weight:800; 
  font-size:12px;
}

.type_3, .type_3:link,.type_3:visited{
  color:#E569C6;
  font-weight:800; 
  font-size:12px;
}

.type_4,.type_4:link,.type_4:visited{
  color:#e569c6;
  font-weight:800; 
  font-size:12px;
}

.type_5,.type_5:link,.type_5:visited{
  font-weight:800; 
  color:#837d7d;
  font-size:12px;
}

.images {
  border:#FFFFFF solid 1px;
  padding:3px;
  background-color: #fff;
  margin: 3px;
}

#search_form{
  z-index:5;
  margin-top:0px;
  width:100%;
}

#div_suggest{
  padding: 0;
  z-index:10;
  position:absolute;
  top: 268px;
  margin-left:-219px; 
  width:338px;
  left:50%;
  right:50%;
  background: #ffffff;
  border:1px solid gray;
  text-align: left;
  display:none;
}


#summary_bar {
  width:950px;
  background-color: #b4c6d4;
  text-align:left;
  text-indent:10px;
  color: #fff;
  font-family: Verdana, Arial, serif;
  height:20px;
  padding-top:4px;
  margin-bottom: 10px;
}


/* TOOLTIPS */
#img_main_help,
#img_stats_type_help,
#img_stats_chrono_help,
#img_stats_tr_help {
  cursor: pointer;
}

#img_stats_type_help,
#img_stats_chrono_help,
#img_stats_tr_help {
  display:none;
}

#table_stats {
  margin:0;
}

.tooltip {
    display:none;  
    font-size:11px; 
    padding:0px;
}

#tooltip_main  {
  height:120px; 
  width:440px;
  background: #666666;
  color: #fff;
  font-family: Verdana, Arial, serif;
  text-align: left;
}

#tooltip_stats_type {
  height:115px; 
  width:330px;
  background: #666666;
  padding-top: 5px;
  padding-left: 5px;
  color: #fff;  
  font-family: Verdana, Arial, serif;
  text-align: left;
}

#tooltip_stats_chrono {
  height:115px; 
  width:330px;
  background:#666666;
  padding-top: 5px;
  padding-left: 10px;
  color: #fff;  
  font-family: Verdana, Arial, serif;
  text-align: left;
}

#tooltip_stats_tr {
  height:115px; 
  width:330px;
  background: #666666;
  padding-top: 5px;
  padding-left: 5px;
  color: #fff;  
  font-family: Verdana, Arial, serif;
  text-align: left;
}

.qtip .qtip-wrapper .qtip-borderTop,
.qtip .qtip-wrapper .qtip-contentWrapper,
.qtip .qtip-wrapper .qtip-title .qtip-button,
.qtip .qtip-wrapper .qtip-borderBottom,
.qtip .qtip-tip {
   opacity:0.95;
}

.suggest{
  padding-left: 2px;
  text-align: left;
}

.suggest_on {
  background: #DDD;
  padding-left: 2px;
}

.td_cn {
  font-size:10px;
  text-align:center;
}

.submit_but {
  background:url(/images/bg-search.png);
  background-repeat:no-repeat;
  width:96px;
  padding-top:5px;
  text-align:center;
  color:#FFFFFF;
  cursor:pointer;
  font-size:14px;
}

.search_field{
  background:#fff;
  margin:0;
  padding:3px 4px;
  border:1px solid #eee;
  border-right-width:0;
  outline-width:0;
  -webkit-border-top-left-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-bottomleft:5px;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  font:14px Verdana,Arial,Sans-serif;
  width:330px;
}

.topS {
  z-index:3;
  width:990px;
  height:220px;
  position:relative;
  background:url(/images/bg-tagscloud.png);
  background-position:center;
  background-repeat:no-repeat;
  text-align:justify;
}

.titre_topS {
  z-index:3;
  width:550px;
  position:absolute;
  top:32px;
  left:60px;
  color:#FFFFFF;
  font-size:12px;
  font-weight:700;
  letter-spacing:5px;
}

.write_topS {
  z-index:3;
  position:absolute;
  width:900px;
  height:auto;
  left:40px;
  top:60px;
  line-height: 25px;
}


#fond_bordure {
  z-index:3;
  width:980px;
  text-align:left;
}

#main_res {
  background-color:#FFFFFF;
  width:900px;
  z-index:1;
}

.date {
  font-size:9px;
  color: #999999;
}
 
.date:link,.date:hover,.date:visited {
  font-size:9px;
  text-decoration:none;
  color: #999999;
}

#copyright {
  font-size:10px;
  color:#666666;
  background-color:#C1D0DC;
  width:100%;
  padding-top:5px;
  bottom:0px;
  position: fixed;
  z-index:10000;
  opacity:0.9;
  height:20px;
  text-align:center;
  filter:alpha(opacity:90);
}


#copyright a{
  color:#666666;
  font-weight:400;
}


#stats {
  font-size:10px;
  color:#999999;
  font-size:10px;
  padding:5px 10px 0px 0px;
}

#div_stats {
  margin-top:0px;
  height:165px;
  text-align:center;
  width:950px;
}

#div_summary_bar {
  margin-bottom:0px;

}

.flag_on {
  text-align:center;
  background-color:#FFFFFF;
  height:40px;
  width:60px;
  border: 1px dashed #FF6600;
  cursor:pointer;
}

.dev_border td {
    border-bottom: 1px dashed #CCCCCC;
}

.top_td {
  border-bottom: 1px dashed #CCCCCC;
  padding: 0px;
}

.right_td {
  border-left: 1px dashed #cccccc;
  text-align:center;
}


#tags {
  z-index:3;
  padding-left:40px;
  height:202px;
  background:url(/images/bg-tagscloud.png) top;
  background-repeat:no-repeat;
  text-align:left;
}

#tags_data {
  height: 202px;
  min-height: 202px;
}

#titre_tags {
  padding-top:19px;
  padding-left:15px;
  height: 20px;
  min-height: 20px;
  color:#FFFFFF;
  font-size:12px;
  font-weight:700;
  letter-spacing:3px;
}

#write_tags {
  padding-top: 3px;
  height:100px;
  min-height: 100px;
  width: 900px;
  margin: auto;
}

#write_tags a {
  text-decoration : none;
  line-height:22px;
  font-weight:800;
}

#write_tags a:hover {
  border-bottom : 1px solid #ff6603;
}

#search_tags {
  height: 50px;
  min-height: 50px;
  text-align:center;
  padding-bottom: 10px;
}

.level0:link,.level0:visited  { text-decoration : none; font-size: 10px; color: #a39480;}
.level1:link,.level1:visited  { text-decoration : none; font-size: 12px; color: #e3a869;}
.level2:link,.level2:visited  { text-decoration : none; font-size: 14px; color: #ff8c00;}
.level3:link,.level3:visited  { text-decoration : none; font-size: 16px; color: #ff7d40;}
.level4:link,.level4:visited  { text-decoration : none; font-size: 17px; color: #ff6103;}
.level5:link,.level5:visited  { text-decoration : none; font-size: 18px; color: #ff4500;}

.level0:hover { text-decoration : underline;}
.level1:hover { text-decoration : underline;}
.level2:hover { text-decoration : underline;}
.level3:hover { text-decoration : underline;}
.level4:hover { text-decoration : underline;}
.level5:hover { text-decoration : underline;}

#add_bar{
  z-index:4;
  position:absolute;
  height:80px;
  width:279px;
  top:0;
  right:0;
  display:block;
}

#add_bar img{
  cursor:pointer;
  border:0px;
}
#add_bar span{
  position: absolute;
  width:240px;
  bottom: 20px;
  left:20px;
  font-size: 0.75em;
  text-align:left;
}

#header_ping {
  margin-top:9px;
  width:990px;
  height:50px;  
  background-image: url('/images/wasa_header.png');
  background-position:center;
  background-repeat: no-repeat;
}

#ping {
  width:990px;
  margin:auto;
  background-image: url('/images/wasa_bg.png');
  background-position:center;
  background-repeat: repeat-y;
}

#content_ping {
  padding-top: 5px;
  padding-bottom: 25px;
  font-size:12px;
  width: 920px;
  margin-left:40px;
}

#footer_ping {
  width:990px; 
  height:23px;  
  background-image: url('/images/wasa_footer.png');
  background-position:center;
  background-repeat: no-repeat;
}

