/* ****************************************************

	@file         screen.css
	@description  Feuille de styles globale
	@author       remi (ixmedia.com)
	vim: set noet ts=4 fdm=marker fenc=utf-8:

***************************************************** */

@import url("./reset.css");

/* @section Basic {{{
******************************************************************************/

html { font-size: 62.5%; }
html, body { height: 100%; }

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 120%;
	line-height: 1.3;
	color: #000;
	background: #fff;
	position: relative;
	behavior: url("/js/ie6/csshover.htc");
	padding:20px 0;
}

p,ul,ol,table { margin-bottom: 1em; }
ul { margin-left: 20px; }
a { text-decoration: none; cursor: pointer; color: #da2128; }
a:focus { outline: 1px dotted; }
a:visited { color: #da2128; }
a:hover, a:focus { color: #da2128; text-decoration: underline; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.groupe:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .groupe {display: inline-block;}
/* Hides from IE-mac \*/ * html .groupe {height: 1%;} .groupe {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }
button::-moz-focus-inner { border: 0; padding: 1px; }
span.amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal; font-style: italic; font-size: 1.2em; line-height: 0.8; }
h1,h2,h3,h4,h5,h6 { line-height: 1.1; }
header, footer, nav, section, hgroup, article, aside, figure, canvas { display: block; }
time { display: inline; }

/*}}}*/

/* @section Layout {{{
******************************************************************************/
body div#principal {
	width:700px;
	margin: 0 auto;
	background: #c0c0c0 url(../img/bkg-body-degrade.jpg) repeat-x 0 0;
	padding:25px;
	border: 3px double #c0c0c0;
}
h1 { background:url(../img/csi.jpg) no-repeat 0 0; text-indent:-9999px; width:400px; height:175px; padding-bottom:25px;}
h2 { font-size:1.2em; color:#a41f4c; margin-bottom:0.7em;}
/*}}}*/
