@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
html, body {
	width:100%;
	height:100%;
}
img, a {
	border:none;
}
img, a, select, option {
	outline:none;
}
ul, li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-style:normal;
	text-decoration:none;
	text-transform:none;
}
body {
	color:#626469;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#home {
	background:#f0ecd1 url(../gfx/background-home.png) repeat-x left top;
}
#internal {
	background:#fff url(../gfx/background-interne.png) repeat-x left top;
}
input {
	border:0;
}
hr {
	clear:both;
	visibility:hidden !important;
	height:1px;
}
.masked {
	display:none;
}
.clear_l {clear:left;
float:none;}
p label {line-height:13px;}
