body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('./design/body_bg.jpg') repeat-x #ffffff;
}
img { border: none }
table {font-size: 12px;}
div.apercu, div.print_head {display:none;};
a:hover { color: #4C4C4C; text-decoration: underline; }
/*=================================================================*/
/*==========================CONTAINER==============================*/
div.container {
	width: 1000px !important;
	width: 1020px;
	margin: auto;
	background-image: url('design/container_bg.png');
	background-repeat: repeat-y;
	text-align: center;
	padding: 0 10px;
}
div.container_bis {
	width: 1000px;
	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; border: none; }
div.header h1 a { display: block; height: 200px; }
/*=================================================================*/
/*==============================MENU===============================*/
div.menu {
	height: 44px;
	background: url('design/menu_bg.jpg') repeat-x;
	color: white;
}
div.menu ul.menu { }
/*=================================================================*/
/*=============================CONTENT=============================*/
div.content{ padding: 20px 20px 20px 40px; }
div.content div.contenu { float: left; width: 700px; padding-top: 20px; }
div.content div.right { float: right; width: 240px; }
/*=================================================================*/
/*===============================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 {
	background: url('design/box_title_bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	padding: 17px 0 0 40px;
	color: #FFF;
	margin-bottom: 25px;
	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 {
	color: white;
}
div.content div.right div.news ul li.news span.date {
	font-size: 11px;
}
/*=================================================================*/
/*===========================AGENDA================================*/
div.eventcalendar {
	border-bottom: solid 1px #999999;
	border-width: 1px 0;
	margin-bottom: 10px;
	padding: 10px 0;
	background-color: #e9f4fa;
}
div.eventcalendar h2 {
	margin: 0px;
	padding: 0px;
	background-color: #0882C6;
	color: #ffffff;
	padding: 2px 10px;
	margin-bottom: 10px;
}
div.eventcalendar p {
	margin: 0px;
	padding: 0px;
	padding: 0 10px;
	line-height: auto;
}
/*=================================================================*/
/*============================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 {
	clear: both;
	text-align: center;
	padding: 10px;
	color: #999999;
	font-size: 11px;
}
div.copyright a { color: #999999; text-decoration: underline; }
div.copyright a:hover { color: #4C4C4C; text-decoration: underline; }