﻿div.PopUpCalendrier {
	background-color: #06127D;
	border: 1px solid #06127D;
	width: 140px;
}

div.PopUpCalendrier H1{
	text-align: center;
	font-size: 12px;
	color: white;
	background-color: #06127D;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 16px;
}

div.PopUpCalendrier img {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}


div.PopUpCalendrier img.flecheGauche {
	
	float: left;
}

div.PopUpCalendrier img.flecheDroite {
	float: right;
}

div.PopUpCalendrier table {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;

}

div.PopUpCalendrier table tbody td {
	border: 1px solid #06127D;
	cursor: pointer;
}

div.PopUpCalendrier table thead td{
	font-weight: bold;
	color: white;
	background-color: #06127D;
	cursor: arrow;

}

