* {
	font-size: small;
	*font-size: x-small;
}
a img {
	border: 0;
}
ul.inline_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.inline_list li {
	display: inline;
	margin: 0;
	padding: 0;
}
a.inversed_link {
	text-decoration: none;
	color: #36393d;
}
a.inversed_link:HOVER {
	text-decoration: underline;
}
.sprite {
	background-image: url('/images/sprite.png');
}
body {
	font-family: Verdana, sans-serif;
	margin: auto;
	width: 1104px;
	background-color: #36393d;
	color: #36393d;
}
#nojs_error {
	background-color: red;
	margin: 0px;
	padding: 5px 20px 5px 40px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
}

/* HEADER */
#header {
	height: 105px;
	padding: 10px 0;
}
#header a.logo_lagny {
	display: block;
	float: right;
	width: 122px;
	height: 89px;
	background-position: -52px -5px;
}

/* SEARCH */
div.search {
	width: 730px;
	overflow: hidden;
}
div.search a.logo_toulagny {
	display: block;
	float: left;
	width: 304px;
	height: 73px;
	margin: 0 25px 0 0;
	background-position: -5px -115px;
}
div.search div.input {
	width: 395px;
	height: 35px;
	background-color: #fff;
	margin: 12px 0 0 0;
	border: 1px solid #64739c;
	overflow: hidden;
}
div.search div.input input#search_keywords {
	border: 0 none;
	width: 335px;
	height: 17px;
	margin: 5px 4px 0 4px;
	padding: 5px;
	float: left;
}
div.search div.input input#search_keywords.empty {
	color: #808080;
}
div.search div.input input#search_button {
	float: right;
	margin: 4px 4px 4px 0;
}
div.search strong.error {
	display: block;
	margin: 10px 0 0 336px;
	width: 380px;
	border: 2px solid #ff8204;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(/images/background/error.png);
	text-align: center;
	font-size: 0.9em;
	padding: 10px 0;
	color: red;
}
div.search strong.error.hidden {
	display: none;
}
div.category {
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-top: 2px solid #d5e3ef;
	background-color: #8b9097;
	color: #fff; 
	overflow: hidden;
}
div.category ul {
	margin: 6px;
}
div.category ul li {
	margin: 0 3px;
}
div.category ul li input {
	margin: 0;
	vertical-align: -2px
}

/* AUTO COMPLETE */
.ac_results {
	border: 1px solid #64739c;
	border-top: 0;
	margin: 3px 0 0 -5px;
	background-color: white;
}
.ac_results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ac_results ul li {
	padding: 2px;
	padding-left: 20px;
}
.ac_results .ac_even { }
.ac_results .ac_odd { }
.ac_results .ac_over {
	background-color: #ffff99;
}

/* MAIN */
#main {
	clear: both;
	position: relative;
	height: 656px;
	border: 2px solid #d5e3ef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* FOOTER */
#footer {
	clear: both;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	margin: 0;
}
#footer ul li.dash {
	padding: 0 3px;
}
#footer a {
	color: #fff;
}
