@charset "UTF-8";
/* CSS Document */

a:link {
	
	cursor:url(images/Curseur.png) , default; 
	color: #999999;
	text-decoration:none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;          }

		 	
a:hover {
	
	color:#A8CB2D;                }
	
	h1 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;             }
	
	#header {
		
	position: relative;
	width:980px;
	margin-top:280px;  
	 

	         }
	
	
	#content {
		
	margin-top: 240px;
	 

	         }
			 
