body {
    background-image: url("../img/map3.jpg");
	background-repeat: no-repeat;
/* 	background-position: top center; */
    background-color: #753317; 
    font-family: arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #FFFFFF;
	height: 100%;
}
  
.container {
    padding: 1.5em;
    background-color: #753317;
	opacity: 0.95;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	text-align: center;
}

.text {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 20em;
}

h1{
	font-family: arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
/* 	color:#77DD33; */

}

h2{
	font-family: arial;
	font-size: 10pt;
	font-style: normal;
/* 	font-weight: lighter; */
/* color:#77DD33; */
}

.highlight {
/*     color:#77DD33; */
}

p{

	font-family: arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;

}

a {
    border: none;
}


a:link {
    color:#FFFFFF;
/* 	text-decoration: none; */
    font-weight: bold;
	cursor: hand;
	border: none;
}

a:visited {
    color:#FFFFFF;
/* 	text-decoration: none; */
	cursor: hand;
}

a:hover {
    color:#FFFFFF;
	text-decoration:underline;
    font-weight: bold;
	cursor: hand;
}


a img {
   border: none;
}

.annonce {
  width: 250px;
  border: 1px solid #EEEEEE;
  background-color: #A49075;
  padding-left: 1em;
  padding-right: 1em;
/*   background-image: url("../img/bg.jpg"); */
/*   background-repeat: repeat; */
}

.annonce p, .annonce h{
  font-family: monospace;
}
