/* Empty-------------------------------------------------------- */

body { }

html, body { }

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, input, textarea	{ }
p, h1, h2, h3, h4, h5, h6, input, textarea{ }
input, textarea, select { }

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}

p {}

form {}



/* Liens généraux -------------------------------------------------------- */

a, a:visited, a:active, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



/* Utilitaires-------------------------------------------------------- */

* { outline:none; }

img {
	border:none;
}

body {
	margin:0px;
	padding:0px;
}

html, body {
  margin: 0;
  padding: 0;
}

.cache {
	display: none;
}

hr.cheat {
	clear: both;
	visibility: hidden;
	margin:0;
	padding:0;
	height: 1px;
	display:block;
}

hr.space {
	clear: both;
	visibility: hidden;
	margin:0;
	padding:0;
	height: 1px;
	margin-top:35px;
	display:block;
	overflow:auto;
}

div.spacer {
	clear: both;
	visibility: hidden;
	margin:0;
	padding:0;
	height: 1px;
	margin-top:5px;
	display:block;
	 overflow:auto;
}
div.hr {
	clear: both;
	visibility: hidden;
	margin:0;
	padding:0;
	height: 1px;
	display:block;
	width:95%;
	
}

.lh18 { line-height:18px; }

img.cheat {
	visibility: hidden;
}

.cheat {
	visibility: hidden;
}


.clear {
	clear : both;
}

.bold {
	font-weight : bold;
}

.center{
	text-align:center;
}

.uppercase {
	text-transform: uppercase;
}

.imgNoBorder{
	border: 0;
}

.imgNoBorder img{
	border: 0;
}

.alert {
	color: #cc0000;
}


.hide {
	display: none;
}





/* Divers -------------------------------------------------------- */
.alert {
	color: #fe0000;
}
.asterix {
	color: #e26a00;
}

