body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
img { border: none }
table {font-size: 12px;}
div.apercu, div.print_head {display:none;};
h2 { font-size: 22px; font-weight: normal; color: #FFB000; }
h3 { font-size: 16px; font-weight: normal; color: #FFB000; }
p { font-size: 13px; color: #8D8D8D; line-height: 20px; }
a { color: #FFB000; text-decoration: none; }
a:hover { color: #4C4C4C; text-decoration: underline; }


div.eventcalendar {
	border-bottom: solid 1px #CCCCCC;
}

div.languages {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #FFFFFF;
}
div.languages a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
/*=================================================================*/
/*==========================CONTAINER==============================*/
div.container {
	position: relative;
	width: 1000px !important;
	width: 1020px;
	margin: auto;
	background-image: url('design/container_bg.jpg');
	background-repeat: repeat-y;
	text-align: center;
	padding: 0 10px;
}
div.container_bis {
	background-image: url('design/containerbis_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 1000px !important;
	width: 980px;
	margin: auto;
	text-align: left;
}
div.container_bis * {
}
/*=================================================================*/
/*============================HEADER===============================*/
div.header {
	background: url('design/photos/header1.jpg') no-repeat;
	height: 200px;
	margin: 0;
}
div.header h1 { margin: 0px; padding: 0px; height: 200px; border: none; }
div.header h1 a { display: block; height: 200px; }
/*=================================================================*/
/*==============================MENU===============================*/
div.menu {
	height: 44px;
	color: white;
}
div.menu ul.menu { }
/*=================================================================*/
/*=============================CONTENT=============================*/
div.content{ padding: 20px 20px 20px 20px; }
div.content div.contenu { float: left; width: 700px; padding-top: 20px; }
div.content div.right { float: right; width: 240px; padding-bottom: 100px; }
/*=================================================================*/
/*===============================BOX===============================*/
div.content div.right div.box {
	background: url('design/box_bg.jpg');
	background-repeat: repeat-y;
	background-position: top;
	width: 240px;
	margin: 0 0 20px 10px;
}
div.content div.right div.content_box {	
	background-image: url('design/box_bottom_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 25px 20px 25px;
	min-height: 60px; }
div.content div.right div.box h2 {
	font-family: "Times New Roman", Times, serif;
	background: url('design/box_title_bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	height: 26px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 25px 0 0 30px;
	color: #800020;
	margin-bottom: 0;
	height: 35px !important;
	height: 52px;
}
div.content div.right div.content_box h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 0;
}
div.content div.right div.content_box p {
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	padding-right: 10px;
}
div.content div.right div.content_box p a {	font-weight: normal; }
div.content div.right div.content_box p a:hover { color: #333333; }
div.content div.right div.news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.content div.right div.news ul li.news {

}
div.content div.right div.news ul li.news span.date {
	font-size: 11px;
}


/*=================================================================*/
/*===========================SLIDESHOW=============================*/
div.content div.right div.slideshowbox {
 text-align: center;
}
div.content div.right div.slideshow {
 position:relative;
 height: 150px;
 width: 150px;
 margin: auto;
 margin-bottom: 8px;
}
div.content div.right div.slideshow div.photoslide {
 position:absolute;
 /*border: 1px solid #28A7E2;*/
 background-color: #FFFFFF;
 height: 150px;
 width: 150px;
 top: 0px;
 left: 0px;
}

/*=================================================================*/
/*============================POPUP================================*/
div.popup {
	width: 100%;
	text-align: left;
	background: white;
	height: 120%;
}
div.popup H1 {
	color: #FFFFFF;
	background-color: #FFB000;
	width: 100%;
	margin: 0px; 
	padding: 8px 10px;
}

div.popup P {
	margin: 10px;
}
/*=================================================================*/
/*============================COPYRIGHT============================*/
div.copyright {
	background-image: url('design/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
	text-align: center;
	padding: 10px;
	padding-top: 20px;
	color: #999999;
	font-size: 11px;
}
div.copyright a { color: #999999; text-decoration: underline; }
div.copyright a:hover { color: #4C4C4C; text-decoration: underline; }
