/* --- GEDICHT Lavendel Rode Pepers--- */ 
 
/* Page */ 
h1,h2,img,br,p, div{padding:0;margin:0;}
html { 
  font-size: 100%;  
} 

#content{ 
    margin-left:0px; 
    margin-right:auto; 
    width:600px;
    border-left: 2px blue;
    }
    
#dingbats {
	position:absolute;
	top:90px;
	left:245px;	
	width:1em;
	font-size:14pt;
} 

@font-face {
    font-family: whiskyjazzbeta;
    src: url("http://ospublish.constantvzw.org/atfont-face/whiskyjazzbeta.ttf");
}



body { 
  margin-left: 270px; 
  margin-top: 30px; 
  padding: 1em; 
  font-family: "whiskyjazzbeta", URW Gothic L, Calibri, Geneva, sans;  
  letter-spacing : 0.01em;
  font-size: 1.3em;  
  line-height: 1.6; 
  color: black; 
  background: white; 
} 
 
.title {
   font-size: .6em;
   margin-bottom: 15px;
   margin-left: -60px; 
   }
   
.retrait {
   margin-left:380px;
   }
   
.copy {
	border-top-width: 1px;
	border-top-style: dotted;
    margin-top: 250px; 
	font-size: .5em;
   }

/* Paragraphes */ 
p { 
  
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 


/* Titres */ 

h1 { 
  
} 
 
/* Liens */ 
a { 
  text-decoration: underline; 
} 
a:link { 
  color:#ff0066 ; font-weight:normal ;
} 
a:visited { 
  color:#ff9933 ; text-decoration:none ; 
} 
a:hover, a:focus, a:active { 
  color:#ff3366; text-decoration:underline ;  
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 


