/*
	plr-vernayaz.ch - (c) 2008 Simon Jacquier
*/

body {
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #fff url(images/fond.gif) repeat-x center top;
	min-width: 800px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: transparent url(images/plr-vernayaz.gif) no-repeat center top;
}

#milieu {
	margin: 0 auto;
	padding-top: 260px;
	width: 800px;
	background-color: transparent;
	position: relative;
}

#menu {
	position: absolute;
	top: 164px;
	right: 48px;
	background-color: transparent;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

#menu a, #menu a:visited, #menu-pied a, #menu-pied a:visited {
	color: #000;
	text-decoration: none;
}

#menu a:hover, #menu a:active, #menu-pied a:hover, #menu-pied a:active {
	color: #0E3E82;
}

#home-link {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
}

h2 {
	margin: 0;
	padding-bottom: 30px;
	font-size: 26px;
	color: #0E3E82;
	text-align: right;
}

h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 20px;
	color: #0E3E82;
}

#texte {
	margin: 0;
	padding: 0 30px 30px 30px;
	text-align: justify;
	line-height: 1.4em;
	background: url(images/pied.gif) no-repeat center bottom;
}

ul {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}

ul li {
	margin: 0;
	padding: 5px 0 5px 45px;
	background: url(images/fleche.gif) no-repeat 25px 8px;
}

ul.jmg li {
	margin: 0;
	padding: 5px 0 5px 420px;
	background: url(images/fleche.gif) no-repeat 400px 8px;
}

p {
	margin: 0;
	padding: 5px 0;
}

a, a:visited {
	color: #0E3E82;
	background-color: transparent;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}