body{
	background: url(../img/bg.jpg) repeat-x #e7eef7;
}

#global{
	width: 795px;
	margin: 0 auto;
	background: url(../img/content.jpg) repeat-y;
	padding: 0 20px;
}

#header {
	width: 755px;
	height: 225px;
	background: url(../img/header.jpg);
	text-align: right;
	color: white;
}

#header a {
	color: white;
}

#middle {
	margin: 30px 0;	
	width: 755px;
}

#menu {
	background: url(../img/menu.jpg);
	width: 761px;
	height: 44px;
	margin-top: 5px;
}

#menu a {
	font-weight: bold;
	font-size: 13px;
	color: white;
	display: block;
	height: 28px;
	float: left;
	border-right: 1px solid white;
	padding: 16px 10px 0 10px;
}

#menu a:hover {
	text-decoration: none;
	border-top: 8px solid red;
	padding-top: 8px;
}

.title {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: bold;
}

.videoList td{
	padding-bottom: 10px;
}

.videoTitle {
	font-weight: bold;
	text-align: center;
}

#link_header {
	width: 760px;
	height: 200px;
	margin-left: -400px;
	margin-top: 20px;
	position: absolute;
	left: 50%;
}

/*********************** CALENDAR *************************/

#calendar_wrap {
	width: 215px;
	height: 209px;
	background: url(../img/calendrier.jpg);
	text-align: right;
	padding: 20px;
	color: #3471a8;
	margin-left: 5px;
}

.calendar_table {

	background-color: #d8ebf6; 

	color: #3471a8;	
	
	margin-left: 12px;
	margin-top: 5px;

}



.calendar_table td {

	padding: 2px 6px;

	border: 1px solid #3471a8;

	font-size: 12px;

}

.calendar_month a {

	text-decoration: none;

}

.calendar_month a {

	text-decoration: none;

}



.calendar_date {

	background-color: #d8ebf6; 

}



.calendar_table th {

	text-align: center;

	font-size: 12px;
	background: #3471a8;
	color: white;
	font-weight: bold;

}



.calendar_date_event {

	background: #fff798;

	color: #000000;

	padding: 0;

}



.calendar_date_event a {

	text-decoration: none;

	color: black;

}



.calendar_event_div {

	width: 100%;

	height: 19px;

	line-height: 19px;
	
	color: white;

}

.document_category {
	margin-bottom: 20px;
}

.document_category_title {
	margin-bottom: 15px;
}

/*********************** ACTUALITÉS *************************/

.news_title {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #083a81;
}

.news_sub_title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
}

.news_date {
	margin-bottom: 30px;
	font-size: 10.5px;
	font-style: italic;
}

.news_bar {
	margin: 30px 0 20px 0;
	margin-left: 120px;
}

.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;
}