img {
	border: none;
}
img.tourelle {
	height: 100;
	width: 50;
	float: right;
}
img.tourelle2 {
	height: 75;
	width: 150;
	float: right;
}
img.miniature {
	height: 320;
	width: 240;
	
}

a {
	color: #000000; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 18; /* http://www.aidenet.com/css/css06b.htm*/
}

a:hover {
	color: blue;
}

a.lienmenu {
	
	text-decoration: none; /* none = non souligné    http://www.w3schools.com/css/pr_text_text-decoration.asp  */
                 	
}

a.titre {
		
	color: #000000; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 24;


}