.adresse {
	font-size: 12px;
	color: #A52831;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

.text {
	font-size: 12px;
	color: #626262;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

.title {
	font-size: 20px;
	color: #657BA1;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
}

a:active {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
}	

a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
}	

a:link {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
}

a:visited {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
}

a.adresse:active {
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #A52831;
	font-family : Arial, Helvetica, sans-serif;
}	

a.adresse:hover {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #A52831;
	font-family : Arial, Helvetica, sans-serif;
}	

a.adresse:link {
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #A52831;
	font-family : Arial, Helvetica, sans-serif;
}

a.adresse:visited {
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
	color: #A52831;
	font-family : Arial, Helvetica, sans-serif;
}

a.copy:active {
	text-decoration: underline;
	font-size: 10px;
	color: #0000FF;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
}	

a.copy:hover {
	text-decoration: none;
	font-size: 10px;
	color: #0000FF;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
}	

a.copy:link {
	text-decoration: underline;
	font-size: 10px;
	color: #0000FF;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
}

a.copy:visited {
	text-decoration: underline;
	font-size: 10px;
	color: #0000FF;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
}
#xmas-popup {
  border: 1px solid #3d4246;
  width: 497px;
  height: 350px;
  background: #ffffff url('./bg-xmas-popup.jpg') left top no-repeat;
  font-size: 14px;
  color: #6a340c;
  position: absolute;
  top: 183px;
  left: 216px;
  z-index: 500;
}
  #xmas-popup p {
    margin-left: 188px;
    text-align: center;
    width: 300px;
    font-weight: bold;
    margin-top: 50px;
  }
  .adresse a {
    color: #A52831 !important;
    text-decoration: none;
  }
