body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EB8A4A;
}

a:link, a:visited, a:active { color: #999; text-decoration: none; }
a:hover {
	text-decoration: underline;
	color: #FF9900;
}

#thebox {
	width: 60em;
	background-color: white;
	color: #666;
	border: 1px black solid;
	margin: 20px auto 0px auto;
	padding: 0px 20px 0 20px
}

#logo { 
	text-align: center;
	width: 113px;
	margin: 0px 5px 30px -10px;
	padding: 10px 10px 5px 10px;
	background-color: white;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

#nav {
	width: 555px;
	margin: -65px 0px 50px 100px;
	padding: 0px 0px 0px 0px;
	color: #999;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#nav li { list-style: none; display: inline; margin-right: 20px; }
#nav li a.current { background-color:#FF9900; color: white; }

#nav a {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	padding:5px;
}

#nav a:hover { background-color:#FF9900; color: white; }

#content {
	color: #666;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	font-size: 12px;
}

#content h1 { font-size: 12px; }
#content h1 a:link, a:visited, a:active {
	color: #FF9900;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	font-weight: normal;
}
#content h1 a:hover {
	text-decoration: underline;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	color: #FF9900;
}

#content h2 { 
font-size: 12px;
letter-spacing: 3px;
text-transform: uppercase;
background-color: #CC9966;
padding:4px;
color:white;
}

#foot {
margin-top:30px;
text-align: center;
color: #696969;
font-weight: bold;
}

#foot a { color:white }

div.marche-index { margin-bottom:10px }
div.publication-index span.titre { color: #FF9900; font-weight: bold;}
div.marche-index a:link, div.marche-index a:visited { color:black }
div.marche-index a:hover { text-decoration: underline; color: #FF9900 }
table.marche-show tr td { padding:3px }
table.marche-show tr td p:first-child { margin:0 }
table.marche-show tr { vertical-align: top;}
table.marche-show tr td { width:550px }
table.marche-show tr td:first-child { width:20%; font-weight:bold; text-align: right; background-color:#FFD886; }
table.marche-show tr * td:first-child { width:auto; font-weight:normal; text-align: left; background-color:white; }
div.back-link { text-align: right }
div.back-link a { color: #FF9900 }
div.publication-index { margin-bottom:20px }
p.pr-sect { color:#FF9900; font-weight: bold }
hr { border:none; border-top:1px solid #D7AD83; height: 1px }
div#warn-notice { border:1px solid black; padding:10px; font-size:8pt; margin-bottom:10px; color:red }