body {
	background: #333;
	background-image:url(streifen.jpg); 
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position: top left;
	color: #eee;
	font-family: Verdana,Arial, sans-serif;
	margin: 0;
	padding: 140px 5% 0 0;
}

div#header {
  position:absolute;
  top:0;
  left:120px;
  width:500%;
  height:90px;
/*	border: solid 1px #fc6;		*/
	border-bottom: solid 1px #fc6;		
/*	border-top: 0;			*/
	background:#666;
}

div#right {
  float:right;
  margin-left:120px;
  text-align:´right;
}

 @media screen{
  body>div#header{
   position:fixed;
  }


 * html body{
  overflow:hidden;}
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }



/* ------------------ */


div#content { 
	margin:0px 10px 10px 190px;
	}


h1 {
	font-style: normal;
	font-family.'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: 0.1em; 
	text-align:left;
	color:#f90;
	text-transform:uppercase;
	margin: 40px 0 0px 70px;
}




p { text-align: justify; font-size:0.85em; line-height:1.5em; }
#groupe { font-size:0.8em; margin-top:2.5em;}


.avenir { width: 92px; height: 139px; margin-bottom:20px;border:1px solid #f90;  padding:5px; text-align: center;}

a { color: #fc6; }
a img { border: none; text-decoration: none; }
a:visited { color: #9a8; }
a:hover { color: #f90; }


.credit {
	background: #90a090;
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
}

.credit a:link, .credit a:hover { text-decoration:none; }
