div,p,ul,li,img,textarea,input,select,label,fieldset,legend {
	display:block;
}
span,a,h1,h2,h3,h4,h5 {
	display:inline;
}
*.hide {
	display:none;
}
*.inline {
	display:inline;
}
*.block {
	display:block;
}
	h1,h2,h3,h4,h5 {
		width:inherit;
	}
		h3.titre {
			font-size:1.5em; text-indent:1em;
			display:block; font-weight:100;
		}
	ul {
		list-style-type:none;
	}
		ul.H li {
			display:inline; position:relative;
		}
	label {
		/*width:inherit;*/ /*padding:0.5em 1em;*/
	}
		label.stat {
			float:left; width:auto;
		}
		fieldset {
			float:left; margin:1em 0; width:auto;
		}
			fieldset > label {
				padding:0.5em 1em;
			}
		legend {
			font-style:italic; border:1px solid silver;
			border-left:0; border-right:0;
			width:inherit !important;
		}
		input[name=Envoyer] {
			margin:1em;
		}
		input[type=radio], input[type=checkbox] {
			float:left; display:inline;
			clear:left; margin-right:1em;
			height:13px; width:13px;
		}
		a.erase {
			padding:0 1em; float:right; width:auto;
		}
			label.erase {
				padding-left:1em; background-color:#404040;
				float:left; width:auto;
			}
			*.cErase {
				background-color:#610e0e;
			}
			*.cMove {
				background-color:#0a4a0d;
			}
			span.erase {
				width:inherit; background-color:#404040;
			}
		input[type=file] {
			width:150px;
		}
	.corner {
		border:0;
	}
	.cornerL {
		float:left; width:auto;
	}
	.cornerR {
		float:right; width:auto;
	}
	.inheritHeight {
		height:inherit !important;
	}
	.inheritWidth {
		width:inherit !important;
	}
	.cleared {
		clear:right !important;
	}
	.nofloat {
		float:none !important; width: auto;
	}
	.float {
		float:left; width: auto;
	}
	*.fright {
		float:right !important; width: auto;
	}
	.W100 {
		width:100px !important;
	}
	.W200 {
		width:200px !important;
	}
	.W250 {
		width:250px !important;
	}
	.W300 {
		width:300px !important;
	}
	.W400 {
		width:400px !important;
	}
	.W450 {
		width:450px !important;
	}
	.W500 {
		width:500px !important;
	}
	.W550 {
		width:550px !important;
	}
	.W600 {
		width:600px !important;
	}
	.W700 {
		width:700px !important;
	}
	.W850 {
		width:850px !important;
	}
	.autoW {
		width:auto;
	}
	.H100 {
		height:100px !important;
	}
	.H200 {
		height:200px !important;
	}
	.H300 {
		height:300px !important;
	}
	.H400 {
		height:400px !important;
	}
	.H500 {
		height:500px !important;
	}
	.H600 {
		height:600px !important;
	}
	.H700 {
		height:700px !important;
	}
	.H850 {
		height:850px !important;
	}
	.autoH {
		height:auto;
	}
	.autoAlignH {
		margin:0 auto;
	}
	input,textarea,option,select,file {
		color:white; background-color:#474747;
	}
	textarea {
		width:inherit; overflow:auto;
	}
	#access {
		margin:3em auto; width:200px;
	}
	h5.errors {
		font-size:0.9em; color:red;
		display:block;
	}
	.enhance {
		font-weight:900;
	}
	a[rel='action'] {
		border:1px solid silver; border-left:5px solid silver;
	}
		a[rel='action']:hover {
			background-color:silver; color:black;
		}
	a[rel=profil] {
		float:left; display:inline; height:50px; width:auto;
	}
	p {
		overflow:auto; letter-spacing:0.08em;
	}
	*.hover {
		display:none; position:absolute;
	}
	*:hover > *.hover, *.hover:hover  {
		display:inline;
	}
	span.stats.admin {
		width:200px; height:auto;
		border:2px solid #050505; border-left:double;
		margin-left:150px; color:black;
		background-color:#ccc; padding:0.2em;
	}
	span.num {
		color:#3350ff; margin-left:1em;
	}