body, html, div, p
{
	background: none;
	margin: 0;
	padding: 0;
}

body
{
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
}

p
{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

#content
{
	width: 100%;
	/*height: défini par JS*/
	/*padding: défini par JS*/
}

#footer
{
	display: block;
	width: 100%;
	/*height: défini par JS*/
	/*padding: défini par JS*/
	/*font-size: défini par JS*/
	text-align: center;
	color: #7f7f7f;
}

#logo, #sublogo, #text
{
	background-position: center center;
	background-size: contain !important;
	background-repeat: no-repeat;
	position: absolute;
}
#logo
{
	background-image: url('img/logo.jpg');
}
#sublogo
{
	background-image: url('img/sublogo.jpg');
}

/* ANTISPAM PAGE 1*/

#text1
{
	height: 100%;
	width: 100%;
}
#text1 p
{
	text-align: center;
}
#text1 a
{
	cursor: pointer;
	color: #EB2F06;
	text-decoration: underline;
}

/* ANTISPAM PAGE 2*/

#antispam
{
	height: 100%;
	width: 100%;
	display: none;
}
#antispam p
{
	text-align: center;
}
#antispamkeywrapper
{
	width: 50%;
	border: 1px solid black;
	overflow: auto;
}
#antispamkey
{
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#antispambuttons span
{
	border: 1px solid #EB2F06;
	cursor: pointer;
	display: inline-block;
}
#antispambuttons span:hover
{
	background: #FFFAF8;
}
#antispambuttons
{
	text-align: center !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#antispamcode
{
	display: none;
}

/* ANTISPAM PAGE 3 (erreur) */

#text2
{
	height: 100%;
	width: 100%;
	display: none;
}
#text2 p
{
	text-align: center;
	color: #EB2F06;
}

/* ANTISPAM PAGE 4 (success) */

#text3
{
	height: 100%;
	width: 100%;
	display: none;
}
#text3 p
{
	text-align: center;
	color: #7F7F7F;
}