html,body {background-color: #8cd2f5; margin:0; padding:0; height: 100%; width: 100%; font:12px Arial,Courier,sans-serif;}

/*
 * CADRE
 */
#cadre {
  width:980px; /* largeur à adapter */
  height : 890px; /* largeur à adapter */
  margin: 0;
  background-color : #fffbce;
  border : 1px solid #ffde00;  
}

#cadre div.topcadre{
  height : 38px;
  width : 980px; /* largeur à adapter */ 
} 

#cadre div.libelle{
  position : absolute;
  margin : 10px 30px;
  font-size : 22px;
  font-weight : bold;
  color : #ffb400;
}

#upload {
	background: url("skin/px_upload.jpg");
	margin-left: 8px;
	width: 962px;
    height: 841px;
    border : 1px solid #ffde00; 
}
#upload-main {
    background: url("skin/bg_upload.jpg") no-repeat;    
    width: 962px;
    height: 841px;
    margin: auto;  
}

#upload-content {
    margin-left: 135px;
    margin-top: 220px;  
}

#main {
	/*background: url("skin/px_upload.jpg");*/
	text-align: left;
    width:100%; 
    height:100%;
    margin: auto;
}

#flash-content {
	left:8px;
	position:absolute;
	top:38px;
	z-index:0;
	border: 1px solid #ffde00;
}

#content {
    height:300px;
    left:76px;
    position:relative;
    top:122px;
    height: 500px;
    width: 400px;
    z-index:1;
}

#player-container {
	min-height: 300px;
}

#player {
	
}

#nav {
	margin-top: 5px;
	height: 35px;
}

.picto {
	width: 74px;
	height: 54px;
	border: 1px solid #000000;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	color: #fff;
	font-size: 10px;
	font-weight: bolder;
	cursor: pointer;
	overflow: hidden;
}

.user {
	float: right;
	margin-top: 44px;
	background: #000000;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 9px;
}

.vote {
	float: left;
	background: #000000;
    padding-left: 1px;
    padding-right: 1px;    
}

.top {float: left; background: url("skin/top.png") no-repeat; width: 125px; height: 29px; overflow: hidden; text-indent: -5000px; cursor: pointer;}
.new {float: left; background: url("skin/new.png") no-repeat; width: 125px; height: 29px; overflow: hidden; text-indent: -5000px; cursor: pointer;}
.view {float: left; background: url("skin/view.png") no-repeat; width: 146px; height: 29px; overflow: hidden; text-indent: -5000px; cursor: pointer;}

.top_on {float: left; background: url("skin/top_on.png") no-repeat; width: 125px; height: 29px; overflow: hidden; text-indent: -5000px; cursor: pointer;}
.new_on {float: left; background: url("skin/new_on.png") no-repeat; width: 125px; height: 29px; overflow: hidden; text-indent: -5000px; cursor: pointer;}
.view_on {float: left; background: url("skin/view_on.png") no-repeat; width: 146px; height: 29px; overflow: hidden; text-indent: -5000px; cursor: pointer;}


.fairesuivre {
    background: url("skin/px_upload.jpg");  
}

#fairesuivre-main {
    background: url("skin/bg_fairesuivre.jpg") no-repeat;
    width: 869px;
    height: 716px; 
}

#fairesuivre-content {
    padding-left: 135px;
    padding-top: 220px;  
}

