/* "70s" stylesheet for player page*/
/* fixed width of 900 px */


* {
	margin : 0;
	padding: 0;
	border :0;
}

body{
	/* We keep diapMe font style*/
	font-family:'Arial',sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	
	/* the orange background*/
	background-color :#ffae00 ;
	min-width: 900px;
	
	
}
/* diapMe branding ------------------------------------------------*/
h1 {
	background-image : url(../../images/player/logo_diapme.jpg);
	background-position : center ;
	background-repeat : no-repeat;
	background-color: white ;
	height : 100px;
	width : 100% ;
}

#transition {
	background-image : url(../../images/player/transition.png) ;
	background-position : center ;
	background-repeat : repeat-x;
	height : 40px ;
	width : 100 % ;
}
	/* ------- footer with diapMe usual links ------- */

#footerstrip {
	clear:both ;
	width:100%;
	background-color:#ffd304;
	padding:5px;
	text-align : center;
}
#footerstrip span {
	padding-right:10px;
}
#footerstrip a {
	color:#ff007a ;
	text-decoration:none;
}

#footerstrip a:hover {
	text-decoration : underline ;
}



/* fixed width main div -------------------------------------------*/

#content {
	margin : auto;
	width : 900px ;
	background-color : #ffd304 ;
	
}

#content_head{
	background-image : url(../../content/Interne/player/70s/chapeau_70s.jpg);
	background-position : top center ;
	background-repeat : no-repeat;
	height : 100px;
	width: 900px;
}

#content_foot{
	background-image : url(../../content/Interne/player/70s/bas_70s.jpg);
	background-position : top center ;
	background-repeat : no-repeat;
	height : 100px;
	width: 900px;
}

/* content parameters ------------------------------------------*/

#play_content {
	margin:auto;
	width:640px;
	margin-bottom : 20px ;
	border: 6px double #ffae00 ;
}


#controls {
  margin: auto;
  text-align : center;
}

#controls a img {
  padding:1px;
  margin-top : 3px ;
}

#errorDiv p {
	text-align : center;
	font-size :14px ;
	font-weight : bold ;
	color : #ff007a;
	padding : 5px;
}

#comments p {
	text-align : center;
	font-weight : bold; 
	background-color: #ffae00;
	width:542px;
	margin:auto;
	padding:5px;
}

#comments table{
	padding-left : 172px ;
	padding-right : 172px ;
	padding-top:5px;
	table-layout : fixed;
	
}

#comments td {
	background-color : #ffae00;
	padding : 3px;
}



/* players parameters ---------------------------------------------*/

#players{
  margin:auto;
}

#audio {
  width:0;
  height:0;
	position:absolute ;
}
#video {
	width:640px ;
	height:480px ;
	margin : auto;
}
