html, body { 
	margin:0px; 
	padding:0px; 
	width:100%; 
	height:100%; 
	background-color:#000000;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#fond { 
	height:100%;
}

#contenu {
	position:absolute;
	top:136px;
	left:50%;
	margin-left:-400px;
	width:796px;
	padding-left:4px;
	overflow:auto;
	height:400px;
}

#contenuRecherche form { margin-bottom:15px; margin-top:15px; }

#contenuRecherche select {
	background-color:#a0b8d4;
	color:#25507D;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:18px;
}

#contenuRecherche input {
	background-color:#a0b8d4;
	color:#25507D;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	cursor:pointer;
}

#visionneuse_rubrique {
	clear:both;
	padding:10px;
	width:330px;
}

#titreVideo {
	width:350px;
	height:27px;
	float:left;
}

#description {
	padding:10px;
	width:330px;
}


.backRubrique1 {
	background-color:#FFC47F;
	color:#C76200;
	text-align:justify;
}

.backRubrique2 {
	background-color:#a0b8d4;
	color:#25507D;
	text-align:justify;
}

.backRubrique3 {
	background-color:#B6D8ac;
	color:#2c6a13;
	text-align:justify;
}

.backRubrique8 {
	background-color:#cdb8b6;
	color:#7a3734;
	text-align:justify;
}

.backRubrique6 {
	background-color:#ffbdb3;
	color:#ab2c1b;
	text-align:justify;
}

.backRubrique7 {
	background-color:#bababa;
	color:#414141;
	text-align:justify;
}

.backRubrique5 {
	background-color:#b0ffde;
	color:#2e7d5a;
	text-align:justify;
}

.backRubrique4 {
	background-color:#b7b3ff;
	color:#343280;
	text-align:justify;
}

#emissionsRubrique {
	clear:both;
	width:405px;
	padding:10px;
}

#titreEmissionsRubrique {
	float:left;
	width:425px;
}

.pictoEmissionRubrique {
	float:left;
	margin:2px;
}

#autresVideosCat { margin-top:5px; float:left; }

#titreGeneral { margin-top:5px; width:776px; }

#listeVideosCat {
	clear:both;
	width:405px;
	padding:10px;
	line-height:20px;
}

#contenuRecherche {
	clear:both;
	width:756px;
	padding:10px;
	line-height:20px;
}

#contenuGeneral {
	clear:both;
	width:756px;
	padding:10px;
}

#listeVideosCat img { margin-bottom:-5px; }
#listeVideosCat div { margin-bottom:10px; }

#contenuRecherche img { margin-bottom:-5px; }
#contenuRecherche div { margin-bottom:10px; }


#partager {
	margin-top:4px;
	display:none;
}

#voter {
	margin-top:4px;
	display:none;
}

a:link, a:visited{
	color:#25507D;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}