/*
calendrier.css
--------------		Par Dark Angel

Créé le 8 Août 2006


Description : 

feuille de style du calendrier des sorties
*/

h2
{
	font-weight:bold;
}

table
{
	border-collapse:collapse;
	width:100%;
}

th, td 
{
	border:1px solid #B37A00; 
	width:12%;
	vertical-align:top;	
}

.today
{
	background-color: #F3DC80;
}

.noborder
{
	border:none;
	background-color:#fff; 
	width: 7%;
}