/* CSS Document */





#lien a:link {
		color : #222222;
		text-decoration : none;
		font-weight : regular;
		font-style : normal;
	
		}
		
#lien a:visited {
		color : #222222;
		text-decoration : none;
		font-weight : regular;
		font-style : normal;
		}

#lien a:hover {
		color : #666666;
		text-decoration : none;
		font-weight : regular;
		font-style : normal;
		}		




#lien1 a:link {
		color : #222222;
		text-decoration : underline;
		font-weight : bold;
		font-style : bold;
	
		}
		
#lien1 a:visited {
		color : #222222;
		text-decoration : underline;
		font-weight : bold;
		font-style : bold;
		}

#lien1 a:hover {
		color : #666666;
		text-decoration : underline;
		font-weight : bold;
		font-style : bold;
		}		


