body {background-image: url(images/bg.jpg);
	 background-repeat: repeat-y;
	 background-color: #000000;
	 background-position:left;
	 font-family: verdana; 
     color: #ca8282;
	 font-size: 11px;
	 cursor: default;
	 text-align: left;
	 letter-spacing: 0px;}
	 
A:link {color: #b0716e; 
	 cursor: crosshair;
	 text-decoration: none;}
A:visited {color: #f78681;
	 cursor: crosshair;
	 text-decoration: none;}
A:active {color: #b0716e;  
	 cursor: crosshair;
	 text-decoration: none;}
A:hover {color: #8f524f; 
	 height:0; 
     font-size : 12px;	 
	 border: 0px;
	 cursor: crosshair;}

#menu {position:absolute;
	 top:240px; left:370px; width:395px;
	 font-size: 13px;}
	
#texte {position:absolute;
	 top:400px; width:540px; left:60px;}

.head {font-family: verdana;
     font-size: 15px;
     font-weight: bold;
	 text-align:center;
     color: #e76565;
	 border-bottom: 2px dotted #c20000;}