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

/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html { /* image de fond en 100% */
  margin:0;
  padding:0;
	background:url(../img/background/back-sdm2.jpg) no-repeat left fixed;
	background-color:#000000;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 25, 2013 */
@font-face {
    font-family: 'boogienightsnfregular';
    src: url('typo/boognn__-1.eot');
    src: url('typo/boognn__-1.eot?#iefix') format('embedded-opentype'),
         url('typo/boognn__-1.woff') format('woff'),
         url('typo/boognn__-1.ttf') format('truetype'),
         url('typo/boognn__-1.svg#boogienightsnfregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**
 * @license MyFonts Webfont Build ID 2696441, 2013-11-26T13:35:22-0500
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * You may obtain a valid license at the URLs below.
 * Webfont: ITC Avant Garde Gothic Std Extra Light by ITC
 * URL: http://www.myfonts.com/fonts/itc/avant-garde-gothic/std-extra-light/
 * Copyright: Font software Copyright 1993, 1994, 2001 Adobe Systems Incorporated. Typeface designs Copyright 2005 International Typeface Corporation. All rights reserved.
 * Licensed pageviews: 250,000
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2696441
 * © 2013 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2924f9");
@font-face {
	font-family:'ITCAvantGardeStd-XLt';
	src: url('typo/2924F9_0_0.eot');
	src: url('typo/2924F9_0_0.eot?#iefix') format('embedded-opentype'),url('typo/2924F9_0_0.woff') format('woff'),url('typo/2924F9_0_0.ttf') format('truetype');
}

body {
	color:black;

}
#page {
	text-align: center;
	margin: 0px;

}
header {
}
section {
	display:inline-block;
	margin:auto;
	width:50%;
	border:solid 0px green;
	position:absolute;
	left:10%;
	top:10%;
	background-color:rgba(255,255,255,0.15);
	padding:3% 2%;
	overflow:hidden;
}

h4 {
	text-align:center;
	font-family:'ITCAvantGardeStd-XLt';
	font-size:2em;
	color:rgba(255,255,255,1);
	border: solid 0px red;
	margin:7%;
}
p {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:rgba(255,255,255,0.9);
	margin-top:3%;
	border:solid 0px orange;
}
input[type="text"] {
	display:block;
	border-radius:4px;
}

input[type="submit"] {
	border:solid 0px blue;

	padding: 8px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1;
	color:#444;
	border:none;
	text-shadow:0 1px 1px rgba (255,255,255,0.85);
	background-color:#fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
}
input[type="submit"]:hover, input[type="submit"]:focus {
	border:solid 0px blue;

	-webkit-animation: pulse 1.5s infinite ease-in-out;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 12px rgba(255,255,255,0.1);
	}
	50% {
		-webkit-box-shadow: 0 0 12px rgba(255,255,255,1);
	}
	100% {
		-webkit-box-shadow: 0 0 12px rgba(255,255,255,0.1);
	}
}
	
textarea {
	display:block;
	border-radius:4px;
	width:95%;
}
.erratum {
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:0.8em;
	border:solid 0px yellow;
	width:88%;
	padding:2%;
	margin-left:7%;
	background-color:rgba(255,255,255,0.7);
}
h5 {
	margin:2%;
	font-family:Arial, Helvetica, sans-serif;
	color:rgba(255,255,255,1);
	line-height:1.2;
}
h6 {
	padding:2%;
	border:solid 0px blue;
	background-color:rgba(255,255,255,0.7);
}
footer {
	display:inline-block;
	width:35%;
	position:absolute;
	right:0%;
	top:8%;
	
}
@media screen and (max-width:520px) {
section {
	position:relative;
	display:block;
	left:0%;
	margin-top:10%;
	padding:0%;
	width:88%;
	padding:2%;
	margin-left:7%;
	background-color:rgba(204,204,204,0.3);
	overflow:hidden;
}
footer {
	position:relative;
	display:block;
	width:100%;
	margin:O%;
	margin-top:10%;
}
