/* Index */
#welcome_message, #rules {
  margin-bottom: 10px;
  font-size: 140%;	
}
#welcome_message ul, #rules ul {
  list-style-type: disc;
	margin-left: 25px;
}
#welcome_message ol, #rules ol {
  list-style-type: decimal;
	margin-left: 30px;
}

/* location */
#location {
    margin-bottom: 20px;
	padding: 10px;
    width: 960px;
	background: url('../../img/bg.gif') top left repeat;
}
#map {
    width: 960px;
	height: 500px;
}
#places {
    margin-top: 20px;
}
#places li {
    margin-bottom: 8px;
    min-height: 40px;
  	border-bottom: 1px solid #F2F2F2;
  	background: url('../../img/infos/map.png') 5px 0 no-repeat #FFF;
}
#places h3 {
    margin-left: 50px;
  	line-height: 32px;
}
#places li span {
    float: right;
	  font-size: 110%;
	  color: #CCC;
	  line-height: 32px;
	  text-transform: uppercase;
}

/* Contact */
#contact {
    clear: left;
}
#contact input {
    width: 700px;
}
#contact textarea {
    width: 880px;
}
