/*
             ___  ____   ___  _ __ 
            / _ \|  _ \ / _ \| '_ \ 
           | (_) | |_) |  __/| | | |
     ___    \___/|  __/ \___||_| |_|    _       _    
	|_ _|_ __ ___|_|__ _  __ _(_)_ __  | | __ _(_)_ __ 
	 | || '_ ` _ \ / _` |/ _` | | '_ \ |/ / _` | | '__|
	 | || | | | | | (_| | (_| | | | | |  | (_| | | |   
	|___|_| |_| |_|\__,_|\__, |_|_| |_|   \__,_|_|_|   
		                 |___/   opensource projects

	Copyright © 2009 Open Imagin'air - http://open.imaginair.net
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	
	Sik Gallery, simple web image gallery - galerie d'images web simple.
	
	Feuille de style pour le template par défaut
	
 */
body {
	font-size: 11px;
	color: #000;
	font-family:  Georgia,'New Times Roman',Times,serif;
	background: #eee;
}

a,a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

