/* Main
---------------------------------------- */
@charset "utf-8";

html {
	background-color: #8f0f14;
	color:#515151;
	font-family: "Trebuchet MS", arial;
	font-size: 16px;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
	margin-bottom: 1px;
}

body {
	padding: 0px;
	margin: 0px;
}

a {
	color:#8f0f14;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #8f0f14;
	font-weight: bold;
	text-decoration: underline;
	
}

a img {
	border: 0px;
}

form {
	margin: 0;
	padding: 0;
}

.dateTxt {
	font-size: 14px;
	font-style: italic;
}

.bottomTxt {
	color: #515151;
	font-size: 12px;
}

.bottomLink {
	font-size: 12px;
}

.calendarActivities, .calendarActivities a {
	font-size: 12px;
	text-decoration: none;
	color: #515151;
}

.calendarActivities a:hover {
	font-size: 12px;
	color: #8f0f14;
	text-decoration: underline;
}

.quoiDeNeuf a:hover {
	color:#8f0f14;
	text-decoration: none;
}

.pageHeader {
	background: url("lyt_img/header.jpg") center top no-repeat;
	width: 971px;
	height: 164px;
}

.pageHeader #lang {
	position: absolute;
	top: 0;
	margin-left: 810px;
}

.pageHeader #logo {
	position: absolute;
	top: 35px;
	margin-left: 50px;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.tableBorder {
	border: 1px solid #21216b;
	width: 100%;
}

.tableTitle {
	background-color: #13246c;
	color: #fff;
	font-weight: bold;
	padding: 5px 6px;
}

.tableRow1 {
	padding: 5px 4px;
}

.tableRow2 {
	background-color: #edf2f6;
	padding: 5px 4px;
}

.error {
	background-color: #FF9;
	border: 1px solid #FFF;
	color: #F00;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.success {
	background-color: #9C9;
	border: 1px solid #FFF;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.galleryThumb {
    background: #f0f0f0 no-repeat center;
    border: 1px solid #c0c0c0;
	text-align: center;
	height: 125px;
}

.galleryText {
	font-size: 11px;
	text-align: center;
}