#explorer table
{
	display : inline;
	font-size : 11px;
}

#explorer a
{
	text-decoration : none;
	color : black;
	font-family : verdana;
	font-size : 11px;
	margin-top: 10px;
}

#explorer
{
	width : 900px;
	margin : auto;
	border : 1px solid #bac0cc;
	font-family : verdana;
	font-size : 11px;
	margin-top: 10px;
	z-index : 0;
}

#explorerBordure
{
	padding : 10px;
	float : left;
	width : 770px;
}

#explorerPrecedente
{
	height : 27px;
	padding-top : 5px;
}

#explorerFoot
{
	width : 900px;
	margin : auto;
	height : 20px;
	border-top : 1px solid #bac0cc;
	font-family : verdana;
	font-size : 12px;
	margin-top: 10px;
	background-color : #dee2ec;
}

#explorerUnObjet
{
	display : inline;
}

#explorerMenu
{
	background-image: url(gestionfichier.jpg);
	height : 91px;
	width : 900px;
}

#explorerMenu a
{
	color : white;
	text-decoration : none;
}

#explorerMenu a:hover
{
	color : white;
	text-decoration : underline;
}

#explorerTexteMenu
{
	padding-top : 57px;
	padding-left : 15px;
}

#popupExplorer a
{
	text-decoration : none;
	color : black;
	font-family : verdana;
	font-size : 11px;
	margin-top: 10px;
}

#popupExplorer
{
	width : 350px;
	margin : auto;
	border : 1px solid #bac0cc;
	font-family : verdana;
	font-size : 11px;
	margin-top: 10px;
	padding : 5px;
}

input[type=submit],input[type=button]
{
	color:black;
	border : 1px outset #000000;
}

#explorerBordure a
{
	color:black;
}

#explorerBordure a:hover
{
	text-decoration: underline;
}

#masque
{
	background-color : #000000;
	opacity : 1;
}

#popup
{
	opacity : 1;
	position : absolute;
	display : none;
	width : 412px;
	padding-left : 5px;
	padding-right : 5px;
	/*background-image: url(popup.gif);
	background-repeat : no-repeat;*/
}

#popupTop
{
	background-image: url(popupTop.gif);
	height : 13px;
}

#popupMiddle
{
	background-image: url(popupMiddle.gif);
}

#popupBottom
{
	background-image: url(popupBottom.gif);
	height : 6px;
	background-repeat : no-repeat;
}

#popupimg
{
	height : 17px;
	width : 42px;
	margin-top : 0px;
	margin-left : 350px;
	position : absolute;
	background-image: url(bouton_quitter.jpg);
	background-repeat : no-repeat;
}

#popupimg:hover
{
	background-image: url(bouton_quitter_hover.jpg);
}

#popupimg:active
{
	background-image: url(bouton_quitter_press.jpg);
}

#popupcontenu
{
	padding : 2px;
	padding-top : 10px;
	padding-bottom : 8px;
	line-height : 18px;
}

#preload
{
	display : none;
}

#image
{
	position : absolute;
	display : none;
	background-color : #FFFFFF;
	padding : 10px;
	border : 1px outset #bac0cc;
	z-index : 90;
}

.main
{
	cursor : pointer;
}