body {
	background: url(../img/body_bg.jpg) repeat-x top center #171717;
}

#global {
	width: 980px;
	margin: 0 auto;
}

#header {
	background: url(../img/logo.jpg) no-repeat top left;
	height: 218px;
	margin-top: 20px;
	margin-bottom: 18px;
}

#header_top {
	background: #f9f9f9;
	border: 1px solid black;
	border-top: 0;
	height: 14px;
	width: 165px;
	margin-left: 425px;
	padding: 8px 13px 8px 13px;
}

#header_content {
	margin-left: 0px;
	height: 144px;
	width: 610px;
	text-align: right;
	padding-top: 20px;
}

#content_content {
	width: 937px;
	float: left;
	margin: 18px;
	margin-top: 1px;
}

#content_stretch {
	width: 1px;
	height: 434px;
	float: left;
}

.videoList td{
	padding-bottom: 10px;
}

.videoTitle {
	font-weight: bold;
	text-align: center;
}

.videoPlayer {
	margin-left: 140px;	
}

#content {
	border-left: 1px solid black;	
	border-right: 1px solid black;	
	background: url(../img/content_bg.jpg) repeat-x top center white;
}

#border_bottom {
	background: url(../img/border_bottom.jpg) no-repeat top left;
	width: 980px;
	height: 19px;
}

.title {
	font-size: 24px;
	margin: 20px 0;
	font-weight: normal;
	color: #1961ac;
}

#menu {
	margin-left: 10px;	
	width: 600px;
}

#menu a {
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
}

#footer {
	width: 100%;
	font-size: 12px;
}

#footer_content {
	position: relative;
	top: -3px;
	width: 980px;
	height: 350px;
	margin: 0 auto;
	margin-top: 20px;
}

#footer a {
	color: white;
}

#footer {
}

#footer span {
	color: white;
}

#footer ul {
	list-style: none;
	padding: 0;
}

#footer li {
	margin: 0 12px;
	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;
}

.membre_form td {
	color: white;
	padding: 7px 20px;
}

/*********************** ACTUALITÉS *************************/

.news_title {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #1961ac;
}

.news_date {
	margin-bottom: 30px;
	font-size: 10.5px;
	font-style: italic;
}

.news_bar {
	margin: 30px 0;
	margin-left: 220px;
}

.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;
}