.background {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px;
}

.title {
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

.informationText {
	font-family: "Arial narrow", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	text-align: justify;
}

.error {
	color: #990000;
}

.link {
	color: #000099;
	text-decoration: underline;
}

.link:hover {
	color: #990000;
}

.button {
	color: #000099;
	text-decoration: none;
	font-weight: normal;
	border: 1px outset #00AAFF;
	text-align: center;
	padding: 4px;
	background-color: #EAEAEA;
}

.button:hover {
	text-decoration: underline;
	background-color: #E0E0E0;
	color: #990000;
}

.note {
	width: 600px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 6px;
	margin-bottom: 6px;
	page-break-inside: avoid;
}

.calendrier {
	width: 600px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 3px;
	margin-bottom: 6px;
	page-break-inside: avoid;
}

.sommaire {
	width: 600px;
	border: 1px solid #000000;
	border-top: none;
	background-color: #FFFFFF;
	page-break-inside: avoid;
}

.pdf {
	width: 600px;
	border: 1px solid #000000;
	border-top: none;
}

.liste {
	width: 600px;
	border: 1px solid #000000;
	border-top: none;
	background-color: #FFFFFF;
}

.calendrierHeader {
	font-weight: bold;
	padding: 3px 6px 3px 6px;
	background-color: #EAEAEA;
	font-size: 10pt;
}

.sommaireHeader {
	border-top: 1px solid black;
	padding: 3px 6px 3px 6px;
	background-color: #EAEAEA;
	font-size: 10pt;
}

.pdfHeader {
	padding: 3px 6px 3px 6px;
	background-color: #EAEAEA;
	font-size: 10pt;
}

.listeHeader {
	border-top: 1px solid black;
	padding: 3px 6px 3px 6px;
	background-color: #EAEAEA;
	font-size: 10pt;
	font-weight: bold;
}

.calendrierItem {
	padding: 3px 6px 3px 6px;
	background-color: #FFFFFF;
	font-size: 10pt;
}

.sommaireItem {
	padding: 3px 6px 10px 6px;
	background-color: #FFFFFF;
	font-size: 10pt;
	page-break-within: avoid;
}

.pdfItem {
	padding: 3px 6px 20px 6px;
	font-size: 10pt;
	page-break-inside: avoid;
}

.listeItem {
	padding: 3px 6px 3px 6px;
	background-color: #FFFFFF;
	font-size: 10pt;
}

.listeItemGray {
	padding: 3px 6px 3px 6px;
	background-color: #EAEAEA;
	font-size: 10pt;
}

.formInputText {
	border: 1px solid #005999;
	padding: 1px 3px 1px 3px;
	font-family: "Arial narrow", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-color: #000000;
	background: #FFFFFF;
}

.formInputTextSmall {
	border: 1px solid #005999;
	padding: 1px 3px 1px 3px;
	font-family: "Arial narrow", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-color: #000000;
	background: #FFFFFF;
}

.formSelectSmall {
	border: 1px solid #005999;
	font-family: "Arial narrow", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-color: #000000;
	background: #FFFFFF;
}