/*Imports
**************************************************************************/
@import url(./print.css) print;  /*Version imprimable*/
@import url(./screen.css) screen; /*Version pour écran*/


/*Style commun
**************************************************************************/
html, body {
	font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	color: #000000;
}


/*Liens
**************************************/
#content a, #content a:visited, #content a:active {
	text-decoration: none;
	color: #1c4874;
}

#content a:hover {
	text-decoration: underline;
	color: #2f78c2;
}

#content a img {
	border-style: none;
}


/*Barre d'adresse
**************************************/
#content p#currentpath {
	margin: 0;
	padding: 2px;
	text-align: right;
	font-size: 8pt;
	color: gray;
}


/*Barre de navigation
**************************************/
#content p#nav {
	margin: 0;
	padding: 2px;
	color: silver;
}


/*Infos sur le dossier
**************************************/
#content p#currentinfos {
	margin: 20px 0 20px 0;
	padding: 5px 10px 5px 10px;
	border: silver solid 1px;
	background-color: #FFFEE6;
}

/*Tableau contenent la liste des fichiers
**************************************/
#content table {
	width: 100%;
	border: silver solid 1px;
	background-color: white;
}

#content table tr td {
	padding: 0 2px 0 2px;
}

/*Étirer les liens dans toute la cellule du tableau*/
#content table tr td a {
	display: block;
}

/*En-tête du tableau*/
#content table tr th {
	text-align: center;
	font-weight: bold;
	color: #3e3e3e;
	background-color: #e1e1e1;
}

/*Couleurs des lignes (une couleur différente une ligne sur 2)*/
#content table tr.color1 {
	background-color: white;
}

#content table tr.color2 {
	background-color: #f5f5f5;
}

/*Changer la couleur des lignes au survole de la souris*/
#content table tr:hover {
	background-color: #eaeaea;
}
