/******************************************* FIREFOX OUTLINE *******************************************/

a { outline: none; }

body,html { 
	margin:0; 
	padding:0;
	height:100%;
	background-color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}



a{
  font-weight: bold;
  color: #C4293B;
}

a:hover{
  color: #FFF;
  text-decoration: none;
}

#flashcontent {
  height: 100%
}

td {
  border:1px solid #000;
  background-color:#FFFFFF;
  color:#444547;
  padding:4px;
}

.edit{
  background-color: #EBEBEB;
  padding: 10px;
  border: 0;
}

th.edit{
  text-align: right;
  vertical-align: top;
  border: 0;
}

.list{
  background-color: #EBEBEB;
  vertical-align: top;
  padding: 10px;
  border: 0;
}

.list a{
    color: #2e73b3;
}

.link_to{
  color: #2e73b3;
}

th.list{
  text-align: center;
  vertical-align: top;
  border: 0;
}

.alert{
  font-size: 11px;
  font-style: italic;
  color: #ff0000;
}

.number{
  font-weight: bold;
}

h1 {
  font-size: 18px;
}

h2 {
  font-size: 14px;
}

/* MENTIONS LEGALES + RELGEMENTS */

#policy {
  padding:20px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #484848;
}

#policy h1{
  font-size: 18px;
  color: #757575;
  font-weight: bold;
}

#policy h2{
  font-size: 14px;
   color: #757575;
  font-weight: bold;
}

#policy h3{
  font-size: 14px;
  margin-left: 20px;
}
