/* blocs globaux */

div#masthead {
	margin: 10px 10px 0 10px;
	border-bottom: 1px solid #0000a0;
        background: url(/images/logo.gif) no-repeat center top #ffffff;
}
div#masthead h1 {
	display: none;
}
div#masthead .date {
  padding-top: 88px; 
  text-align: center; 
  padding-bottom: 10px; 
}

div#content {
	min-height: 60%;
	margin: 0px 10px 0 10px;
	border-bottom: 1px solid #0000a0;
	background: #ffffff;
}
table#hackcenter {
	margin: auto;
}

div#mastfoot {
	margin: 0px 10px 10px;
	padding: 2px;
	background: #ffffff;
	text-align: center;
	border-top: 2px solid #0000a0;
	font-size: 0.8em;
}

td .popup {
  position: relative; 
}

td .popup .champ_cache {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #1d6de4;
  display: block;
  left: 5px;
  padding: 5px;
  position: absolute;
  top: 10px;
  width: 400px;
  z-index: 10;
}
