* {font-family:Arial;font-size:12px;color:#000;margin:0;padding:0;border:0;}
body {margin:0px;height:100%;background:#5385d7;}

/* Common styles
-------------------------------------------------------- */
img {border:0px;}
a:link, a:visited { color: #000; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

input, select, textarea {
	background-color:#fff;
	border:1px solid #89b7ff;
	font-size:12px;
	line-height:normal;
	width: 200px;
}

input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus,
input:active, select:active, textarea:active {
	background-color: #dff3ff;
	border: 1px solid #1faaff;
}

input.submit {
	background-color: #89b7ff;
	border: 1px solid #89b7ff;
	font-size:12px;
	font-weight: bold;
}

input.submit:hover, input.submit:focus, input.submit:active {
	background-color: #dff3ff;
	border: 1px solid #89b7ff;
}

/* Page
-------------------------------------------------------- */
#page {
	width: 960px;
	margin: 0px auto;
	background: #fff url("/graphics/bg.gif") repeat-x;
}

/* Header
-------------------------------------------------------- */
#header {
	position: relative;
	margin: 0 auto;
	height: 114px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: transparent url("/graphics/header.jpg") no-repeat top left;
}
#header h1{
	position: relative;
	top: 5px;
	left: 70px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
}
#header #header_banner {
	position: relative;
	top: 10px;
	right: 17px;
	float:right;
}

/* Wrappers
-------------------------------------------------------- */
#wrapperdisc {
	margin: 0 auto;
}

#wrapperdisc h2 {
	padding: 10px 0px;
	font-size:16px;
	text-transform:uppercase;
	color:#5385d7;
}

#wrapper {
	margin: 0 auto;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

#menu {
	width: 956px;
	margin: 0 auto;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

#submenu {
	width: 956px;
	height: 30px;
	margin: 0 auto;
	background: transparent url("/graphics/bg_menu.gif") repeat-x;
}

#submenu ul#sub {
	width: 946px;
	margin: 0 auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#submenu ul#sub li {
	background: transparent url("/graphics/sep_menu.gif") no-repeat top right;
	display: inline;
	padding: 10px 11px;
	height: 30px;
	line-height: 30px;
}

#submenu ul#sub li.last {
	background: transparent;
	display: inline;
	padding: 10px 0px 10px 11px;
	height: 30px;
	line-height: 30px;
}

#submenu ul#sub li a:link, #submenu ul#sub li a:visited {
	font-size: 16px;
	color: #fff;
}

#submenu ul#sub li a:hover, #submenu ul#sub li a:active {
	color: #89b7ff;
	text-decoration: none;
}

#main {
	padding: 0px;
	width: 100%;
	text-align: center;
}

#banner {
	padding: 0px;
	width: 100%;
	text-align: center;
}

.column_container {
	float: right;
	width: 590px;
	margin: 5px 0 0 0;
}

.column {
	border-top: 1px solid #89b7ff;
	border-bottom: 1px solid #89b7ff;
	border-left: 1px solid #89b7ff;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
	background: #fff;
}

.column tr, .column td {
	padding: 2px;
}

	.column h2 {
		font-size: 18px;
		line-height: 30px;
		width: 100%;
		color: #fff;
		background: transparent url("/graphics/title_column.gif") no-repeat 0 0;
		height: 30px;
		text-align: center;
	}

		.column h2 a:link, .column h2 a:visited {
			font-size: 18px;
			line-height: 21px;
			color: #098bbb;
		}

		.column h2 a:hover, .column h2 a:active {
			text-decoration: underline;
		}
		
		.column h2.nav a:link, .column h2.nav a:visited {
			font-size: 18px;
			line-height: 21px;
			color: #fff;
		}

		.column h2.nav a:hover, .column h2.nav a:active {
			text-decoration: underline;
		}
		
.sidebar_container{
	float: left;
	width: 360px;
	margin: 5px 0 0 0;
}

.sidebar{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #4d7ecd url(/graphics/bg_sidebar.gif) repeat-x left bottom;
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
	text-align: center;
}

	.sidebar h2 {
		font-size: 16px;
		line-height: 30px;
		width: 100%;
		color: #fff;
		background: transparent url("/graphics/title_sidebar.gif") no-repeat 0 0;
		height: 30px;
		text-align: center;
	}

	.sidebar .video_desc {
		text-align: justify;
		padding: 4px;
		color: #fff;
	}

.menu_thumbs_cont
{
	padding:5px;
}

.menu_thumbs
{
	float:left;
	list-style-type:none;
	padding: 2px;
}

.menu_thumbs li
{
	padding: 0px;
}

.menu_cont
{
	padding:5px;
	text-align: left;
}

.menu
{
	width:115px;
	float:left;
	list-style-type:none;
	padding:0px 0px 5px 0px;
}

.menu li
{
	list-style-type : square;
	color: #fff;
	margin-left: 15px;
}

.menu li a:link, .menu li a:visited
{
	font-size: 11px;
	color: #fff;
}

.menu li a:hover, .menu li a:active
{
	font-size: 11px;
}

.main_thumbs_cont
{
	padding:5px;
}

.main_thumbs
{
	float:left;
	list-style-type:none;
	padding: 2px;
}

.main_thumbs li
{
	padding: 0px;
}

.videos_menu_cont
{
	padding:5px;
	text-align: left;
}

.videos_menu
{
	float:left;
	list-style-type:none;
	padding: 3px;
}

.videos_menu li
{
	clear: both;
	border-top: 1px solid #fff;
}

span.videos_menu_infos
{
	float:left;
	padding: 3px;
	width: 230px;
	color: #fff;
}

span.videos_menu_infos a:link,
span.videos_menu_infos a:visited
{
	color: #89b7ff;
}

span.videos_menu_infos a:hover,
span.videos_menu_infos a:active
{
	color: #fff;
}

span.videos_menu_thumb
{
	float:right;
	padding: 3px;
}

/* Classes
-------------------------------------------------------- */
.banner { margin: 0px; text-align:center; padding: 5px; }

#entrer {margin: 0px; padding: 5px;}
#entrer a{font-size:28px;font-weight:bold;color:#c60e7c;text-decoration:none;}
#entrer a:hover{font-size:28px;font-weight:bold;color:#5385d7;text-decoration:underline;}
#sortir {margin: 0px; padding: 5px;}
#sortir a{font-size:18px;font-weight:bold;color:#5385d7;text-decoration:none;}
#sortir a:hover{font-size:18px;font-weight:bold;color:#5385d7;text-decoration:none;}

.Video {padding: 15px 0 0 0; height: 100px; position: relative; clear: left; text-align: left; background: transparent url("/graphics/bg_video.gif") no-repeat bottom right; }

.VideoHead { margin: 0px 0px 0px 140px; }
.VideoHead h3 { font-weight: bold; padding: 0px 5px; margin: 0px; color:#c60e7c; }
.VideoHead h3 a:link, .VideoHead h3 a:visited { font-size: 13px; color: #c60e7c; text-decoration: none;}
.VideoHead h3 a:hover, .VideoHead h3 a:active { color:#c60e7c; text-decoration: underline;}
.VideoHead p {padding: 0px 5px; margin: 0px; font-size: 12px; display: block; height: 57px;}
.VideoHead small {padding: 0px 5px; margin: 0px; font-size: 11px; line-height: 20px; display: block; background: #c60e7c; }

/**/ * html .VideoThumb { left: -10px;} /**/ 
.VideoThumb { position: absolute; padding: 5px 7px; float: left; left: 5px; top: 10px; }
.VideoThumb a:link img, .VideoThumb a:visited img { border: solid 2px #c60e7c; width: 120px; height: 90px;}
.VideoThumb a:hover img { border: solid 2px #89b7ff;}

.VideoInfos { font-size: 11px; color:#fff; font-weight: bold; }

.VideoContent { padding: 20px 0px 0px 0px; font-size: 13px; line-height: 1.4em ; color:#89b7ff; }
.VideoContent small {padding: 0px; margin: 0px; font-size: 11px; line-height: 12px; display: block; }
.VideoContent p { font-size: 13px; line-height: 1.4em; color:#89b7ff;}
.VideoContent ul { padding: 5px 0px; margin: 0px; }
.VideoContent ul li { padding: 2px 0px 2px 15px; list-style-type: none; font-size: 12px; line-height: 15px; color:#89b7ff; }

/* Footer
-------------------------------------------------------- */
#footer {
	width: 960px;
	clear: both;
	margin: 0px;
	text-align: center;
}
	#footer p {
		color: #000;
		padding: 10px 0;
		text-align: center;
		font-weight: bold;
	}
		#footer p a:link, #footer p a:visited { color: #c60e7c; text-decoration: underline;}
		#footer p a:hover, #footer p a:active { text-decoration: none; }
