body {
	background-color: #49241A;
	color:#fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em;
}


h1 {
	background-color:#653221;
	display:block;
	font-size:1.15em;
	font-weight:normal;
	padding:5px 15px;
	text-transform: uppercase;
}
h2 {
	background-color:#804000;
	font-size:1em;
	font-weight:normal;
	padding:5px 10px;
}
a {
	color:#fff;
}
a:hover {
	color:#fff;
}
a.center {
	display:block;
	text-align:center;
	font-size:.85em;
	padding:1em;
}

p {
	text-align:justify;
	font-size:.8em;
}
p.ski-description {
	margin-bottom:2em;
}
p.ski-description strong{
	display:block;
	margin-bottom:10px;
}
p.ski-description span.size{
	display:block;
	clear:both;
}
p.ski-description a{
	margin-top:-25px;
	float:right
}
a[rel='external']:after {
content: "\0000a0[\2197]"; 
}

img.materiel {
	margin-right:20px;
	margin-bottom:10px;
	float:left;
}
ul {
	text-align:justify;
	font-size:.8em;
	list-style:circle;
}

#global {
	margin:auto;
	width:800px;
}

ul#links {
	font-size:.7em;
	text-align:center;
	padding-bottom:25px;
}
ul#links li{
	float:left;
	display:block;
	margin-left:15px;
}



table {
border: thin solid #fff;
border-collapse: collapse;
font-size:.8em;
}
table.none, table.none td, table.none th{
	border:none;
}
thead {
font-weight:bold;
}
th {
border: thin solid #fff;
padding: 5px;
}
td {
border: thin solid #fff;
padding: 5px;
text-align: center;
}
td.left {
text-align: left;
}
td.special{
color:#ff0;
}