@import url("kerema.old.css");

body {
	margin: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #4791c0;
}

a:hover {
	color: #6fbe47;
}

div.error {
	color: #f00;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

form input, form select, form textarea {
	width: 220px;
	border: 1px solid #777;
}

form input.submit {
	width: auto;
}

/* @group ErrorPage */

body#error {
	background-color: #6fbe47;
}

body#error * {
	margin: 0;
	padding: 0;
}

body#error #container {
	width: 550px;
	margin: 100px auto 0;
	background-color: #fff;
}

body#error #header h1, body#error #header h1 a {
	display: block;
	width: 542px;
	height: 174px;
	font-size: 1px;
	text-indent: -5000px;
	background: url(../images/Bandeau_2.jpg) no-repeat;
	
}

body#error #menu, body#error #content, body#error #footer {
	margin: 0 31px 1em 5px;
}

body#error #content {
	padding-bottom: 2em;
	text-align: center;
}

body#error #content h2 {
	margin: 1em 0 .3em;
}

body#error #content p {
	margin: .7em 0;
}

body#error #footer {
	margin-top: 2em;
	padding-bottom: 5px;
	text-align: center;
	font-size: 10px;
}

/* @end */

#footer li {
	display: inline;
	padding: 0 .5em;
}

#footer p {
	margin: .5em 0;
}

#footer p, #footer p a {
	color: #888;
}

#menu {
	height: 30px;
	background: url(../images/menubg.gif) repeat-x left top;
}

#menu li, #menu li a {
	display: block;
	float: left;
	height: 30px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
}

#menu li a {
	padding: 0 1em;
	background: url(../images/menubg.gif) repeat-x left top;
}

#menu li a:hover {
	background-position: left bottom;
}
