body {
	background: url(../img/body_bg.jpg) no-repeat top center #053e6a;
}

#global {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 214px;
	width: 980px;
	background: url(../img/header_bg.jpg) no-repeat;
}

.videoTitle {
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}

.videoList td{
	padding-bottom: 10px;
}

.email_form_table td {
	padding: 5px;
}

.email_form_table input {
	padding: 3px;
}

.email_form_table textarea {
	padding: 3px;
}

#footer_ss {
	margin-left: 20px;
	height: 120px;
	padding-top: 15px;
}

#middle {
	width: 980px;
	background: url(../img/middle_bg.jpg) repeat-y;
}

#content {
	padding: 15px;	
}

.sub_menu {
	margin-bottom: 20px;	
}

#menu {
	width: 683px;
	height: 46px;
	background: url(../img/menu_bg.jpg) no-repeat;
}

#menu a {
	display: block;
	float: left;
	color: black;
	font-weight: bold;
	font-size: 13px;
	line-height: 46px;
	text-decoration: none;
	padding: 0 23px;
}

#menu a:hover {
	color: #999;
}

.title {
	width: 672px;
	height: 74px;
	background: url(../img/title_bg.jpg) center left no-repeat;
	color: white;
	font-size: 16px;
	font-weight: bold;
	line-height: 74px;
	padding-left: 20px;
	margin-left: -15px;
}

#footer {
	background: #152c3f;	
	width: 100%;
	border-top: 3px solid #9bb4c7;
	font-size: 12px;
}

#footer_content {
	position: relative;
	top: -3px;
	width: 980px;
	height: 350px;
	margin: 0 auto;
	background: url(../img/footer_images_bg.jpg) top center no-repeat;
}

#footer a {
	color: white;
}

#footer {
}

#footer span {
	color: white;
}

#footer ul {
	list-style: none;
	padding: 0;
}

#footer li {
	margin: 0 6px;
	font-weight: bold;
}

#footer li li {
	margin-right: 0;
	margin-left: 0;
	font-size: 11px;
	font-weight: normal;
}

#footer ul ul{
	margin-top: 20px;
}

#footer ul ul ul{
	margin-top: 0;
}

/*********************** 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: 70px;
}

.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;
}