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

	@file		  screen.css
	@description  Feuille de styles globale
	@author       remi (ixmedia.com)
	@version	  20090807

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

@import url("/css/reset.css");

/*
 * @section Basic
 ******************************************************************************/

html {
	font-size: 62.5%;
}

body {
	font-family: "Courier New", Courier, monospace;
	font-size: 130%;
	line-height: 1.6;
	color: #000;
	background: #fff;
	text-shadow: 1px 1px 1px #eee;
	padding: 0 5em;
}

#wrap {
	width: 60em;
	margin: 5em auto 0;
	padding-bottom: 4em;
	max-width: 100%;
}

h1 { font-size: 170%; margin: 0 0 1.5em; }
p { margin: 0 0 1.3em; }