/*
upload.css
----------		Par M@teo21

Créé le 23 Août 2004


Description : feuille de style du module d'upload.

*/

.quota
{
	text-align: right;
	margin-right: 35px;
}

h2
{
	font-size: 1.3em;
	font-family:Arial, 'Times New Roman', Times, serif;
	color: #FFF;
	margin-left: 35px;
	margin-bottom: 5px;
}

.repertoire
{
	width:98%;
	margin:auto;
	margin-bottom:20px;
	overflow:auto;
	background-color: #175c98;
	border:1px solid #FFF;
}

.total
{
	float: left;
	margin: 20px;
	text-align: center;
	width:170px;
	overflow:hidden;
}

.total a:hover { text-decoration: none; }
.total a:focus { border:1px solid white; }

.total img
{
	background-color:#FFF;
	border:1px solid black;
}
.total img:hover
{
	border-color:#C0C0C0;
	background-color:#b8d890;
}
.total img:active
{
	background-color:#175c98;
}

.miniature
{
	display:block;
	width: 100px;
	height: 100px;
	margin:auto;
	overflow:hidden;
	
	border: 1px solid #9DB2C2;
	text-align: center;
	cursor:pointer;
}

.miniature:hover { border: 1px solid #2C485C; }

.dossier
{
	background-image:url("../../images/designs/1/upload/dossier.png");
	background-position:center;
	background-repeat:no-repeat;
}

.envoyer_image
{
	margin-left:5%;
}

legend
{
	font-size: 1.1em;
	font-family:Arial, 'Times New Roman', Times, serif;
}

fieldset
{
	margin-bottom: 40px;
	text-align: center;
}

.ajout
{
	text-align: left;
}

label
{
	float: left;
	width: 200px;
	margin-right: 8px;
	margin-left: 25%;
	text-align: right;
	font-weight: bold;
}

.send
{
	text-align: center;
	margin-bottom:40px;
}

.voir_image
{
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.fichier
{
	text-align: left;
	margin-left: 50px;
	border: 1px solid black;
	padding: 10px;
}

.retour_site
{
	text-align:center;
}
