/* conteneurs de la page */
#global { /*le conteneur global du site, qui sera centré */
position: relative; /* on positionne le conteneur */
width: 500px;
height: 400px;
margin-left: auto;
margin-right: auto;
text-align: left; /* on rétablit l'alignement du texte*/
}

/* conteneurs de la page */
#pampa {
float: left;
width: 213px;
height: 400px;
top: 0px;
left: 0px;
background: url(images/pampa.gif) no-repeat top center;
}
#titre {
float: left;
width: 287px;
height: 24px;
top: 0px;
left: 213px;
background: url(images/titre.gif) no-repeat top center;
}
#contenu {
float: left;
width: 266px;
height: 295px;
top: 24px;
left: 213px;
overflow: auto;
background: url(images/contenu.gif) repeat-y top center;
}
#droite {
float: left;
width: 21px;
height: 295px;
top: 24px;
left: 479px;
background: url(images/droite.gif) no-repeat top center;
}
#menu {
float: left;
width: 287px;
height: 81px;
top: 319px;
left: 213px;
background: url(images/menu.gif) no-repeat top center;
text-align: center;
vertical-align: bottom;
}

.needles {
position: relative;
float: left;
width: 61px;
height: 47px;
top: 20px;
left: 35px;
text-align: center;
}

.walk {
position: relative;
float: left;
width: 36px;
height: 46px;
top: 106px;
left: 118px;
text-align: center;
}
/* fin des conteneurs */

/* 475C7B */
body{
	font-family: Verdana;
	font-size: 11px;
	color: #224B00;
  margin: 0; /* pour éviter les marges */
  padding: 0;
  background-color: #F1D594;
}
p {
	margin-top: 0;
	padding-top: 0;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	font-decoration: none;
	margin: 0;
  margin-bottom: 7px;
	padding: 0;
  text-align: right;
  border-bottom: 1px dotted #224B00;
}

h4 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #224B00;
  border-bottom: 1px dotted #99AB4F;
}

table {
	border: none;
}

select, input, textarea, select {
	margin: 1px;
	border: solid 1px #99AB4F;
	font-family: Verdana;
	font-size: 10px;
	color: #224B00;
  background-color: transparent; 
}

option {
	margin: 1px;
	font-family: Verdana;
	font-size: 10px;
	color: #224B00;
  background-color: #F1D594; 
}

ul {
	margin-top: 0;
	padding-top: 0;
}
.menuSpacer {
	border-bottom: 1px dotted #FFEEDD;
	margin-bottom: 0px;
}

#contenu a:link {
 	color: #224B00;
 	text-decoration: none;
 	border-bottom: 1px dotted #99AB4F;
}

#contenu a:visited {
 	color: #224B00;
 	text-decoration: none;
 	border-bottom: 1px dotted #99AB4F;
}

#contenu a:hover {
/*	background-color: #FFFFFF;*/
	color: #99AB4F;
	text-decoration: none;
	border-bottom: 1px solid #99AB4F;
}