html {
    margin: 0px;
	padding: 0px;	
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000040;
}
#container {
	width: 970px;
   height: 3180px;
	position: absolute;
	left: -90px;
	top: 0px;
	margin-left: 100px;
	background-color: #F5DEB3;
	border: thick outset #FFD700;
}
#titre {
	width: 600px;
	height: 40px;
	position: absolute;
	left: 230px;
	top: 10px;
	font: normal normal bold 30px Monotype Corsiva;
	text-align: center;
	border: medium double Black;
}
#titre p {
	margin-top: 0px;	
}
#commentaire {
	width: 600px;
	height: 40px;
	position: absolute;
	left: 230px;
	top: 60px;
	font: normal normal 12px Verdana;
	text-align: justify;
}
#logo {
	width: 135px;
	height: 100px;
	position: absolute;
	left: 15px;
	top: 15px;
	border: none;
	background: transparent url(../images/logo.jpg) no-repeat 0px 0px;	
}
#accueil input {
	width: 82px;
	height: 25px;
	position: absolute;
	left: 22px;
	top: 130px;
}
#liste {
	font: 13px Verdana;
}
#dates {
	position: absolute;
	left: 0px;
	top: 190px;
}
#dates ul {
	list-style-type: disc;
}
#randos {
	position: absolute;
	left: 140px;
	top: 190px;
	margin-left: 32px;
}
#randos ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 0px;
}
#raquettes {	
	position: absolute;
	left: 730px;
	top: 190px;
}
#raquettes ul {
	list-style-type: disc;
}
#cartes {
	position: absolute;
	left: 850px;
	top: 190px;	
}
#cartes ul {
	list-style-type: disc;
}
#valid {
	position: absolute;
	left: 10px;
	top: 910px;
}
.boldred {
	font-weight: bold;
	color: Red;
}
.bold {
	font-weight: bold;
}
.w3c {
   border: none;
}
.red {
	color: Red;
}
.a2010 {
	background-color: #FFD700;
	padding-left: 0px;
}
