

@font-face {
    font-family: 'courier_newregular';
    src: url('./fonts/cour-webfont.eot');
    src: url('./fonts/cour-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/cour-webfont.woff') format('woff'),
         url('./fonts/cour-webfont.ttf') format('truetype'),
         url('./fonts/cour-webfont.svg#courier_newregular') format('svg');
    font-weight: normal;
    font-style: normal;

}









#lin:hover{
	
	cursor:pointer;
}


A.link:active   {color:white; text-decoration:none;}
A.link:hover     {color:white; text-decoration:none;} 
A.link:visited {color:white; text-decoration:none;} 
A.link{color:white; text-decoration:none;} 

A.souslink:active   {color:#009999; text-decoration:none;}
A.souslink:hover     {color:#009999; text-decoration:none;} 
A.souslink:visited {color:#009999; text-decoration:none;} 
A.souslink{color:#009999; text-decoration:none;} 

A.lin   {color:black; text-decoration:none;}
A.lin:active   {color:black; text-decoration:none;}
A.lin:hover     {color:white; text-decoration:none;} 
A.lin:visited { text-decoration:none;} 
A.lin{color:black; text-decoration:none;} 

#link,#link2{
padding-right:5px ; 
color:white; 
background-color:#009999;



}







body{ 

margin:0px; padding:0; height:100%;

font-family: courier_newregular;
font-size:16px;

}

html{
	margin:0px;
	padding:0; 
	height:100%; 

	background: url(./img/ray_01div2.png) repeat;
	background-color:#DEC9E3;

}

html,body{ margin:0; padding:0; height:100%; }

#full-size{
  min-height:100%;
  width:670px;
  background-color:#DEC9E3;
  margin : auto; 
  overflow:hidden; 
  font-family: courier_newregular;
	font-size:16px;/* or overflow:auto; if you want scrollbars */
}
#piedpage {
		position: absolute;
		bottom: 0px; left: 0px;
		width: 100%;
		background-color:black;
			/* pour que le bloc prenne toute la largeur du bloc de référence
			   Note : le bloc de référence est le plus proche ancêtre positionné
			   en relatif ou en absolu */
		height: 3em;
	}
	
	
.pong,.thegame{

	color:purple;
	

}
