﻿@charset "utf-8";
/* CSS Document */

p,div,span,li{
	font-family:"Trebuchet MS", verdana;
	font-size:16px;
	color:#252525;
}

.contenu{
	font-family:"Trebuchet MS", verdana;
	font-size:16px;
	color:#252525;
}

.size2 { font-size: 18px; }
.size3 { font-size: 24px; }

#fontSize1, #fontSize2, #fontSize3 {
 cursor:pointer;
}

a{
	color:#2a5164;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.content{
	position:relative;
	z-index:2;
}

.banner{
	position:relative;
	margin:-250px 0px 0px -100px;
	z-index:1;
}

.scrollTxt{
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
}

.mainTableBorders{
	border-left:solid #FFFFFF 10px;
	border-right:solid #FFFFFF 10px;
	border-top:solid #FFFFFF 10px;
}

.secondTableBorders{
	border-left:solid #FFFFFF 10px;
}

.thirdTableBorders{
	border-left:solid #FFFFFF 10px;
	border-right:solid #FFFFFF 10px;
}

.bottomTxt{
	color:#f0e8db;
	font-size:12px;
}

.bottomLink{
	color:#f3c509;
	font-size:12px;
}

/******** Calendar ********/

.monthYear{
	color:#FFFFFF;
}

.months{
	color:#FFFFFF;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
}

.months_over{
	color:#f3c509;
	font-size:12px;
	line-height:15px;
	text-decoration:none;
}

.MiniCalDay{
	color:#FFFFFF;
	text-decoration:none
}

.MiniCalDayReg{
	color:#FFFFFF;
}

.MiniCalDayLnk{
	color:#f3c509;
	text-decoration:none;
}