a {	
	text-decoration: none;
	color: #203E7B;	
}
a:hover {
	color: black;
	text-decoration: none
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.locataireLien a {
	color: darkred;
	text-decoration: none;
  font-weight: bold;	
}
.locataireLien a:hover {
	color: darkblue;
	text-decoration: none;
  font-weight: bold;	
}

.yoLien a {
	color: darkred;
	text-decoration: none;
  font-weight: bold;	
}
.yoLien a:hover {
	color: darkblue;
	text-decoration: none;
  font-weight: bold;	
}

.erreurTexte {
  font-weight: bold;
  text-align: center;
  color: red;
}
.operation {
  font-weight: bold;
  color: darkgreen;
}

.adminMenu{
	color: white;
	text-decoration: none;
  font-weight: bold;
}
.adminMenu a {
	color: white;
	text-decoration: none;
  font-weight: bold;	
}
.adminMenu a:hover {
	color: white;
	text-decoration: none;
  font-weight: bold;	
}
table.adminmenu {
	background: white;
}
  table.cadre {color:black; border: 1px dashed red; background: black; padding:2px; }
  table.pts {border: 1px solid red; background: black; padding:2px; }
  table.calendar {border: 1px solid black; border-collapse: collapse; color: #000000; background: black; }
  td.today { border: 1px solid darkred; color: #000000; background: black; font-weight: bold;}
  td.clic{ border: 1px solid red; color: #000000; background: #666666;}
  td.small { font-size:9px; width:86px; text-align: center;}
  .red { color: darkred; }
  .petit { color: darkred; font-size:9px; text-align: center; }
  .gros { color: darkred; font-size:12px; text-align: center; }
  td.monthdays {border: 1px solid #434470; color: #000000; background: #EEEEEE; }
  td.nonmonthdays { border: 1px solid black; color: #000000; background: #CCCCCC;}
