/* @override http://www.zamu.free.fr/scenarobot/css/main.css */

/* @group css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	vertical-align: baseline;
	color: #666;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* @end */

/* @group accueil */
body{
	background-color: #fff3d9;
}

#wrap{
	background-color: #d6cbb5;
	width: 600px;
	margin: 0 auto;
	padding: 20px;
}

h1{
	margin: 0 auto;
	text-indent: -5000px;
	display: block;
	width: 640px;
	height: 133px;
	background: url(../images/scenarobot.gif) no-repeat;
}

h2{
	color: #ffd05b;
	background: #937f59;
	padding: 3px 0 2px 5px;
	margin-bottom: 5px;
}
.persos{
	width: 290px;
	float: left;
}
#goodguyz{
	margin-right: 20px;
}
.histoire{
	clear: both;
}
.persos, .histoire, .moralite{
	margin-bottom: 30px;
}
.attention{
	border-top-color: #937f59;
	border-top-width: 1px;
	border-bottom-color: #937f59;
	border-bottom-width: 1px;
	padding-bottom: 20px;
}
/* @end */

/* @group admin */
.bloc{
	margin: 0 auto;
	width: 300px;
}
.bloc li{
	
	margin-bottom: 2px;
	font-size: 12px;
}
.bloc li a{
	color: #ffd05b;
}
.bloc form{
	margin-bottom: 20px;
}
/* @end */