/* <![CDATA[ */
* {
	font-family: sans-serif;
/*	margin: 0; */
	font-size: 10pt;
}

ul {
	list-style-type: circle;
	padding: 3px;
	margin-left: 15px;
	line-height: 20px;
}

li {
}

/* Normal Text HyperLinks */
a:link 		{text-decoration:underline; color:#CF0C0F;} 
a:visited 	{text-decoration:underline; color:#CF0C0F;}
a:hover 	{text-decoration:none;color: #555555;}
a:active 	{text-decoration:underline; color:#CF0C0F;}

body {
	background-color: #FA3435;
	background-image: url(design/bg2L.jpg);
	margin: 0;
}

#map1 {width:100%;}

#biketrip_top {
	background-color: black;
	padding-left: 96px;
	margin: 0;
	height: 50px;
}

#biketrip_logobottom {
	padding-left: 70px;
}

#biketrip_left {
	float: left;
}
#biketrip_right {
	float: right;
}

#biketrip_center, #biketrip_centerbox {
	min-height: 559px;
}

#biketrip_center {
	background-color: lightgrey;
	margin-left: 56px;
	margin-right: 56px;
	padding-bottom: 20px;
}

#biketrip_centerbox {
	background-color: white;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#biketrip_header {
	background-image: url(design/mount1.jpg);
}

#biketrip_menu {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	background-image: url(design/btn.jpg);
	background-repeat: repeat-x;
	height: 29px;
}

a.btn, a.btn-on {
	font-size: 0.8em;
	color: white;
	line-height: 25px;
	height: 29px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px 10px 8px 10px;
	text-decoration: none;
}

.btn-on {
	background-image: url(design/btn-on.jpg);
	background-repeat: repeat-x;
	padding: 3px 10px 8px 10px;
	color:white;
}

.btn:link {text-decoration: none; color:white;}
.btn:visited {text-decoration: none; color:white;}
.btn:hover {text-decoration: underline; color:white;}
.btn:active {text-decoration: underline; color:white;}


#content {
	padding-top: 20px;
}

.title {
	background-image: url(design/titre.jpg);
	line-height: 34px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}

#footer {
	padding: 10px 0 20px 0;
	text-align: center;
}

.stdcontent {
	border: 1px solid red;
	padding: 10px;
}

a.ion {
	color:#000;
	text-decoration:none;
}
a.ion:hover {
	text-decoration:underline;
}
/* ]]> */
