/* Style sheet pour Las Demonias. 
*/


/* /////////////////// DEFAULTS ///////////////////////
//////////////////////////////////////////////////*/


/* //////// HTML5 BOILERPLATE ///////*/
html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

a { text-decoration: none; } /* ajout Cyboide */


/* /////////////////// INTERFACE ///////////////////////
//////////////////////////////////////////////////*/
body { background:#e6e6e6; }
#fond {
	position: relative; 
	width: 100%; height: 100%;
	text-align: center;
}

div.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 10px auto 10px;
	width: 500px;
}
div.top { margin: 60px auto 10px; }

p { margin: 2px 0 10px; }

p.click { font-size: .8em; }

h1 {
	font-size: 1.5em;
	margin: 0 0 10px;
	color: #027ec7;
}