
.main {
    background:darkslategray;
	margin:0;
width:100%;
font-size:14px;
  }

.enveloppe {
background:#FFFFFF;
margin-top:10px;
margin-bottom:10px;
width:800px;
margin-left:auto;
font-family:'Cantarell',arial,serif;
margin-right:auto;


text-align:justify;
border-radius:10px;
border-style:solid;
border-width:1px;
border-color:lightGrey;


  }

.content {
padding:0px 30px 30px 30px;

}

.subtitle {
font-size:1.3em;
color:Grey;
margin-top:20px;
margin-bottom:15px;
letter-spacing:2px;

}

.title {
background-color:Grey;
width:760px;
border-width:20px;
border-color:deeppink;
font-family: 'Jura', arial, serif;
padding: 20px;
padding-bottom:30px;
padding-top:30px;
color:lightgrey;
font-size:16px;
letter-spacing:1px;
border-radius:10px 10px 0px 0px;
border-style: none none solid;

}

.name {
font-size:2em;
font-weight:normal;
color: white;
font-family: 'Jura', arial, serif;
letter-spacing:3px;

}

.field {
width:200px;
float:left;
}

.address {
font-size:0.8em;
text-align:center;
margin:0px;
margin-top:10px;
color:white;
background:grey;
border-radius:0px 0px 10px 10px;
padding:10px;
}

.map {

margin-left:55px;
border-style:solid;
border-width:1px;
border-color:DarkSlateGray;
}

.resultItemLine {
display:block;

}
