body {
    margin: 0px;
	background-color:rgb(255, 255, 255);
	color: rgb(102, 102, 102);
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
}

header {
    width : 50%;
    height: 0%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

footer {
    width : 50%;
    height: 0%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

footer img {
    width: 40%;
}

footer .copyright {
    font-size: 9px;
    color: #999;
    font-style: italic;
}

a {
	color: rgb(202, 102, 102);
	font-family: sans-serif;
	font-style: normal;
	text-decoration: none;
}

table{
	color: rgb(102, 102, 102);
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
}

img{
	background-color:white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #D9D9D9;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #F4F4F4;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #F4F4F4;
}

.content {
    margin-left: 20px;
    margin-right: 20px;
}

.header_block h1 {
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #ffd217, 2px 2px 1px #5ac7ff, 3px 3px 1px #ffd217, 4px 4px 1px #5ac7ff;
}

.payment {
    width: 50%;
    height: 0%;
    margin: auto;
    text-align: center;
}

.payment_block {
    border: 1px solid #EEE;
    border-radius: 10px;
    box-shadow: 8px 8px 12px #aaa;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
}

/* --------------------------------------------------------------------- */
/* Formulaires */
/* --------------------------------------------------------------------- */
.evidence_form  {
	margin:10px auto;
	max-width: 400px;
	padding: 20px 12px 10px 20px;
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.evidence_form li {
	padding: 0;
	display: block;
	list-style: none;
	margin: 10px 0 0 0;
}

.evidence_form label{
	margin:0 0 3px 0;
	padding:0px;
	display:block;
	font-weight: bold;
}
.evidence_form input[type=text], 
.evidence_form input[type=date],
.evidence_form input[type=datetime],
.evidence_form input[type=number],
.evidence_form input[type=search],
.evidence_form input[type=time],
.evidence_form input[type=url],
.evidence_form input[type=email],
textarea, 
select{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border:1px solid #BEBEBE;
	padding: 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;	
}
.evidence_form input[type=text]:focus, 
.evidence_form input[type=date]:focus,
.evidence_form input[type=datetime]:focus,
.evidence_form input[type=number]:focus,
.evidence_form input[type=search]:focus,
.evidence_form input[type=time]:focus,
.evidence_form input[type=url]:focus,
.evidence_form input[type=email]:focus,
.evidence_form textarea:focus, 
.evidence_form select:focus{
	-moz-box-shadow: 0 0 8px #88D5E9;
	-webkit-box-shadow: 0 0 8px #88D5E9;
	box-shadow: 0 0 8px #88D5E9;
	border: 1px solid #88D5E9;
}

.evidence_form .field-long{
	width: 100%;
}
.evidence_form .field-textarea{
	height: 100px;
}


/* --------------------------------------------------------------------- */
/* responsive */
/* --------------------------------------------------------------------- */
@media screen and (max-width: 1050px)
{
	h1 {
		font-size: 40px;
	}

	h3 {
		font-size: 20px;
	}

	img {
		width: 100%;
		height: auto;
	}

    footer img {
        width: 100%;
    }

   .header_block {
        width: 90%;
    }

	.content {
	    margin: 0px;
	}

	.payment {
	    width: 90%;
	    font-size: larger;
	}

	.payment button {
	    font-size: 20px;
	}

	.evidence_form {
	    font-size: larger;
	}

	.evidence_form button {
	    font-size: 20px;
	}
}