@charset utf-8;
/* CSS Document */
#vignettes{
	position: absolute;
	padding: 0;
	margin: 0;
	top: 50%;
	margin-top: -210px;
	left: 0;
	height: 140px;
	list-style: none;
}
#vignettes li{
	float: left;
	margin: 0;
	padding: 5px;
	height: 130px;
	overflow: hidden;
	cursor: pointer;
}

#fondTexteNoir{
	background:black;
	display: none;	
	position: absolute;
	top: 50%;
	margin-top: -60px;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 305px;
}

#textesPresse{
	position: absolute;
	width: 980px;
	margin: 0 auto;
	top: 50%;
	margin-top: -60px;
	height: 305px;
	left: 50%;
	margin-left: -490px;
	overflow: auto;
	padding: 0;
	list-style: 0;
}

#textesPresse li{
	margin: 0;
	padding: 20px 0 5px 20px;
	position: absolute;
	color: white;
	display: none;
}
#textesPresse .colonne{
	float: left;
	width: 450px;
	margin-right: 20px;
}
#textesPresse h3, #textesPresse h4{
	margin: 0 0 10px 0;
}
#textesPresse p{
	margin: 0 0 10px 0;
}
.note{
	width: 150px;
	float: right;
	padding-left: 20px;
	color: 	#b7cf5b;
}

p#titreVignette{
	position: absolute;
	background: black;
	color: 	#b7cf5b;
	padding: 3px;
	z-index: 6;
}