@charset "UTF-8";

/* ****************************************************

	@file:		  print.css
	@description: Feuille de style d'impression
	@author:      remi (exomel.com)
	@updated:	  20090930
	@copyright    © Copyright 2008-2009 Rémi Prévost
	              Tous droits réservés (sur ce fichier!)

******************************************************/

/**
 *	Basic
 ******************************************************************/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */

body {
	font-family: "Lucida Grande", "Liberation Sans", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
}

a {
	color: #555;
}

img {
	border: none;
}

