html, body {
	height: 100%;
	width: 100%;
}

body {
	background: url(../img/body_bg.jpg) #231f20 top center repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
}

#bg {
	background: url(../img/body_bg.jpg) #d1d3d4 top center repeat-x;	
	width: 100%;
}

#global {
	width: 980px;
	margin: 0 auto;
}

.videoList td{
	padding-bottom: 10px;
}

.videoTitle {
	font-weight: bold;
	text-align: center;
}

#header_top {
	height: 24px;
	width: 100%;
	text-align: right;
	padding-top: 10px;
}

#header_top a {
	color: #008265;
}

#header {
	background: url(../img/header.jpg);	
	width: 980px;
	height: 190px;
}

.title {
	color: #008265;
	font-size: 15px;
	padding-bottom: 20px;
	font-weight: bold;
}

#middle {
	background:#FFF;	
	height:100%;
}

#middle_bottom_bar {
	background: url(../img/middle_bottom_bar.jpg) repeat-x;
	height: 18px;
	width: 100%;
}

#middle_left {
	float: left;	
	width: 250px;

}

#middle_right {
	float: left;	
	width: 730px;

}

#menu {
	height: 34px;
	width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#menu a {
	display: block;
	float: left;
	font-size: 17px;
	line-height: 34px;
	width: 196px;
	height: 34px;
	text-align: center;
	font-weight: bold;
	color: black;
	text-decoration: none;
	letter-spacing: -1px;
}

#menu a:hover {
	color: white;
}

.menu1:hover {
	background: url(../img/menu1.jpg) center center no-repeat;
}

.menu2:hover {
	background: url(../img/menu2.jpg) center center no-repeat;
}

.menu3:hover {
	background: url(../img/menu3.jpg) center center no-repeat;
}

.menu4:hover {
	background: url(../img/menu4.jpg) center center no-repeat;
}

.menu5:hover {
	background: url(../img/menu5.jpg) center center no-repeat;
}

.sub_menu {
	margin-bottom: 20px;
}

.sub_menu a {
	margin-bottom: 10px;
}

.side_menu_cat {
	background: url(../img/menu_cat_bg.jpg) repeat-x;
	height: 31px;
	width: 238px;
	padding: 12px 0 0 12px;
	font-size: 17px;
	cursor: pointer;
	color: white;
	font-weight: bold;
}

.side_menu_section {
	background: #e8f8f4;
	padding: 8px 0;
}

.side_menu_section a {
	display: block;
	padding: 4px 0 4px 8px;
	text-decoration: none;
	color: #008265;
}

#content {
	padding: 15px;	
	width:700px;
}

#footer {
	width: 100%;
	font-size: 12px;
	padding-top: 20px;
}

#footer a {
	color: white;
}

#footer span {
	color: white;
}

#footer ul {
	list-style: none;
	padding: 0;
}

#footer li {
	margin: 0 44px 0 0;
	font-weight: bold;
	padding-bottom: 30px;
}

#footer li li {
	margin-right: 0;
	margin-left: 0;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}

#footer ul ul{
	margin-top: 20px;
}

#footer ul ul ul{
	margin-top: 0;
}

.index_box {
	float: left;
	background: url(../img/index_box.jpg) repeat-y;
}

.index_box_top {
	background: url(../img/index_box_top.jpg) no-repeat top left;
}

.index_box_bottom {
	width: 320px;
	padding: 10px;
	background: url(../img/index_box_bottom.jpg) no-repeat bottom left;
}

.index_box_bottom a {
	text-decoration: none;
}

.index_title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

.index_button {
	background: #008265;
	border: 1px solid black;
	padding: 5px;
	display: inline;
	line-height: 23px;
	color: white;
	text-decoration: none;
}

#middle_bottom_bar {
	background: url(../img/middle_bottom_bar.jpg) repeat-x;
	height: 18px;
	width: 100%;
}

#footer {
	background: #231f20;
	width: 100%;
}

#footer_center {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding-left:30px;
}

#gnetix {
	text-align: center;
}

#gnetix a {
	text-decoration: none;
}

/***************** Gallerific ******************/

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width:100%; 
	text-align: center;
}
div.content a, div.navigation a {
	text-decoration: none;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	display: block;
	
}
div.slideshow img {
	border: none;
	display: block;
	margin: 0 auto;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	width: 126px;
	height: 126px;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
}
ul.thumbs li.selected a.thumb {

}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	border: 1px solid #ccc;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
	text-align: center;
}
div.pagination a, div.pagination span.current {
	display: inline;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}


/*********************** ACTUALITÉS *************************/

.news_title {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #083a81;
}

.news_date {
	margin-bottom: 30px;
	font-size: 10.5px;
	font-style: italic;
}

.news_bar {
	margin: 30px 0;
	margin-left: 100px;
}

.news_bottom_table{
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

.news_bottom_table div a{
	text-decoration: none;
}

.news_page_numbers{
	font-weight: bold;
	font-size: 14px;
	display: inline; 
	padding: 4px 5px; 
	border: 1px solid #ccc;
	background-color: white;
	color: #0e3875;
	line-height: 26px;
	text-decoration: none;
}

.news_page_numbers:hover{
	background-color: #0e3875;
	color: white;
	text-decoration: none;
}

.news_page_numbers_active{
	display: inline; 
	font-weight: bold;
	font-size: 14px;
	padding: 4px 5px; 
	border: 1px solid #ccc; 
	background: #0e3875;
	color: white;
	line-height: 26px;
	text-decoration: none;
}

/*********************** CALENDAR *************************/

.calendar_box {
	background: url(../img/calendar_box.jpg) repeat-y;
	margin-left: -10px;
}

.calendar_box_top {
	background: url(../img/calendar_box_top.jpg) no-repeat top left;
}

.calendar_box_bottom {
	width: 206px;
	padding: 10px;
	padding-left: 14px;
	background: url(../img/calendar_box_bottom.jpg) no-repeat bottom left;
}

#calendar_wrapper {
	margin: 20px 0 20px 20px;
}

.calendar_table {
	background-color: #666; 
	color: #ffffff;	
}

.calendar_table td {
	padding: 6px;
	border: 1px solid #fff;
	font-size: 12px;
}

.calendar_month a {
	text-decoration: none;
}

.calendar_date {
	background-color: #888; 
}

.calendar_table th {
	text-align: center;
	font-size: 12px;
}

.calendar_date_event {
	background: #fff798;
	color: #000000;
	padding: 0;
}

.calendar_date_event a {
	text-decoration: none;
	color: black;
}

.calendar_event_div {
	width: 100%;
	height: 30px;
	line-height: 30px;
}
