body
{
	margin: 0px;
	margin-top: 0px;
	font-family: "lucida grande",tahoma;
}

img
{
	border: none;
}

.bandeau_telechargement
{
	margin: 0;
	min-height: 23px;
	font-size: 0.8em;
	background-color: rgb(62,62,62);
	color: rgb(180,180,180);
	padding: 4px 20px 0 20px;
}

#container1 /* formulaire connexion */
{
	background-color: rgb(191,191,191);
	margin: auto;
	width: 100%;
	height: 100%;
	font-size: 0.9em;
	position: absolute;
}

#container1 p
{
	margin: 15px 10px 0px 10px;
	text-align: center;
	
}

#container2 /* fichier et dossier */
{
	margin: auto;
}

.formulaire_connexion
{
	background: url("formulaire_connexion.png") no-repeat;
	width: 230px;
	height: 280px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

form.formulaire_connexion_telechargement
{
	margin: 30px;
}



.input
{
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	color: #000;
	font: 18px calibri bold,arial bold;
	height: 25px;
	margin: 0 0 15px 0;
	padding: 3px 8px 3px 6px;
	width: 70%;
}


a
{ 
  text-decoration: none;
  color: rgb(99,109,161);
  font-size: 0.7em;
}

a
{ 
  text-decoration: none;
  color: rgb(99,109,161);
  font-size: 0.7em;
}


.pointer, label
{
	cursor: pointer;
}

.red
{
	color: red;
}

.green
{
color: green;
}

a
{
	font-size: 1em;
}

.float_right
{
	float: right;
}

.bandeau_telechargement a
{
	color: rgb(124,192,228);
}

table.telechargement, table.telechargement table
{
	border-collapse: collapse;
	width: 100%;
}

table.telechargement td
{
	font-size: 12px;
}

table.telechargement  td.tableau_colonne_gauche a
{
	line-height: 17px;
}

table.telechargement  td.tableau_colonne_gauche
{
	border-right: 1px solid rgb(193,216,240);
	background-color: rgb(235,235,235);
	padding-left: 20px;
	width: 260px;
	height: 900px;
	min-width: 240px;
	
}


table.telechargement  td.tableau_colonne_droite, table.telechargement  td.tableau_colonne_droite a
{
	color: rgb(20,20,20);
}

table.telechargement table
{
	width: 100%;
}

table.telechargement td
{
	vertical-align: top;
	padding: 3px;
}


table.telechargement table td
{
	vertical-align: middle;
}

table.telechargement table tr:hover, table .tableau_premiereligne
{
	background-color: rgb(231,231,231);
}

table td.colonne_taille, table td.colonne_acces, table td.colonne_modif, table td.colonne_ext
{
	text-align: center;
}



