/* ==============================================
GLOBAL
============================================== */
html,body
{
	width:100%;
	height:100%;
	
	font-size:12px;
	font-family:"Arial";

	/*overflow:hidden;*/

	color:#ffffff;
	background: #1b1e21;/*#1c1c1c;*/
}

a
{
	color:#40D7E0;
	text-decoration: none;
}

a:active,a:hover
{
	color:#40D7E0;
	text-decoration: underline;
}

a:visited
{
	color:#40D7E0;
}

/* ==============================================
CONTENT
============================================== */
#content
{
	margin: 20px;
}

#navigation
{
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.navigation-adresse
{
	color: #666;
}

/* LISTE */
.list {
width: 100%;
min-width: 510px; /* We set the min-width of the listing to match the kind column */
position: relative;
}
.list li {
overflow: hidden; /* clears the left float applied on li span elements - all browsers except IE6 and below */
_clear: left; /* IE6: clears the left float */
margin: 0 0 1px;
}

.list li a {
/*display: inline-block;
overflow: hidden;
width: 100%;
position: relative;
*/
color: inherit;
background-color: #ff0000;
}

.list li a:hover {
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
background-color: #666666;
color:#40D7E0;
}

.list li.listing-header { margin: 0 0 5px; color: #666; text-decoration: none; }
.list li span { display: block; float: left;}

.list .icon { width: 25px; height: 17px; position: relative; }
.list .filename { width: 220px; position: relative; padding-right: 20px !important; }
.list .size { width: 65px;}
.list .date { width: 180px;}
.list .telecharger { width: 130px;}

.list .filename, .list .name, .list .size, .list .date, .list .kind, .list .telecharger { padding: 2px 0 0; }
.list .size, .list .date {color:#666;}


/* ==============================================
MISE EN PAGE 
============================================== */
#logo {
	margin: 0 0 10px 0;
}

/*
#menu {
	width:300px;
	margin: 10px 0 0 0;
	padding: 8px 0 8px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#menu ul {
	list-style: disc url(../images/bullet.png) inside;
}

#contenu p {
	margin: 10px 0 10px 0;
}


.titre {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
*/