* {
	margin:0;
	padding:0;
}
a {
	outline:none;
}
.gifs {
	margin-bottom:0;
}
.onglet {
	display:inline-block;
	position:absolute;
	bottom:-15px;
	width:117px;
	height:15px;
}
.onglet1 {
	right:4px;
	background:url(images/onglet.gif) no-repeat;
}
.onglet1:hover,
.onglet1-hover {
	background:url(images/onglet_roll.gif) no-repeat;
}
.mailus {
	float:right;
	display:inline-block;
	width:71px;
	height:10px;
	margin-top:-4px;
	background:url(images/mail.gif) no-repeat;
}
.mailus:hover {
	border-bottom:1px solid #000000;
}
.fileinputs {
	display:block;
	position: relative;
	white-space:nowrap;
	margin-bottom:1px;
	*margin-bottom:2px;
}

.fakefile {
	width:260px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:1;
}

.fakefile input {
	color:#888888;
	font-size:10px;
	width:182px;
	height:14px;
	vertical-align:middle;
	border:1px solid black;
	background:#ffffff;
}

.fakefile span {
	position:relative;
}

.parcourir {
	cursor:pointer;
	vertical-align:middle;
	display:inline-block;
	width:76px;
	height:16px;
	background:url(images/parcourir_btn.gif) no-repeat;
}

.parcourir:hover {
	background:url(images/parcourir_btn_roll.gif) no-repeat;
}
.giveus {
	vertical-align:top;
	display:inline-block;
	text-align:left;
	margin-left:9px;
	*margin-left:11px;
}

.uploader {
	display:block;
	width:184px;
	height:5px;
	background:url(images/upload_txt.gif) no-repeat;
	*margin-bottom:3px;
}

.pseudo {
	display:block;
	width:35px;
	height:5px;
	background:url(images/pseudo_txt.gif) no-repeat;
	*margin-bottom:3px;
}

.pseudo-text {
	display:block;
	margin-bottom:14px;
	*margin-bottom:12px;
}

.pseudo-text input {
	color:#888888;
	font-size:10px;
	width:182px;
	height:14px;
	vertical-align:middle;
	border:1px solid black;
	background:white;
}

.giveusagif {
	display:block;
	width:140px;
	height:16px;
	background:url(images/giveus_btn.gif) no-repeat;
}

.giveusagif:hover,
.giveusagif-hover {
	background:url(images/giveus_btn_roll.gif) no-repeat;
}

.file {
	*width:266px;
	position:relative;
	text-align:left;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	opacity:0;
	z-index:2;
}

.pager {
	display:inline-block;
	font-size:10px;
	font-family:sans-serif;
	padding:1px 4px;
	margin:5px 1px;
	color:#000000;
	border:1px solid #ffffff;
	text-decoration:none;
}

.pager:hover {
	border:1px solid #000000;
}
#loading {
	display:none;
	text-align:center;
	position:fixed;
	font-family:sans-serif;
	font-size:small;
	font-weight:bold;
	top:0;
	left:0;
	width:100%;
	-moz-opacity:0.75;
	opacity:0.75;
	z-index:100;
}