#corps-calendrier {
	width:866px;
	color:#4b4b4d;
	overflow:auto;
}
#corps-calendrier h1 {
	margin-top:10px;
	font-size:1.3em;
}
#corps-calendrier h1 img {
	margin-right:3px;
}
#corps-calendrier h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
#corps-calendrier p {
	color:#FFFFFF;
        margin-bottom: 1px;
}

/*Calendrier*/


/*titre agenda*/

#corps-calendrier #titre {
	margin-top:20px;
	font-weight:bold;
	font-size:0.7em;
	text-align:center;
}
#titre td {
	width:191px;
}
#titre table {
	width:833px;
}

/*elements calendrier*/

#calendrier {
	margin-top:5px;
	overflow: auto;
	height:500px;
	width:98%;
	padding-right:10px;
}
#calendrier td {
	border:0;
	border-bottom:2px #FFFFFF solid ;
	width:191px;
    vertical-align: top;
}
#corps-calendrier .date {
	width:120px;
	padding-left:30px;
	font-weight:bold;
	font-size:0.8em;
}

/*Couleurs du calendrier*/

#corps-calendrier .gris {
	background-color:#dedddd;
}
#corps-calendrier .rouge {
	background-color:#da3e14;
}
#corps-calendrier .violet {
	background-color:#663d76;
}
#corps-calendrier .vert {
	background-color:#778621;
}
.cell tr {
  margin:0px;
}
