/* INITIALISATION */

body, header, nav, section, iframe, footer, p, 
ul, ol, li, 
table, tr, th, td, 
h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

iframe { border: none; }

a
{
	text-decoration: none;
	outline: none;
}

/* PERSONNALISATION DES BALISES */

body
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	font-family: Arial;
}

h1, h2, h3, h4, h5, h6 { margin: 5px; }
h1 { text-align: center; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

a { font-weight: bold; }

input[type="text"], input[type="password"]
{
	box-sizing: content-box;
	height: 20px;
	width: 250px;
	padding: 5px;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 1.0rem;
	outline: none;
}

textarea
{
	min-width: 250px;
	padding: 5px;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 1.0em;
	outline: none;
}

select
{
	font-size: 1.0rem;
	padding: 3px;
	margin: 5px;
	margin-left: 10px;
	border-radius: 5px;
}

/* FORMATTAGE TEXTE */

.alert 
{ 
	font-weight: bold; 
	text-align: center; 
	color: rgb(255, 75, 0); 
}

.error { color: rgb(255, 75, 0); }
.info { color: rgb(0, 255, 0); }

/* DIVERS */

.wall
{
	height: 100%;
	width: 0px;
	display: inline-block;
	vertical-align: middle;
}

#captcha
{
	padding: 5px;
	border-radius: 5px;
	margin-top: 5px;
	outline: none;
}

#captcha:focus { outline: none; }
