body {
	margin: 0;
	background-color: black;
	font: 14px arial;
	color: white;
}

#main {
	margin: 20px auto 20px auto;
	width: 1000px;
	border: solid 1px;
	border-color: gray;
	background-repeat: repeat-y;
	background-image: url(../img/footerbg.png);
}

#map_canvas {
	height: 480px;
	width: 800px;
	margin: 10px auto 20px auto;
	font: 14px arial;
	color: black;
}

#map_canvas a:link {
	color: blue;
	text-decoration: underline;
}

#map_canvas a:visited {
	color: blue;
	text-decoration: underline;
}

#map_canvas a:hover {
	color: blue;
	text-decoration: underline;
}

#main a:link {
	color: white;
	text-decoration: underline;
}

#main a:visited {
	color: white;
	text-decoration: underline;
}

#main a:hover {
	color: white;
	text-decoration: underline;
}

#title {
	margin: 0;
	padding: 0;
	background-image: url(../img/logo_4.png);
	height: 128px;
	text-align: right;
}

#title p {
	padding-right: 30px;
	padding-top: 16px;
}

#menu {
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../img/menubg.png);
	height: 32px;
}

#menu a img {
	border: 0;
	color: #000000;
	text-decoration: none;
}

#content {
	padding: 10px;
}

#welcome {
	text-align: justify;
	width: 700px;
	height: 450px;
	margin-left: 260px;
	font: 14px arial;
	color: white;
}

#welcome_footer {
	width: 960px;
	font: 12px arial;
	color: white;
	text-align: right;
}

#content table a:link {
	color: white;
	text-decoration: underline
}

#content table a:visited {
	color: white;
	text-decoration: underline
}

#content table a:hover {
	color: white;
	text-decoration: underline
}

#content table img {
	padding: 1px;
}

#content table td.map {
	text-align: left;
	padding: 20px 0 20px 20px;
	vertical-align: top;
}

#content table td.centres {
	margin: 0;
	padding-top: 0px;
	text-align: center;
	vertical-align: top;
	width: 160px;
}	

#content table td.tarifs {
	margin: 0;
	padding-top: 0px;
	vertical-align: top;
}	

#content table td.separator {
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 10px;
}

#content table.center {
	margin-left: auto;
	margin-right: auto;
	padding-left: 80px;
	padding-right: 80px;
	text-align: justify;
}

#content table.welcome {
	width: 100%;
	border-style: solid;
	border-width: 0px;
	border-color: white;
}

#content table.comment {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#content table.horaires {
	width: 760px;
	border-color: grey;
	border-style: solid;
	border-width: 1px;
	font: 14px arial;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	border-spacing: 0;
	border-collapse: collapse;
}

#content table.horaires td.submit {
	text-align: right;
}

#content table.horaires td.search {
	padding: 8px 4px 8px 4px;
	text-align: center;
}

#content table.horaires td {
	padding: 4px 4px 4px 4px;
//	width: 140px;
}

#content table.horaires th {
	padding: 4px;
	background-color: #7e3f00;
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 1px;
}

#content table.horaires th.fixed_width {
	width: 100px;
}

#content table.horaires td.result {
	border-color: gray;
	border-style: solid;
	border-width: 1px;
}

#content table.stages th {
	text-align: left;
}

#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
	margin-left: 94px;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#sddm li a
{
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}

div.admin {
	border: 1px solid;
	width: 800px;
	margin: 8px auto 8px auto;
}

div.admin table {
	border-collapse: collapse;
}

div.admin td {
	padding: 2px;
}
