.calendrier {
	display: none;
	position: absolute;
	background-color: #E4F0FA;
	border: 2px solid #051039;
    width: 160px;
	z-index:99;
} 
.flyingBlue .calendrier {
	background-color: #EBF1F9;
	border: 2px solid #003066;
}
.frequentFlyer .calendrier {
	background-color: #FFFFFF;
        border: 1px solid #62B4E8;
        width: 320px;
}

.calendrier2 {
        display: none;
        float: right;
}
.frequentFlyer .calendrier2 {
        display: block;
}

.frequentFlyer .calendrier2 .buttonClose {
        text-align: right;
        padding-right: 10px;
        padding-bottom: 5px;
}

.labelCalendar2 {
        display: none;
        padding-left: 85px;
}
.frequentFlyer .calendrier .titre span.labelCalendar2 {
        display: inline;
        padding-left: 88px;
}

.frequentFlyer .arrowLeft {
        margin-left: 5px;
}

.frequentFlyer .arrowRight {
        margin-right: 5px;
}

.calendrier table {
	empty-cells: show;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0 0.5em 0.5em 0.5em;
}

.calendrier table tr td {
	border: 1px solid white;
}
.frequentFlyer .calendrier table tr td {
	border: 3px solid #E9F4FB;
}

.calendrier .titre, .calendrier .titre span {
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #051039;
	color: white;
	padding:2 0 2 0px;
}
.flyingBlue .calendrier .titre, .flyingBlue .calendrier .titre span {
	background-color: #003066;
}
.frequentFlyer .calendrier .titre, .frequentFlyer .calendrier .titre span {
	font-family: Arial;
	font-size: 11px;
	background-color: #FFFFFF;
    color: #092D55; 
}
.frequentFlyer .calendrier .titre {
	padding:10 0 10 0px;
}
.frequentFlyer .calendrier .titre span {
	width:auto; 
}

.calendrier .titre, .calendrier .titre a img {
	border: 0px;
}

.calendrier table td {
	text-align: right;
}
.frequentFlyer .calendrier table td {
	text-align: center;
}

.calendrier table tr.headCalendar td {
	border: 0px;
	font-size: 12px;
	color: #051039;
	text-align: center;
}
.flyingBlue .calendrier table tr.headCalendar td {
	color: #003066;
}
.frequentFlyer .calendrier table tr.headCalendar td {
	font-size: 11px;
	color: #092D55;
}

.calendrier table tr td {
	font-size: 11px;
	font-weight: bold;	
}
.frequentFlyer .calendrier table tr td {
	font-weight: normal;	
}

.calendrier table tr td a:link, .calendrier table tr td a:visited {
	text-decoration: none;
	color: #051039;
	font-weight: bold;
}
.flyingBlue .calendrier table tr td a:link, .flyingBlue .calendrier table tr td a:visited {
	color: #003066;
}
.frequentFlyer .calendrier table tr td a:link, .frequentFlyer .calendrier table tr td a:visited {
	color: #092D55;
	font-weight: normal;	
}

.calendrier table tr td.disabled {
	color: #ACB7C9;
	font-weight: normal;
}
.frequentFlyer .calendrier table tr td.disabled, .frequentFlyer .calendrier table tr td.disabled:hover {
	color: #62B4E8;
        text-decoration: line-through;
}

.calendrier table tr td.selected, .calendrier table tr td.selected a, .calendrier table tr td.selected a:hover, .calendrier table tr td.selected a:visited {
	background-color: #051039;
	color: white;
	font-weight: bold;
}
.flyingBlue .calendrier table tr td.selected, .flyingBlue .calendrier table tr td.selected a, .flyingBlue .calendrier table tr td.selected a:hover, .flyingBlue .calendrier table tr td.selected a:visited {
	background-color: #0886EC;
	color: white;
}
.frequentFlyer .calendrier table tr td.selected, .frequentFlyer .calendrier table tr td.selected a, .frequentFlyer .calendrier table tr td.selected a:hover, .frequentFlyer .calendrier table tr td.selected a:visited {
        text-decoration: underline;
	background-color: white;
	color: #0886EC;
        font-weight: bold;
}
.frequentFlyer .calendrier table tr td a:hover {
	background-color: #62B4E8;
	color: white;
        font-weight: bold;
} 

.calendrier table tr td a {
	padding: 0 2 0 2px;
}

.calendrier table tr td a:hover {
	color: #FF0000;
	cursor: pointer;
}


.promo .calendrier {
	display: block;
	position: relative;
	background-color: #EBF1F9;
	border: 1px solid #051039;
	width:240px;
        margin-left: 75px;
}

.promo .calendrier .titre {
	background-color: #051039;
}

.promo .calendrier table {
	height:91px;
}

.promo .calendrier table tr.headCalendar td{
	font-size: 11px;
	width:31.5;	
}

.promo .calendrier table tr td {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width:31.5;		
}

.promo .calendrier table tr td a:link, .promo .calendrier table tr td a:visited {
	color: #7a3c54;
}

.promo .calendrier table tr td.disabled {
	color: #5d6680;
	font-weight: normal;
}

.promo .calendrier table tr td.available {
	color: #051039;
	font-weight: bold;
}

.promo .calendrier table tr td.selected, .promo .calendrier table tr td.selected a, .promo .calendrier table tr td.selected a:hover, .promo .calendrier table tr td.selected a:visited {
	background-color: #7a3c54;
	color: white;
}
