html, body {
	height:100%;
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
}

body {
	/* 
		ne pas mettre de position relative
		car il empeche ensuite au element de ce placer correctement
	*/
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin:0;
	padding:0;
	font-size:0.7em;
	background : url(../img/global/bg_page.gif) #782555;
}


/* styles utiles */
div, span, p, a, img, form, h1, h2, h3, h4, h5, h6, blockquote, hr, pre, button, ul, li, ul li {
	border: 0;
	padding: 0;
	margin: 0;
	list-style-image:none;
	list-style-type:none;
	outline:none;
}

a {
	text-decoration:none;
	color:#fff;
}

.cb {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

/* end styles utiles */

body {
	width:100%;
	margin:0 auto;	
	height : 100%;
}

.page {
	background-color:#782555;
	width:960px;
	margin:0 auto;
	color:#FFF;
	padding:0;
}

	/*header*/
	.page  .header {
		position:relative;
		width:905px;
		padding:18px 18px 15px 37px;
	}

		.page  .header .logo{
			float:left;
		}
		
		.page  .header .links {
			float:right;	
			padding-top:45px;
			font-size:0.9em;
		}
		
			.page .header .links ul{	
				width:172px;
			}
			
			.page  .header .links ul li {
				float:right;
				color:#FFF;	
				margin:0 3px;
			}
				.page  .header .links ul li.separator {
					margin:0;
					padding:0;
				}
				
				.page  .header .links ul li a{
					color:#FFF;	
					text-transform:uppercase;			
				}
	/*end header*/


	.page  .player{	
	/*	position:relative;*/
		width:960px;
		height:330px;
	}
		/*.page  .player img{
			z-index:0;
		}*/
		
	.page  .player embed{	
		/*position:absolute;
		top:0;
		left:0;
		z-index:1;*/
	}
	
		/* content */
.page .content {
	padding:20px 18px 38px 18px;
}

	.page .content .title {
		height:13px;
		float:left;
		text-transform:uppercase;
		padding-left:8px; /* 16 */
		line-height:12px;
		font-family:arial, sans-serif;
		font-size:1.3em;
		font-weight:bold;
		margin:3px 0;
	}
		.page .content .title img{	
			float:left;
			display:block;
			margin-right:3px;
		}
		
	.page .content .content_left {
		width:546px;
		float:left;
	}
	

	.page .content  .content_right {
		width:360px;
		float:left;
		margin-left:18px;
	}
				
			
/* end content*/