/* 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;
	
}

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

/* PERSONNALISATION DES BALISES */


body
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
	font-family: Arial;
	background-color: rgb(238, 238, 238);
}

h1, h2, h3, h4, h5, h6
{
	margin: 5px;
	font-weight: bold;
}


h1 { text-align: center; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.2em; }

a
{
	font-weight: bold;
	/*color: rgb(255, 180, 0);*/
	color: rgb(100, 100, 100);
}

/* a:hover { color: rgb(255, 241, 212); } */
a:hover { text-decoration: underline; }

input[type="text"], input[type="password"], input[type="number"]
{
	font-size: 1.0rem;
	/*height: 25px;*/
	width: 250px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgb(128, 128, 128);
	margin-top: 5px;
	outline: none;
}

input[type="submit"], input[type="button"]
{
	height: 30px;
	min-width: 100px;
	margin: 5px;
	margin-bottom: 0px;
	-webkit-appearance: none;
	font-size: 0.9rem;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	background-image: none;
	border: solid rgb(0, 0, 0) 2px;
	border-radius: 5px;
	cursor: pointer;
}

.button-link
{
	display: inline-block;
	text-align: center;
	/*height: 30px;*/
	min-width: 100px;
	margin: 5px;
	margin-bottom: 0px;
	-webkit-appearance: none;
	padding: 7px;
	font-size: 0.9rem;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	background-image: none;
	border: solid rgb(0, 0, 0) 2px;
	border-radius: 5px;
	cursor: pointer;
}

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

.button-link:hover { text-decoration: none; }

textarea { font-size: 16px; }

#global
{
	/*max-width: 1000px; */
	margin: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.error { font-weight: bold; }

.error { color: #d1242e; }

.admin, .super-moderator, .moderator, .author, .reader, 
.accepted, .waiting, .rejected, .blocked, .deleted 
{ font-weight: bold; }

.admin { color: #d1242e; }
.super-moderator { color: rgb(255, 125, 0); }
.moderator { color: rgb(255, 180, 0); }
.author { color: rgb(68, 143, 233); }

.accepted { color: rgb(0, 200, 50); }
.waiting { color: rgb(255, 125, 0); }
.rejected { color: #d1242e; }
.blocked { color: #d1242e; }
.deleted { color: #d1242e; }

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

.avatar-set
{
	border-radius: 50%;
	border: 1px rgb(255, 255, 255) solid;
	box-shadow: 1px 2px 2px rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
}

.help
{
	display: inline-block;
	font-weight: normal;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	border-radius: 50%;
	font-size: 0.7em;
	padding: 1px;
	width: 12px;
	height: 12px;
	text-align: center;
	margin-left: 7px;
	position: relative;
	bottom: 2px;
}

.warning
{
	display: inline-block;
	font-weight: normal;
	color: rgb(255, 255, 255);
	background-color: #d1242e;
	border-radius: 50%;
	font-size: 0.7em;
	padding: 1px;
	width: 12px;
	height: 12px;
	text-align: center;
	margin-left: 7px;
	position: relative;
	bottom: 2px;
}