
table.bordoend { 
  margin-top: 3px;
  border: solid 1px #cccccc;
	background-color: #ffffcc;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
  font-size: 16px;
}	

td.bordoo{
 background-color: #ffcc99;
}
	
td.bordov {
 background-color: #DFEFDF; 
}

td {
 
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 2px;
 padding-bottom: 2px;
}

a.edito{           
  border-bottom: none; 
  text-decoration: none;   
  /*color: #DFEFDF;  */
}

#outPopUp {
	font-family: Arial,Helvetica,Verdana,Geneva,sans-serif;
  font-size: 19px;
  text-align:center;
  position: absolute;
  width: 98%;
  height: 98%;
  opacity: 0.9; 
  top: 1%;
  left: 1%;

  background: #ffffcc;

}

tr#tit{
  text-align: center;
}



	