html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body, tr, td, form {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.superposition {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 90;
	top: 0px;
	left: 0px;
	visibility: visible;
	filter: alpha(opacity=95); /*IE*/
	-moz-opacity: 0.95; /*Mozilla*/
	opacity: 0.95; /*CSS3*/
	-khtml-opacity: 0.95; /*Safari*/
}

a:link {
	color: red;
	text-decoration: none;
}

a:visited {
	color: red;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
	color: red;
	text-decoration: none;
}

a.gris:link {
	color: gray;
	text-decoration: none;
}

a.gris:visited {
	color: gray;
	text-decoration: none;
}

a.gris:hover {
	color: white;
	text-decoration: none;
}

a.gris:active {
	color: gray;
	text-decoration: none;
}

img.pastille-png {
	width: 20px;
	height: 20px;
	border: none;
	vertical-align: middle;
}

.titreinput {
	padding-top: 4px;
}

input {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	vertical-align: middle;
	border: 0;
	padding: 0;
}

ul {
	list-style-image: url("../interface/images/mini-pastilles/pastilles/symbole_listes.jpg");
	list-style-position: outside;
	margin: 0px;
	padding-left: 18px;
}

/* SEARCHBOX COURTE (SIDEBARS)
-------------------------------------------------------- */
span.bars input {
	width: 117px;
	text-align: center;
}


/* SEARCHBOX LONGUE
-------------------------------------------------------- */
span.search-boxLong input {
	width: 234px;
	text-align: left;
}
