*		{ margin: 0; padding: 0; }
body		{ font: 12px "Lucida Grande", Sans-Serif;
		background: lightblue;
		/*background-image:url(http://burthecourt.com/images/fond_ecran.jpg) */
		}
		
img {border: none; vertical-align: middle;}
	
h1, h2, h3						{ font: 28px Georgia, Serif; border-bottom: 1px dotted #ccc;
								  margin: 0 0 10px 0; }
h2								{ font: 20px Georgia, Serif; }
h3								{ font: 14px Georgia, Serif; }

#page-wrap,
#conteneur { 
	width: 79%; 
	margin: 30px auto 10px auto; 
	padding: 15px; 
	background: white; 
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	text-align: center;
	border:2px solid #ccc;
	}

#moitieduhaut{
	width:100%;
	height:230px;
}
#moitiedubas{
	width:100%;
	height:300px;
	position:relative;
	background-color:#F0F0F0;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
	div.colbas {
		padding: 10px;
		float: left;
	height:300px;
	width: 30%;
	}
	
	div.colhaut {
	padding: 10px;
	float: left;
	height:228px;
	width: 16%;
	padding:1px;
	margin: 0 auto;
	border: 1px dotted white; /*#ccc*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color: black;
	text-decoration: none;
	}
	div.on {
	padding: 10px;
	float: left;
	height:228px;
	width: 16%;
	padding:1px;
	margin: 0 auto;
	border: 1px dotted #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	color: black;
	text-decoration: none;
	background: lightgray;
	}
	
	div.titre{
	font: 22px "Lucida Grande", Sans-Serif;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	}
	#player{
	float:right;
	}

div#header {
    text-align: center;
    background-color: transparent;
    height: 20px;
    margin: 0px;
    padding: 1px;
	float:top;
	font:38px Geneva, Serif;
}

#leftsidebar { position:fixed; width: 50px; top:50px; margin: 0px auto; padding: 5px; background: white; 
	-moz-border-radius:10px;
	-webkit-border-radius:10px;}
							  
#topsidebar	{ position:absolute; right:0px; height: 10px; width: 130px; top:0px; margin: 0px 0px; padding: 2px; background: transparent; }
#bottomsidebar { position:fixed; left:0px; height: 10px; bottom:1px; margin: 0px 0px; padding: 2px; background: transparent; }

.special					{ height: 14px; font: 11px "Lucida Grande", Sans-Serif; }
.clear							{ clear: both; }
.center {
	width: 100%;
	text-align: center; font: 11px "Lucida Grande", Sans-Serif; 
}