@charset "utf-8";
/* CSS Document */
#page-particuliers {
	width: 919px;					/*pour s'adapter a toutes les tailles d'écran, la + petite étant du 760 pixels*/
	height: 602px;
	background-image: url(../images/fond-particuliers.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
h1{
	position: absolute;
	left: 297px;
	top: 11px;
	width: 279px;
	height:76px;
	text-align: left;
	font-size: 28px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
h2{
	font-size: 12px;
	color: #cb0233;
	padding-top: 10px;
	padding-left: 125px;
	font-weight: bold;
}
#contenu-texte-haut {
	position: absolute;
	left: 386px;
	top: 213px;
	width: 455px;
	height:114px;
	text-align: left;
}
#contenu-texte-bas {
	position: absolute;
	left: 388px;
	top: 335px;
	width: 471px;
	height:212px;
	text-align: left;
	overflow: auto;
	padding-right: 15px;
}
#contenu-texte-video {
	position: absolute;
	left: 58px;
	top: 505px;
	width: 265px;
	height:39px;
	text-align: left;
}
#contenu-video {
	position: absolute;
	left: 61px;
	top: 339px;
	width: 250px;
	height:140px;
	z-index: 3; /* vidéo par dessus la photo */
}
#contenu-video-photo-derriere {
	position: absolute;
	left: 61px;
	top: 338px;
	width: 250px;
	height:140px;
	z-index: 2;
}
.texte-12n-decale{
	font-size: 12px;
	color: #000;
	text-align: justify;
	padding-left: 125px;
}
