/* CSS Document */

#page_repertoire {
    position:relative;
	width: 960px;
	height: 570px;
	margin-right: auto;
	margin-left: auto;
	top:-40px;
	float: left;
	background: url(../images/chants/fond_repertoire.png);
	background-position:center top;
	background-repeat: no-repeat;
}

#chants_liste {
    position:relative;
	width: 800px;
	height: 520px;
	margin-left: 100px;
	float: left;
	margin-top:80px;
}

.repertoire { 
	list-style-type: none;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	list-style-position:outside;
	padding-left:50px;
}

.repertoire li {
	float: left;
	width: 700px;
	height: 30px;
}
.repertoire li a {
	float: left;
}
.repertoire li:hover{
	float: left;
	position: relative;
	background: rgba(0,0,0,0.4);
}

.repertoire li div.div1{
	float: left;
	font-family:Comic Sans MS;
	font-size: 14px;
	color: #191970;
	font-weight: bold;
	width: 500px;
	height: 30px;
}
.repertoire li div.div2{
	float: left;
	width: 80px;
	height: 30px;
}

.video {
    position:relative;
	width: 160px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-left:20px;
}
