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: #000000;
	vertical-align: middle;
	border-width: 0px;
	padding: 0px;
}

@media all and (min-width: 0px) {
body input {
	margin-bottom: 5px;
}
}

span.search-box_right {
	background: url(http://www.nedra.fr/interface/searchbox/searchbox-right.gif) no-repeat top left;
	float: left;
	height: 19px;
	width: 9px;
}
body:first-of-type span.search-box_right { display: none; }

span.search-box_left {
	background: url(http://www.nedra.fr/interface/searchbox/searchbox-left.gif) no-repeat top left;
	float: left;
	height: 19px;
	width: 9px;
}
body:first-of-type span.search-box_left { display: none; }

span.newsletter-box input {
	background: url(http://www.nedra.fr/interface/searchbox/searchbox-middle.gif) repeat-x top left;
	float: left;
	border: 0;
	height: 19px;
	width: 94px;
	padding-top: 3px;
	color: #444444;
	text-align: center;
}
body:first-of-type span.newsletter-box input { width: 113px; }

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