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

body {
	width: 760px;
	background: none fixed;

	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #777777;
	scrollbar-shadow-color: #333333;
	scrollbar-darkshadow-color: #777777;
	scrollbar-track-color: #000000;
}

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

.conteneur {
	width: 100%;
	height: 100%;
	margin: 0px;
}

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

.principal {
	width: 659px;
	height: 100%;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 125px;
}

.sidebar {
	width: 120px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	border-right: 1px solid #333333;
	position: fixed;
	top: 0px;
	left: 0px;
}

.rightbar {
	width: 120px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	padding-left: 4px;
	border-left: 1px solid #333333;
	position: fixed;
	top: 0px;
	left: 660px;
}

.modules-bar {
	width: 115px;
	text-align: center;
	margin-bottom: 15px;
}

.titre {
	text-align: center;
	vertical-align: baseline;
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #000000;
	z-index: 80;
	position: fixed;
	top: 0px;
	left: 125px;
}

.sous-titre {
	padding-top: 20px;
}

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

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

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

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

a.rouge:link {
	color: red;
}

a.rouge:visited {
	color: red;
}

a.rouge:active {
	color: red;
}

a.gris:link {
	color: gray;
}

a.gris:visited {
	color: gray;
}

a.gris:active {
	color: gray;
}

a.noir:hover {
	color: black;
}

a img {
	border: none;
}

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

.minical, .minical-today, .minical-notthismonth {
	font-family: Trebuchet MS, Arial;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	height: 15px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #333333;
}
.minical-notthismonth {
	color: #333333;
	border: 1px solid #222222;
}
.minical-today {
	border: 1px solid #FFFFFF;
}
.minical:hover, .minical-today:hover {
	background-color: #374662;
}

.titreinput {
	padding-top: 4px;
}

form {
	margin: 0;
	padding: 0;
}

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; !display: normal; }

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; !display: normal; }

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

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

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; !width: 94px; }

.textinput_long {
	width: 200px;
	height: 19px;
	padding-top: 3px;
	text-align: left;
	background-image: url(http://www.nedra.fr/interface/cadres/texte-input_long.jpg);
}

.textinput_tres-long {
	width: 370px;
	height: 19px;
	padding-top: 3px;
	text-align: left;
	background-image: url(http://www.nedra.fr/interface/cadres/texte-input_tres-long.jpg);
}

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