@charset "utf-8";

/* 
__________________________________

	 Last Updated: 1.4.2009
			   
	Bluesystem SARL Fribourg
		
	http://www.bluesystem.ch/

__________________________________
 
*/
 
/* imported styles */

/* General layout reset */
@import "reset.css" ;

/* General design of the page */
@import "layout.css" ;

/* All contents are formated here */
@import "contents.css" ;

/* styles for your printer */
@import "print.css" ;

/* reset all the shit */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


