body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	background: #46A12C url(../img/couverture.jpg) left top no-repeat;
	overflow: hidden;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

p { padding: 5px 0; }

/* Liens */
a, a:visited, a:active {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	color: #000;
	background: #46A12C;
}

img {	border: none; }

/* Surlignage FF */
::-moz-selection {
	background-color: #CCC;
	color: #000;
}

.italic { font-style: italic; }
.hide { display: none; }


/* Divs */
#video, #genese, #protocole, #notes, #remerciements, #liens {
	position: absolute;
	background: #000;
	padding: 0 10px;
}

#video {
	top: 0;
	left: 0;
	height: 100%;
	width: 840px;
	padding: 0;
}
#film {
	position: relative;
	float: left;
	padding: 10px;
	width: 500px;
}
#texte {
	position: relative;
	float: right;
	width: 310px;
	padding: 0 5px 0 0;
}
#son {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 250px;
	height: 40px;
}
#pdf {
	position: absolute;
	bottom: 34px;
	left: 260px;
}
#pdf a {
	background: url(../img/pdf.png) left no-repeat;
	padding: 2px 0 2px 20px;
}
#pdf a:hover { background: #FF8C00 url(../img/pdf.png) left no-repeat; }

#genese {
	top: 0;
	left: 520px;
	height: 100%;
	width: 430px;
}

#protocole {
	bottom: 0;
	right: 0;
	height: 210px;
	width: 480px;
}

#notes {
	bottom: 0;
	left: 540px;
	height: 270px;
	width: 310px;
}

#remerciements {
	bottom: 0;
	padding-bottom: 210px;
	left: 0;
	padding-left: 980px;
	height: 270px;
	width: 160px;
}

#liens {
	bottom: 0;
	right: 0;
	height: 50px;
	width: 180px;
	padding: 5px;
}

/* Footer fixe */
#footer {
	position: fixed;
	bottom: 0;
	height: 20px;
	width: 100%;
	background: #000;
	z-index: 100;
	font-size: 10px;
}

#footer div {
	display: inline;
	margin: 0;
	padding: 2px 10px 0 10px;
}

#footer li { display:inline; margin-right: 10px; }

#footer .left { position: relative; float: left; text-align: left; }
#footer .right { position: relative; float: right; text-align: right; }

#footer .right a:hover { background: #F09; }
