body {
  font: 1.0em, verdana, arial, sans-serif;
  text-align: center;
}
* {
  margin: 0;
  padding: 0;
}
div#mainwrap {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#header {
	height: 32px;
	text-align: center;
	margin-top: 5px;
}
div#contentarea {
	background: url(/images/faux_left.gif) repeat-y top left;
	position: relative;
}
div#contentarea2 {
	background: url(/images/faux_right.gif) repeat-y top left;
	position: relative;
}
div#column1 {
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
div#column2 {
	margin: 0 150px 0 300px;
}
div#column3 {
	width: 120px;
	position: absolute;
	top: 150px;
	right: 0px;
	overflow: hidden;
}
div#footer {
	text-align: center;
	padding-top: 6px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* backslash hack hides from IE mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* end backslash hack */
a {
  text-decoration: none;
  color: black;
}
#header a {
	color: #ae6e22;
}
#logo_spinner {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#logo {
	width: 150px;
}
#menu {
	text-align: left;
	margin-left: 3em;
}
#menu ul li {
  list-style-type: none;
  margin-left: 1em;
}
#menu ul li input {
  display: none;
}
div#resultat {
	padding-top: 50px;
	padding-left: 30px;
}
table.sites {
	border-collapse: collapse;
}
td.thumb {
	width: 120px;
	vertical-align: middle;
}
td.infos_site {
	padding-left: 20px;
	color: #ae6e22;
}
td.infos_site a {
	font-weight: bold;
	color: #ae6e22;
}
td.infos_site p {
	margin: 10px 0;
	color: black;
}
div#recherche_all {
	background-color: #ae6e22;
	color: white;
	text-align: center;
	border: 1px solid black;
}
div#recherche_all input {
	border-top: 3px solid #ae6e22;
	border-right: none;
	border-bottom: 3px solid #ae6e22;
	border-left: none;
	text-align: center;
	color: #ae6e22;
}
div#recherche_category {
	background-color: black;
	color: white;
	text-align: center;
	border: 1px solid black;
}
div#recherche_category input {
	border-top: 3px solid black;
	border-right: none;
	border-bottom: 3px solid black;
	border-left: none;
	text-align: center;
	color: black;
}
div#noresult {
	text-align: center;
	margin-top: 100px;
	color: #ae6e22;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid black;
}
