/* CSS Document */
body {
	margin: 0px;
	padding: 0px;   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
	text-align: left;
	background: #fff;
}
h1, h2, h3, h4, h5, h6, p, form, input{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", Arial, Times, serif;
}
strong {
	font-weight: bold;
}
a {
	color: #616161;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
	vertical-align:top;
}
.breaker{
	clear: both;
	height: 1px;
	overflow: hidden;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.hide {
	display: none;
}
input {
	vertical-align: middle;
}
/* Mantis0337 Cacher les résultas de la recherche jahia par défaut  */
div .resultsList {
	display: none;
}