@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'titres';
    src: url('t/titres.eot');
    src: url('t/titres.eot?#iefix') format('embedded-opentype'),
         url('t/titres.woff') format('woff'),
         url('t/titres.ttf') format('truetype'),
         url('t/titres.svg#titres') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'normaltxt';
	src: url('t/normal.eot');
	src: local('☺'), 
		 url('t/normal.woff') format('woff'), 
		 url('t/normal.ttf') format('truetype'), 
		 url('t/normal.svg#normaltxt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'normaltxt';
    src: url('t/bold.eot');
    src: url('t/bold.eot?#iefix') format('embedded-opentype'),
         url('t/bold.woff') format('woff'),
         url('t/bold.ttf') format('truetype'),
         url('t/bold.svg#normaltxt') format('svg');
    font-weight: bold;
    font-style: normal;
}

@keyframes "fade-in" {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes "fade-out" {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
	background-color: rgba(256, 256, 256, 0.3);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background-color: rgba(256, 256, 256, 0.2);
}


@-moz-document {
scrollbar {
   -moz-appearance: none !important;
   background: rgb(0,255,0) !important;
}
thumb,scrollbarbutton {
   -moz-appearance: none !important;
   background-color: rgb(0,0,255) !important;
}

thumb:hover,scrollbarbutton:hover {
   -moz-appearance: none !important;
   background-color: rgb(255,0,0) !important;
}

scrollbarbutton {
   display: none !important;
}

scrollbar[orient="vertical"] {
  min-width: 15px !important;
}
}


html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: normaltxt, Arial, Helvetica, sans-serif;
	background: #222327;
	color:#FFF;
	
	scrollbar-face-color:#e6dbc5;
	scrollbar-shadow-color:#e6dbc5;
	scrollbar-highlight-color:#e6dbc5;
	scrollbar-darkshadow-Color:#e6dbc5;
	scrollbar-arrow-color:#694f3d;
	scrollbar-3dlight-color:#ede5d5;
	scrollbar-track-color:#fcf7ed;
}

a {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration:  underline;
}
ul {
	list-style-type: none;
}

img {
	border:0;
}

.page {
	width: 1200px;
	height: 900px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	animation: fade-in 3s ease-in-out 0s;
	transition: all 1s;
}

.MairieDeParis {
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:220px;
	height:25px;
	background: url(../i/MairiedeParis.png) no-repeat;
	text-indent:-9999px;
}

/*-------------------------------------------------------------------------------- page accueil --------------------------------------------------------------------------------*/

body#HP {/*
	display: table;
	overflow: auto;*/
}

#HP .page {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;/*
	display: table;*/
	background: none;
}


#HP ul.liste-themes {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 5%;
	text-align: center;
/**/	display: table-cell;
	vertical-align: middle;
	position: relative;
	left:0;
	top:0;
	transform: none;
}

#HP .liste-themes li {
	display: inline-block;
	vertical-align: baseline;
	width:200px;
	height: 200px;
	transition: opacity .5s;
	overflow: hidden;
	font-size: 24px;
	margin: 15px;
	padding: 0px;
	list-style-type: none;
	opacity: 1;
	line-height: 200px;
}

#HP .liste-themes li a {
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	text-decoration:none;
	background-color: rgba(0, 0, 0, .8);
	width:200px;
	height: 200px;
	opacity: 0;
	transition: all .5s;
	display: inline-block;
display: block;
	line-height: 200px;
	vertical-align: middle;
}
#HP .liste-themes li a:hover {
	opacity: 1;
	background: #000;
	background-color: rgba(0, 0, 0, .8);
}

#HP li.logo {
	background: url(../i/HP/ParisPoesies9-logo.png) no-repeat;
	text-indent: -2000px;
}
#HP li.absences {
	background: url(../i/HP/01-Absences.jpg) no-repeat;
}
#HP li.hommages {
	background: url(../i/HP/02-Hommages.jpg) no-repeat;
}
#HP li.temps {
	background: url(../i/HP/03-AvecLeTemps.jpg) no-repeat;
}
#HP li.mots {
	background: url(../i/HP/04-JeuxDeMots.jpg) no-repeat;
}
#HP li.vie {
	background: url(../i/HP/05-LaVieSesRealites.jpg) no-repeat;
}
#HP li.planete {
	background: url(../i/HP/06-MaPlanete.jpg) no-repeat;
}
#HP li.nocturnes {
	background: url(../i/HP/07-Nocturnes.jpg) no-repeat;
}
#HP li.amour {
	background: url(../i/HP/08-OhLAmour.jpg) no-repeat;
}
#HP li.paname {
	background: url(../i/HP/09-Paname.jpg) no-repeat;
}

#HP li.preferes {
	background: url(../i/HP/10-Selection.jpg) no-repeat;
}
#HP li.hasard {
	background: url(../i/HP/11-UnPomeAuHasard.jpg) no-repeat;
}
#HP li.preferes a, #HP li.hasard a {
	background-color: rgba(255, 255, 255, .8);
	color: #000;
	text-indent: 0;
	position: inherit;
}
#HP li.preferes a:hover, #HP li.hasard a:hover {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
}

#HP ul.footer {
	width: 100%;
	text-align: center;
	vertical-align: bottom;/*
	display: table-row;*/
	position: relative;
}
#HP .footer li {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
#HP .footer li a {
	color: #fff;
}


/*-------------------------------------------------------------------------------- page thème --------------------------------------------------------------------------------*/



.interface {
	opacity: 1;
	transition: all 1s;
}



/*------------------------------------  IMAGE DE FOND  --------------------------------------------*/


.page {
	background: url(../i/10/bg.jpg);
}
#absences .page {
	background: url(../i/01/bg.jpg);
}
#hommages .page {
	background: url(../i/02/bg.jpg);
}
#temps .page {
	background: url(../i/03/bg.jpg);
}
#mots .page {
	background: url(../i/04/bg.jpg);
}
#vie .page {
	background: url(../i/05/bg.jpg);
}
#planete .page {
	background: url(../i/06/bg.jpg);
}
#nocturnes .page {
	background: url(../i/07/bg.jpg);
}
#amour .page {
	background: url(../i/08/bg.jpg);
}
#paname .page {
	background: url(../i/09/bg.jpg);
}


/*------------------------------------  LOGO PARIS POÉSIES  --------------------------------------------*/


h1 {
	position: absolute;
	margin: 0;
	display: block;
	text-indent: -9999px;
	left: 30px;
	top: 40px;
	width: 370px;
	height: 270px;
	background: url(../i/10/ParisPoesies9-logo.jpg) no-repeat center;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#absences h1 {
	left: 340px;
	top: 30px;
	width: 460px;
	height: 260px;
	background-image: url(../i/01/ParisPoesies9-logo.png);
}
#hommages h1 {
	left: 25px;
	top: 65px;
	width: 325px;
	height: 255px;
	background-image: url(../i/02/ParisPoesies9-logo.png);
}
#temps h1 {
	left: 45px;
	top: 25px;
	width: 365px;
	height: 270px;
	background-image: url(../i/03/ParisPoesies9-logo.png);
}
#mots h1 {
	left: 0px;
	top: 0px;
	width: 480px;
	height: 385px;
	background-image: url(../i/04/ParisPoesies9-logo.png);
}
#vie h1 {
	left: 280px;
	top: 40px;
	width: 315px;
	height: 230px;
	background-image: url(../i/05/ParisPoesies9-logo.png);
}
#planete h1 {
	left: 0px;
	top: 0px;
	width: 519px;
	height: 590px;
	background-image: url(../i/06/ParisPoesies9-logo.png);
}
#nocturnes h1 {
	left: 40px;
	top: 40px;
	width: 350px;
	height: 270px;
	background-image: url(../i/07/ParisPoesies9-logo.png);
}
#amour h1 {
	left: 0px;
	top: 0px;
	width: 600px;
	height: 450px;
	background-image: url(../i/08/ParisPoesies9-logo.png);
}
#paname h1 {
	left: 205px;
	top: -15px;
	width: 484px;
	height: 474px;
	background-image: url(../i/09/ParisPoesies9-logo.png);
}

/*------------------------------------  H2  --------------------------------------------*/

h2 {
	text-indent: -9999px;
}
#credits h2, #participer h2, #vote h2 {
	text-indent: inherit;
	display: inline-block;
	position: absolute;
	left: 700px;
	top: 200px;
	width: 450px;
	height: 300px;
	color: #333;
	font-weight: bold;
	font-family: normaltxt, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	transform-origin: top left;
	transform: skew(-3deg,0);
	padding: 0;
	margin: 0;
}

/*------------------------------------  LISTE THÈMES  --------------------------------------------*/

ul.liste-themes {
	position: absolute;
	left: 30px;
	top: 370px;
	text-indent: 0;
	margin: 0;
	padding: 0;
	display: block;
	width: 370px;
	height: 560px;
}

.liste-themes li {
	display: table;
	font-size: 42px;
	text-transform: uppercase;
	line-height: 35px;
	margin: 0px 0px;
	padding: 9px 15px;
	background: #000;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	transition: all 1s;
}
.liste-themes li a {
	font-weight: bold;
/*	transition: all 1s;
*/}
.liste-themes li:hover > a {
	color: #000;
	text-decoration: none;
}
.liste-themes li:hover {
	background: #fff;
	background: rgba(255, 255, 255, .8);
}

#absences li.absences a,
#hommages li.hommages a,
#temps li.temps a,
#mots li.mots a,
#vie li.vie a,
#planete li.planete a,
#nocturnes li.nocturnes a,
#amour li.amour a,
#paname li.paname a {
	color: #000;
}
#absences li.absences,
#hommages li.hommages,
#temps li.temps,
#mots li.mots,
#vie li.vie,
#planete li.planete,
#nocturnes li.nocturnes,
#amour li.amour,
#paname li.paname {
	background: #fff;
	background: rgba(255, 255, 255, .8);
}
li.mots {
	margin-top: -2px;
}
li.planete {
	margin-top: 1px;
}

.pers-themes {
	perspective: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
ul.liste-themes {
	left: 20px;
	top: 360px;
	transform-origin: left center;
	transform: rotateX(0.05deg) rotateY(0.05deg) rotateZ(1deg) scale(1) translate(0px, 0px);
}
#absences ul.liste-themes {
	left: 45px;
	top: 35px;
	transform-origin: left top;
	transform: scale(.85);
}
#hommages .pers-themes {
	perspective: 30px;
}
#hommages ul.liste-themes {
	left: 27px;
	top: 335px;
	transform-origin: left center;
	transform: rotateX(0.05deg) rotateY(0.05deg) rotateZ(1deg) scale(1) translate(0px, 0px);
}
#temps .pers-themes {
	perspective: 20px;
	perspective-origin: 0px 400px;
}
#temps ul.liste-themes {
	left: 44px;
	top: 330px;
	transform-origin: left top;
	transform: rotateX(0.1deg) rotateY(0.1deg) rotateZ(-0.5deg) scale(1) translate(0px, 0px);
}
#mots ul.liste-themes {
	left: 35px;
	top: 315px;
	transform: none;
}
#vie ul.liste-themes {
	left: 55px;
	top: 280px;
	width: 300px;
	transform: none;
}
#vie li.vie {
	width: 180px;
}
#planete ul.liste-themes {
	left: 110px;
	top: 295px;
	transform-origin: left top;
	transform: scale(.9) rotate(-1.3deg);
}
#nocturnes .pers-themes {
	perspective: 150px;
	perspective-origin: 0px 740px;
}
#nocturnes ul.liste-themes {
	left: 58px;
	top: 268px;
	transform-origin: 0px 0px 0px;
	transform: rotateX(0.5deg) rotateY(2deg) rotateZ(-1.6deg) scale(1) translate(0px, 0px);
}
#amour ul.liste-themes {
	left: 40px;
	top: 315px;
	transform: none;
}
#amour li.vie {
	width: 180px;
}
#paname ul.liste-themes {
	left: 35px;
	top: 200px;
	transform: none;
}


/*------------------------------------  LISTE POEMES  --------------------------------------------*/


#credits .pers-liste, #participer .pers-liste, #vote .pers-liste {
	display:none;
}
.pers-liste {
	position: absolute;
	width: 210px;
	height: 430px;
}
#absences .pers-liste {
	left: 495px;
	top: 340px;
}
#hommages .pers-liste {
	left: 530px;
	top: -10px;
	perspective: 30px;
	perspective-origin: 0px 360px;
}
#hommages .bg-liste {
	transform-origin: left top;
	transform: rotateX(0.3deg) rotateY(-0.1deg) rotateZ(2deg) scale(0.85);
}
#temps .pers-liste {
	left: 540px;
	top: 200px;
	perspective: 20px;
	perspective-origin: 0px 100px;
}
#temps .bg-liste {
	transform-origin: left top;
	transform: rotateX(-0.2deg) rotateY(-0.2deg) rotateZ(3deg) scale(1.07);
}
#mots .pers-liste {
	left: 490px;
	top: 420px;
}
#vie .pers-liste {
	left: 620px;
	top: 420px;
	transform-origin: center;
	transform: scale(.85);
}
#planete .pers-liste {
	left: 540px;
	top: 255px;
	transform-origin: top left;
	perspective: 20px;
	perspective-origin: 0px 100px;
}
#planete .bg-liste {
	transform-origin: left top;
	transform: rotateX(0.1deg) rotateY(0.05deg) rotateZ(0deg) scale(0.95);
}
#nocturnes .pers-liste {
	left: 510px;
	top: 340px;
	perspective: 20px;
	perspective-origin: 0px 380px;
}
#nocturnes .bg-liste {
	transform-origin: left top;
	transform: rotateX(0.1deg) rotateY(0.3deg) rotateZ(-2.2deg) scale(1);
}
#amour .pers-liste {
	left: 315px;
	top: 445px;
	transform-origin: top left;
	transform: scale(.92);
}
#paname .pers-liste {
	left: 420px;
	top: 460px;
}


.bg-liste {
	padding: 15px 10px 10px 0px;
	width: 200px;
	height: 405px;
	background: url("../i/bg-liste.png") no-repeat;
}
ul.liste-poemes {
	display: block;
	margin: 0px -7px 0px 0px;
	overflow: auto;
	font-family: normaltxt, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	list-style-type: disc;
	height: 100%;
	height: 405px;
}
#vie ul.liste-poemes, #amour ul.liste-poemes {
	font-size: 20px;
	line-height: 18px;
}
ul.liste-poemes a, ul.liste-poemes li {
	padding: 3px 15px 3px 3px;
	text-decoration: none;
	color:#333;
	cursor:pointer;
	transition: .5s all;
	margin: 0 9px 0 0;
}
ul.liste-poemes a:hover, ul.liste-poemes li:hover, ul.liste-poemes li.select {
	text-decoration: none;
	background: #333;
	color:#fff;
	cursor:pointer;
}

li sub {
	display: none;
}


/*------------------------------------  CONTENUS TEXTE  --------------------------------------------*/

.contenu {
	position: absolute;
	left: 700px;
	top: 100px;
	width: 370px;
	height: 560px;
	perspective: 20px;
	perspective-origin: 0px 400px;
}
#absences .contenu {
	left: 790px;
	top: 140px;
}
#hommages .contenu {
	left: 820px;
	top: 240px;
}
#hommages .poeme {
	transform-origin: top right;
	transform: rotateX(0.02deg) rotateY(0.1deg) rotateZ(0.8deg) scale(0.94);
}
#temps .contenu {
	left: 790px;
	top: 180px;
}
#temps .poeme {
	transform-origin: top left;
	transform: rotateX(-0.1deg) rotateY(-0.1deg) rotateZ(4deg) scale(1);
}
#mots .contenu {
	left: 780px;
	top: 80px;
}
#vie .contenu {
	left: 830px;
	top: 280px;
	transform-origin: top left;
	transform: scale(.91);
	font-size:	20px;
}
#vie .poeme {
	font-size:	20px;
}
#planete .contenu {
	left: 760px;
	top: 115px;
}
#planete .poeme {
	transform-origin: top left;
	transform: rotateX(0.1deg) rotateY(0deg) rotateZ(-1deg) scale(1);
}
#nocturnes .contenu {
	left: 770px;
	top: 220px;
	perspective: 30px;
	perspective-origin: 300px 760px;
}
#nocturnes .poeme {
	transform-origin: top right;
	transform: rotateX(0.1deg) rotateY(0.4deg) rotateZ(-4.2deg) scale(1.03);
}
#amour .contenu {
	left: 735px;
	top: 225px;
}
#amour .poeme {
	font-size:	20px;
}
#paname .contenu {
	left: 800px;
	top: 130px;
}


#credits .contenu, #participer .contenu, #vote .contenu {
	top: 280px;
	height: 450px;
}

.texte {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 370px;
	height: 450px;
	color:#333;
}
#absences .texte, #hommages .texte, #temps .texte, #mots .texte, #vie .texte, #planete .texte, #nocturnes .texte, #amour .texte, #paname .texte {
	display: none;
}

.contenu-texte {
	height: 470px;
	overflow: auto;
	width: 270px;
	padding:0 20px 0 0;
}
.contenu-texte a {
	color: #2d819f;
}
#credits .contenu-texte, #participer .contenu-texte, #vote .contenu-texte {
	height: 440px;
	width: 380px;
	padding:0 20px 0 0;
	transform-origin: left top;
	transform: skew(-1deg,0deg);
	overflow: auto;
}

.poeme {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../i/bg-poeme.png) no-repeat;
	width: 311px;
	height: 511px;
	padding: 6px 8px 13px 50px;
	font-size:18px;
	color:#000;
}
.poeme h3 {
	font-family: "titres", "Arial Black", sans-serif;
	font-size: 28px;
	padding: 0px 0px;
	margin: 20px 50px 20px 0;
	line-height: 26px;
	min-height: 50px;
}

#credits .poeme, #participer .poeme, #vote .poeme {
	display:none;
}

.auteur {
	margin: 20px 0 0;
	padding:0;
	font-family: "normaltxt", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#666;
	display: inline-block;
	width: 270px;
}

.poesie {
	height: 355px;
	overflow: auto;
	width: 290px;
	font-family: "normaltxt", Helvetica, Arial, sans-serif;
	top: 85px;
	left: 40px;
	top: 0px;
	left: 0px;
	padding:0 22px 0 0;
	position: relative;
}

.poesie p {
	margin:0 0 10px;
}

a.facebook {
	position:absolute;
	right: 0px;
	top: 0px;
	display:block;
	background: url(../i/Facebook.png) no-repeat;
	width:80px;
	height:100px;
	text-indent:-2000px;
	transition:all 1s;
}
a.facebook:hover {
	background: url(../i/Facebook-on.png) no-repeat;
}
.facebook {
	background: url(../i/Facebook-on.png) no-repeat;
}
#absences a.facebook {
	right: 0px;
	top: -40px;
}
#hommages a.facebook {
	transform: scale(.8);
	right: -10px;
	top: -10px;
}
#temps a.facebook {
	right: -10px;
	top: -10px;
	transform: scale(.9);
}
#mots a.facebook {
	right: -40px;
	top: 20px;
}
#vie a.facebook {
	right: 0px;
	top: -22px;
}
#planete a.facebook {
	right: 0px;
	top: -5px;
}
#nocturnes a.facebook {
	right: 0px;
	top: -22px;
}
#amour a.facebook {
	right: -20px;
	top: 0px;
}
#credits a.facebook, #participer a.facebook, #vote a.facebook {
	display:none;
}


a.selection {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width:120px;
	height:60px;
	text-indent: -2000px;
	transition:all 1s;
}
#absences a.selection {
	background: url(../i/01/select.png) no-repeat;
}
#absences a.selection:hover {
	background: url(../i/01/select-on.png) no-repeat;
}
#hommages a.selection {
	background: url(../i/02/select.png) no-repeat;
}
#hommages a.selection:hover {
	background: url(../i/02/select-on.png) no-repeat;
}
#temps a.selection {
	background: url(../i/03/select.png) no-repeat;
}
#temps a.selection:hover {
	background: url(../i/03/select-on.png) no-repeat;
}
#mots a.selection {
	background: url(../i/04/select.png) no-repeat;
}
#mots a.selection:hover {
	background: url(../i/04/select-on.png) no-repeat;
}
#vie a.selection {
	background: url(../i/05/select.png) no-repeat;
}
#vie a.selection:hover {
	background: url(../i/05/select-on.png) no-repeat;
}
#planete a.selection {
	background: url(../i/06/select.png) no-repeat;
}
#planete a.selection:hover {
	background: url(../i/06/select-on.png) no-repeat;
}
#nocturnes a.selection {
	background: url(../i/07/select.png) no-repeat;
}
#nocturnes a.selection:hover {
	background: url(../i/07/select-on.png) no-repeat;
}
#amour a.selection {
	background: url(../i/08/select.png) no-repeat;
}
#amour a.selection:hover {
	background: url(../i/08/select-on.png) no-repeat;
}
#paname a.selection {
	background: url(../i/09/select.png) no-repeat;
}
#paname a.selection:hover {
	background: url(../i/09/select-on.png) no-repeat;
}


/*------------------------------------  VOTER  --------------------------------------------*/


a.je_vote {
	display: block;
	position: absolute;
	text-indent: -9999px;
	transition: all 1s;
	width: 245px;
	height: 135px;
}
#absences a.je_vote {
	background: url(../i/01/voter.png) no-repeat;
	left: 870px;
	top: 660px;
}
#absences a.je_vote:hover {
	background:url(../i/01/voter-on.png) no-repeat;
}
#absences .je_vote {
	background:url(../i/01/voter-on.png) no-repeat -9999px -9999px;
}
#hommages a.je_vote {
	background: url(../i/02/voter.png) no-repeat;
	left: 940px;
	top: 730px;
}
#hommages a.je_vote:hover {
	background:url(../i/02/voter-on.png) no-repeat;
}
#temps a.je_vote {
	background: url(../i/02/voter.png) no-repeat;
	left: 875px;
	top: 715px;
	transform-origin: left top;
	transform: rotate(5deg);
}
#temps a.je_vote:hover {
	background:url(../i/02/voter-on.png) no-repeat;
}
#mots a.je_vote {
	background: url(../i/04/voter.png) no-repeat;
	left: 800px;
	top: 710px;
	transform-origin: left top;
	transform: rotate(5deg);
}
#mots a.je_vote:hover {
	background:url(../i/04/voter-on.png) no-repeat;
}
#vie a.je_vote {
	background: url(../i/02/voter.png) no-repeat;
	left: 840px;
	top: 740px;
	transform-origin: left top;
	transform: rotate(0deg);
}
#vie a.je_vote:hover {
	background:url(../i/02/voter-on.png) no-repeat;
}
#planete a.je_vote {
	background: url(../i/06/voter.png) no-repeat;
	left: 750px;
	top: 700px;
	width: 450px;
	height: 200px;
}
#planete a.je_vote:hover {
	background:url(../i/06/voter-on.png) no-repeat;
}
#nocturnes a.je_vote {
	background: url(../i/02/voter.png) no-repeat;
	left: 860px;
	top: 750px;
	transform-origin: left top;
	transform: rotate(-5deg);
}
#nocturnes a.je_vote:hover {
	background:url(../i/02/voter-on.png) no-repeat;
}
#amour a.je_vote {
	background: url(../i/02/voter.png) no-repeat;
	left: 850px;
	top: 740px;
}
#amour a.je_vote:hover {
	background:url(../i/02/voter-on.png) no-repeat;
}
#paname a.je_vote {
	background: url(../i/09/voter.png) no-repeat;
	left: 940px;
	top: 660px;
	width: 190px;
	height: 200px;
}
#paname a.je_vote:hover {
	background:url(../i/09/voter-on.png) no-repeat;
}

#credits a.je_vote, #participer a.je_vote, #vote a.je_vote {
	display:none;
}



/*------------------------------------  UN POÈME AU HASARD  --------------------------------------------*/


a.hasard {
	display: block;
	position: absolute;
	text-indent: -9999px;
	transition: all .5s;
}
#absences a.hasard {
	background: url(../i/01/hasard.png) no-repeat;
	width: 210px;
	height: 120px;
	left: 240px;
	top: 455px;
}
#absences a.hasard:hover {
	background: url(../i/01/hasard-on.png) no-repeat;
}
#hommages a.hasard {
	background: url(../i/02/hasard.png) no-repeat;
	width: 200px;
	height: 110px;
	left: 390px;
	top: 400px;
}
#hommages a.hasard:hover {
	background: url(../i/02/hasard-on.png) no-repeat;
}
#temps a.hasard {
	background: url(../i/03/hasard.png) no-repeat;
	width: 200px;
	height: 110px;
	left: 250px;
	top: 790px;
}
#temps a.hasard:hover {
	background: url(../i/03/hasard-on.png) no-repeat;
}
#mots a.hasard {
	background: url(../i/04/hasard.png) no-repeat;
	width: 200px;
	height: 110px;
	left: 550px;
	top: 70px;
}
#mots a.hasard:hover {
	background: url(../i/04/hasard-on.png) no-repeat;
}
#vie a.hasard {
	background: url(../i/05/hasard.png) no-repeat;
	width: 140px;
	height: 110px;
	left: 546px;
	top: 336px;
}
#vie a.hasard:hover {
	background: url(../i/05/hasard-on.png) no-repeat;
}
#planete a.hasard {
	background: url(../i/06/hasard.png) no-repeat;
	width: 295px;
	height: 190px;
	left: 520px;
	top: 0px;
}
#planete a.hasard:hover {
	background: url(../i/06/hasard-on.png) no-repeat;
}
#nocturnes a.hasard {
	background: url(../i/07/hasard.png) no-repeat;
	width: 180px;
	height: 100px;
	left: 580px;
	top: 210px;
}
#nocturnes a.hasard:hover {
	background: url(../i/07/hasard-on.png) no-repeat;
}
#amour a.hasard {
	background: url(../i/08/hasard.png) no-repeat;
	width: 250px;
	height: 60px;
	left: 525px;
	top: 194px;
}
#amour a.hasard:hover {
	background: url(../i/08/hasard-on.png) no-repeat;
}
#paname a.hasard {
	background: url(../i/09/hasard.png) no-repeat;
	width: 190px;
	height: 140px;
	left: 610px;
	top: 290px;
}
#paname a.hasard:hover {
	background: url(../i/09/hasard-on.png) no-repeat;
}

#credits a.hasard, #participer a.hasard, #vote a.hasard {
	display:none;
}


/*------------------------------------  FOOTER  --------------------------------------------*/


ul.footer {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: absolute;
}

#credits ul.footer, #participer ul.footer, #vote ul.footer {
	right: 130px;
	bottom: 120px;
}
.footer li {
	display: inline;
	color: #fff;
	font-size: 21px;
	text-transform: lowercase;
	color: #000;
}
.footer li a {
	color: #000;
}
li.pdf:after,
li.participer:after,
li.credits:after {
	content: " - ";
}


#absences ul.footer {
	right: 20px;
	bottom: 25px;
}
#absences .footer li, #absences .footer li a {
	color: #334657;
	font-size: 22px;
}
#hommages ul.footer {
	left: 450px;
	left: 380px;
	bottom: 10px;
}
#hommages .footer li a, #hommages .footer li {
	color: #fff;
}
#temps ul.footer {
	left: 60px;
	top: 850px;
	transform-origin: left top;
	transform: rotate(-2deg);
left: 460px;
top: 860px;
	transform: rotate(-0deg);
}
#temps .footer li a, #temps .footer li {
	color: #fff;
}
#mots ul.footer {
	left: 450px;
	left: 380px;
	bottom: 10px;
}
#mots .footer li {
}
#vie ul.footer {
	left: 450px;
	left: 380px;
	bottom: 5px;
}
#vie .footer li a, #vie .footer li {
	color: #fff;
}
#planete ul.footer {
	left: 330px;
	bottom: 0px;
	text-align: center;
	width: 610px;
	height: 55px;
	background: url(../i/06/bg-footer.png);
}
#planete li.pdf:after,
#planete li.participer:after {
}
#planete .footer li {
/*	display: block;*/
	font-size: 22px;
	line-height: 65px;
}
#planete .footer li a, #planete .footer li {
	color: #fff;
}
#nocturnes ul.footer {
	left: 390px;
	bottom: 10px;
	left: 360px;
	bottom: 20px;
	transform-origin: top left;
	transform: rotate(-4.5deg) skew(-4deg,0deg) scale(1); 
}
#nocturnes .footer li a, #nocturnes .footer li {
	color: #fff;
}
#amour ul.footer {
	right: 0px;
	bottom: 0px;
	width: 800px;
	height: 300px;
	background: url(../i/08/bg-footer.png) no-repeat;
	line-height: 560px;
	text-align: center;
}
#amour .footer li a, #amour .footer li {
	color: #fff;
}
#paname ul.footer {
	left: 670px;
	bottom: 10px;
}
#paname .footer li {
	font-size: 22px;
	color: #191e60;
}
#paname .footer li a {
	color: #191e60;
}




/********************* formulaire de vote **********************/



form {
	margin:0;
	padding:0;
}
form div {
	}
form div.row {
	clear:both;
	width:90%;
	padding:0 0 10px 0;
	}

form ol {
	padding: 30px 0;
	list-style: none;
	margin: 0;
	list-style-position: inside;
}
form li {
	font-family: titres, "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #555;
	transition:all .5s;
}
form li.sortable {
	cursor: move;
	padding-left:30px;
	background: none no-repeat left 8px;
}
form li.first {
	color:#2d819f;
	list-style-type: decimal;
}
form li.sortable.first:hover {
	color:#42beeb;
}
form li.sortable:hover {
	color:#42beeb;
	background: url(../i/ordre.png) no-repeat left 8px;
}

fieldset {
	margin:0;
	padding:0;
	border:0;
}

fieldset legend {
	padding:0px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0 0 10px 0;
}

form label {
	display:block;
	}
form input {}
form input.checkbox {}

form input.submit {
	float:none;
	text-align: center;
	font-family: normaltxt, Arial, Helvetica, sans-serif;
	font-size: 24px;
	cursor: pointer;
	border: 0;
	color:#1e6caf;
}
form input.missing {  background: #FFF no-repeat right center; }

.message {
	font-weight: bold;
	color:#2d819f;
	border:0;
	transform-origin: top left;
	transform: skew(1deg, 0deg);
}
 
