@import url(//fonts.googleapis.com/css?family=Pirata+One|Gilda+Display|Fondamento);
body {
	background-color: black;
	background-image: url(/images/index/wood-bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin: auto;
	font-size: 16px;
	color: black;
}
img, textarea {
	max-width: 100%;
}
.rules {
	width:80%;
	height:300px;
	padding:20px;
	overflow:auto;
	background-color:white;
	color:black;
}
.page-link {
	display: inline-block;
	margin: 10px;
}
img.miniavatar
{
	width:40px;
	height:40px;
	-moz-box-shadow: 0 0 3px #000000;
	box-shadow:0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin: 5px;
}
img.avatar
{
	border: 1px black solid;
	height: 100px;
	width: 100px;
	-moz-box-shadow: 0 0 4px #000000;
	box-shadow:0 0 4px #000000;
	-webkit-box-shadow: 0 0 4px #000000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
ul.contact-list li {
	padding: 5px;
	margin-left: 120px;
}
table.contact {
	text-align: center;
}
table.contact td
{
	border: 0px black solid;
	padding: 15px;
	width: 200px;
}
table.livredor td {
	border: 1px black solid;
	width: auto;
	padding: 10px;
}
.ombre
{
	text-shadow: 2px 2px 2px #555;
}
hr {
	height: 39px;
	background-image: url(/images/index/sep.png);
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
}
.parchemin, .no-parchemin, .home-paper {
	margin: auto;
	margin-top: 10px;
	font-family: "Gilda Display", serif;
}
.tooltip {
	font-size: 1.0em;
}
.no-parchemin  {
	text-align: auto;
}
.no-parchemin .index-menu {
	margin: auto;
	color: white;
	text-shadow: 1px 1px 0px black;
	/*background-color: #f2edc9;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 1), inset 0 0 50px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 1), inset 0 0 50px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 5px rgba(0, 0, 0, 1), inset 0 0 50px rgba(0, 0, 0, 0.8);*/
}
.no-parchemin .index-menu img {
	margin-top: 20px;
}
.no-parchemin .index-menu img:hover {
	width: 100px;
	height: 100px;
	margin-top: 0px;
}
.parchemin-haut {
	margin: auto;
	width: 824px;
	height: 214px;
	background-image: url(/images/index/haut_page2.png);
	padding-top: 20px;
	text-align: center;
}
.parchemin-haut img {
	margin-top: 25px;
}
.parchemin-milieu {
	margin: auto;
	width: 824px;
	height: auto;
	background-image: url(/images/index/milieu_page2.png);
}
.parchemin-bas {
	margin: auto;
	width: 824px;
	height: 255px;
	background-image: url(/images/index/bas_page2.png);
	text-align: center;
}
h1 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-family: "Triforce", Georgia, serif; /* Julee, Great Vibes, Macondo Swash Caps, Fondamento */
	font-size: 5.5em;
	text-shadow: 1px -1px 1px #bebe62;
	font-weight: normal;
	text-align: center;
}
h2 {
	font-family: "Pirata One", "Georgia", serif;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.news {
	margin: 0px 30px;
	margin-top: 20px;
	text-align: justify;
}
.news td.contenu {
	border-bottom: 1px black solid;
}
.spoiler img {
	max-width: 320px !important;
}
.titre {
	text-align: center;
}
#partenaires {
	width: 90%;
	margin: auto;
	text-align: center;
}
.presentation {
	margin: auto;
}
.big-square {
	width: 100px;
	height: 100px;
}
.home-paper {
	text-align: center;
}
.home-title {
	margin: 15px;
}
.home-title img {
	margin: 15px;
}
.presentation {
	text-align: left;
}

.chat-box table {
max-width: 100%;
}

.chat-box input, .chat-box select {
max-width: 50%;
}

.paper {
	position: relative;
	width: 500px;
	padding: 50px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.paper:before, .paper:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}
.paper:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}
.login-box {
	max-width: 250px;
	width: auto;
	background-color: #f2edc9;
	padding: 10px 30px;
}
.paper-box {
	background-color: #f2edc9;
	padding: 10px 30px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4), inset 0 0 50px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4), inset 0 0 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), inset 0 0 50px rgba(0, 0, 0, 0.2);
	margin: 20px auto;
}
.paper-box:after, .paper-box:before {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.8);
}
.presentation ul {
	padding-top: 8px;
}
hr {
	border-color: black;
}
.index-menu {
	text-align: center;
	margin: 10px 20px;
}
.index-menu a, .index-menu div {
	display: inline-block;
	margin: 5px 5px;
}
.index-menu div img, .index-menu a img {
	width: 80px;
	height: 80px;
}

.letter {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 26px auto 0;
  max-width: 550px;
  min-height: 300px;
  padding: 24px;
  position: relative;
  width: 80%;
}
.letter:before, .letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.letter:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}


.papers, .papers:before, .papers:after
{
background-color: #fff;
border: 1px solid #ccc;
box-shadow: inset 0 0 30px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
}

.papers
{
position: relative;
width: 50%;
padding: 2em;
margin: 50px auto;
}
@media screen and (max-width: 1300px) {
	.papers
	{
		width: 80%;
	}
}
.papers:before, .papers:after
{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: rotateZ(2.5deg);
-o-transform: rotate(2.5deg);
transform: rotateZ(2.5deg);
z-index: -1;
}

.papers:after
{
-webkit-transform: rotateZ(-2.5deg);
-o-transform: rotate(-2.5deg);
transform: rotateZ(-2.5deg);
}

.info-bloc {
	background-color: #ebe8d9; /* f0ecd7 */
}
.info-bloc:before {
	background-color: #f0ecd7;
}
.info-bloc:after {
	background-color: #f0ecd7;
}
/*.home-paper  {
	width: 1000px;
}*/
.home-paper:before, .page-inscription:before, .page-presentation:before, .page-livredor:before {
	-webkit-transform: rotateZ(0.5deg);
	-o-transform: rotate(0.5deg);
	transform: rotateZ(0.5deg);
}
.home-paper:after, .page-inscription:after, .page-presentation:after, .page-livredor:after  {
	-webkit-transform: rotateZ(-0.5deg);
	-o-transform: rotate(-0.5deg);
	transform: rotateZ(-0.5deg);
}

.clean {
	clear: both;
	visibility: hidden;
	height: auto;
}
/*
.news-content.news-collapse {
    max-height: 290px;
    overflow: hidden;
	position: relative;
}
.news-content.news-collapse:after {
	content:'Lire la suite';
	height: 35px;
	padding-top: 15px;
	width: 100%;
	position: absolute;
	top: 240px;
	font-size: 2em;
	text-align: center;
	color: white;
	text-shadow: -1px 1px 1px black;
	background-image: -webkit-gradient(
	  linear, left top, left bottom, from(rgba(0, 0, 0, 0)),
	  to(rgba(0, 0, 0, 0.7)), color-stop(.5,#333333)
	);
	background-image: -moz-linear-gradient(
	  rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 95%
	);
}*/

.livredor .avatar {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 5px;
}

.contact-item .avatar {
	width: 100px;
	height: 100px;
}
.contact-item {
	display: inline-block;
	width: 150px;
	min-height: 150px;
	text-align: center;
}

.form-inscription label {
	font-size: 16px;
	margin-top: 10px;
}
.form-inscription input[type='radio'] {
	margin-bottom: 10px;
}
.form-inscription label, .form-inscription input, .form-inscription button, .form-inscription select, .form-inscription textarea {
	
}
.form-inscription legend {
	font-weight: bold;
	margin-bottom: 5px;
}
.form-inscription fieldset {
	margin-top: 20px;
	margin-bottom: 10px;
}
.form-inscription .magie-liste img {
	margin: 5px;
}
.form-inscription legend {
	border-bottom: 1px solid #2e2e2e;
}

@media screen and (max-width: 1300px) {
	body {
		padding: 0;
		margin: 0;
	}
	.papers
	{
		width: 80%;
		padding: 10px;
	}
	.login-box input {
		max-width: 100%;
	}
	h1 {
		line-height: normal;
		font-size: 4em;
	}
}

@media screen and (max-width: 600px) {
	body {
		font-size: 14px;
	}
	.login-box {
		padding: 5px 10px;
	}
	.papers
	{
		width: 85%;
		max-width: 100%;
		padding: 10px;
		margin: 10px auto;
	}
	.papers:before, .papers:after {
		display: none;
	}
	.news {
		margin: 0px 10px;
	}
	.news .img-polaroid {
		width: 50px;
		height: 50px;
	}
	.index-menu div img {
		width: 50px;
		height: 50px;
	}
	.no-parchemin .index-menu img {
		width: 50px;
		height: 50px;
		margin-top: 20px;
	}
	.no-parchemin .index-menu img {
		margin-top: 10px;
		margin-right: 10px;
	}
	.no-parchemin .index-menu img:hover {
		width: 60px;
		height: 60px;
		margin-top: 0px;
	}
	
	.news img {
		max-width: 150px;
		max-height: 150px;
	}
	ul.contact-list li {
		padding: 0px;
		margin-left: 0px;
	}
}

@media screen and (max-width: 320px) {
	.livredor .avatar {
		width: 50px;
		height: 50px;
	}
	.contact-item .avatar {
		width: 80px;
		height: 80px;
	}
	.contact-item {
		display: inline-block;
		width: 120px;
		min-height: 150px;
		text-align: center;
	}
	h1 {
		line-height: normal;
		font-size: 2.2em;
	}
	h2 {
		font-size: 1.7em;
		
	}
	h3 {
		font-size: 1.3em;		
	}
	.img_contact {
		float: none !important;
	}
	ul.contact-list li {
		padding: 0px;
		margin-left: 0px;
	}
	.home-title {
		margin: 5px;
	}
	.home-title img {
		margin: 0px;
	}
	.papers
	{
		width: 85%;
		padding: 10px;
	}
	.index-menu {
		font-size: 0.8em;
		margin: 0;
	}
}