/* CSS Document */

.agenda_left_arrow {
	text-decoration:none;
	color:0f3f53;
	display:inline-block;
	padding:0px 6px 4px 7px;
	margin:0px 0px 7px 37px;
	border:1px #000 solid;
}

.agenda_right_arrow {
	text-decoration:none;
	color:0f3f53;
	float:right;
	display:inline-block;
	padding:0px 7px 4px 6px;
	border:1px #000 solid;
}

.agenda table {
	padding:0px;
	margin:0px;
	width:960px;	
	font-family:dinreg,arial, sans-serif;
	border-spacing:0px;
	text-align:center;
	vertical-align:middle;
}

.agenda td {
	padding:4px;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	border-bottom: solid 1px black;
}

.agenda_blue{
	background-color:#A3C5D6;	
}

.agenda_noday {
	border-right-color:#000;
	border-right-style:solid;
	border-right-width:1px;
}

.agenda_mois {
	background-color:#A3C5D6;
	border-color:#000;
	border-style:solid;
	border-left-width:0px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-width:1px;	
}

.agenda_nb {
	width:4%;	
}
.agenda_day {
	width:3%;	
	border-color:#000;
	border-style:solid;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-width:0px;

}
.agenda_size {
	background-color:#FFF;
	color:#FFF;
	width:21%;	
}

.agenda_half_size {
	background-color:#FFF;
	color:#FFF;
	width:10.5%;	
}

.cursor_pointer {
	cursor:pointer;	
}
.bg_none{
	background-color:#F7F7F7;	
	color:#000;
}
.bg_darkblue{
	background-color:#0f3f53;	
}
.bg_lightblue{
	background-color:#a2c4d6;
}
.bg_rouille{
	background-color:#ad4c2d;
}
.agenda_none{
	background-color:#FFF;	
}
.agenda .agenda_none .agenda_add {
	color:#FFF;
	display:inline-block;
	text-decoration:none;
}
.agenda .agenda_none:hover .agenda_add {
	color:#00C;
}
.voir_bourse {
	display:inline-block;
	margin-left:300px;
}
