body {
	background-color: #13003E;
	background: transparent url('/images/player/bloc_01.png') no-repeat scroll left top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
}

/* Top Menu */
div#menu {
	font-size: 9px;
	text-align: center;
	padding: 0.5em 0;
	width: 230px;
	background: transparent;
}

/* Player */
div#player {
	background: transparent url('/images/player/bloc_02.png') repeat-y scroll left top;
	padding: 0;
	margin: 0;
	width: 235px;
}

div#player h1 {
	font-size: 14px;
	padding-left: 0.5em;
	border-bottom: 3px solid #900; 
	font-family: "Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif; 
	font-weight: bold;
	color: #900;
}

div#player h3 {
	font-size: 12px;
	padding: 0;
	margin: 0.5em 0 0;
	font-weight: bold;
	color: #66C;
	text-align: center;
}

div#player div {
	padding: 0 0.5em;
}

div#player div#lecteur-box object#lecteur embed {
	height: 25px;
	width: 220px;
}

div#player div.pages {
	height: 145px;
}

div#player div.pages div {
	overflow: auto;
	border: 0px;
	width: 200px;
	height: 100px;
}

div#player div#bottom {
	background: transparent url('/images/player/bloc_04.png') no-repeat scroll left bottom;
	margin: 0;
	padding: 1em;
	text-align: center;
	font-size: 0.8em;
}

/* Chat */
.chat_msg1 {
	font-size: 11px;
}

.chat_nick {
	font-weight: bold;
}

/* Liste des titres */
ol.liste_titres {
	list-style: none;
	padding: 0;
	margin: 0;
}

ol.liste_titres li {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #CCF;
}

/* Déclarations génériques */
strong {
	color: #66C;
	font-weight: bold;
}

img {
	border: none;
}

input {
	border: 1px solid #900;
	font-size: 10px
}

input.inputText {
	background-color: white
}
	
a {
	text-decoration:none;
	color:#900
}

a:hover {
	text-decoration: underline;
}


.center {
	text-align: center;
}

.notshown {
	display: none;
}

.nomargin {
	padding: 0;
	margin: 0;
}

/* Bandeau bêta */
div#bandeau-beta {
	z-index: 1000;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 106px;
	height: 62px;
	background: transparent url('/images/player/bandeau-beta.png') no-repeat scroll left top;
}

/* Bandeau bêta */
div#bandeau-beta span {
	visibility: hidden;
}
