@font-face { 
	font-family:titre;
	src:url(../resources/Jacek.eot);
}

@font-face { 
	font-family:titre;
	src:url(../resources/Jacek.ttf);
}

@font-face { 
	font-family:papyrus;
	src:url(../resources/papyrus.eot);
}

@font-face { 
	font-family:papyrus;
	src:url(../resources/papyrus.ttf);
}

body {
	color: #fff; 
	background-color: #000;
	font-family:Arial;
}

img {
	border: 0;
}

textarea {
	resize:none;
}

a {
	color: #fff; 
	font-family:Arial;
	font-size:1.2em;
}

#cell {
	text-align: center;
	font-size: 0.8em;
	vertical-align:top;
	width: 300px;
}

#cell a{
	color: #fff;
	text-decoration: none;
}

#preview{
	background-color: #FFCC6D;
	font-size:1em;
	text-align: justify;
	text-indent: 30px;
	border: 2px solid #996b23;
	border-radius: 20px;
	box-shadow: 8px 8px 12px #000;
	color: #603f0b;
	font-family:papyrus;
	height: auto;
	 
		
	top:10px;
	width: 85%;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

	-moz-box-shadow: 8px 8px 12px #000;
	-webkit-box-shadow: 8px 8px 12px #000;  
}

#home{
	position : fixed;
	top : 5px;
	left : 5px;
	color: #ffffff;
}

#deconnect{
	position : fixed;
	top : 5px;
	right : 5px;
	color: #ffffff;
	font-family:arial;
	font-size:0.8em;
}

td{
	width:180px;
}

figure { 
  width: 130px; 
  height: 115px;
  float: left; 
  margin: 0 10px 0 0; 
  background: white;
  border: 10px solid white; 
    margin-left: auto;
	margin-right: auto;
	 text-align: center; 

  
  position: relative;
}

figcaption { 
	color: #000;
  text-align: center; 
  display: block; 
  font-size: 10px; 
  font-style: italic; 
}

figure img.paysage { 
	width: 130px; /* Scale down */
	height: 98px; /* Scale down */
}

figure img.portrait { 
	width: 74px; /* Scale down */
	height: 98px; /* Scale down */
}




::-webkit-scrollbar {
	background-color: #000;
    width: 13px;
    height: 13px;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
}

::-webkit-scrollbar-scrollbar-track{
    background-color: #fff;
}