/*************** GLOBAL */
* {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}


/*************** BODY */
body{
	background-color: #6699CC;
	margin: 5px;
	padding: 5px;
}

img{
	border-style : none none none none;
	border : thin none Black;
}

hr{
	border : thin dotted Black;
}
hr.fin{
	clear: both;
	visibility: hidden;
}

#validator{
	padding : 5px 0px 0px 0px;
	color: #FFFFFF;
}
#validator img {
	position: relative;
	float: right;
	margin-top: -10px;
	padding: 0px 0px 0px 5px;
}
#validator a{
	color: #FFFFFF;
	text-decoration: none;
}
#validator a:hover {
	border: 1px dotted #000000;
	background-color: #FFFFFF;
	color: #6699CC;
}
#titre{
	color: #FFFFFF;
	font-weight : bold;
}

/* FICHERS */
#filesList{
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 5px 5px 5px 5px;
}
#cols{
	background-color: #FFFFFF;
}
#cols .titleListFile{
	text-align: left;
	font-weight : bold;
}
#cols .titleListSize{
	float: right;
	margin-top: -13px;
	font-weight : bold;
}

#list{
	background-color: #FFFFFF;
}

#list .celFile{
	text-align: left;

}
#list .celSize{
	float: right;
	margin-top: -13px;
}

#list .rowFolder{
	display: block;
	text-decoration: none;
	color: #000000;

}
#list .rowFolder:hover{
	background-color: #FFEFEF;
}
#list .rowFile{
	display: block;
	text-decoration: none;
	color: #000000;
}
#list .rowFile:hover{
	background-color: #EFEFFF;
}