html, body {
	height: 100%;
	margin: 0 ;
	background: #ddd url(/dev/img/admin/html.png);	
	font: 90% "Trebuchet MS", sans-serif;
	}
div#global {
	min-height: 100%;
	width: 750px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	background: url(/dev/img/admin/global.png) center repeat-y;

	}

div#header {
	background: #2118bf url(/dev/img/admin/fond.png) no-repeat;
	color: #fff;
	height: 150px;
	position:relative;
	}
	div#header h1 {
	margin: 0;
	}
	
div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 1px; 
	}
div#footer {
	position: absolute;
	text-align:center;
	width: 750px;
	bottom: 0;
	color: black;
	background-color:#2d26c3;
	background-position:left;
	background-repeat:repeat-x;
	
	}
div#footer a{
	color:black;
}
div#content {
	float: right;
	width: 550px;
	}
div#sidebar {
	float: left;
	width: 190px;
	}
div#sidebar li
{
padding-left: 10px;
background-image: url(/dev/img/admin/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
div#sidebar ul { 
padding-left: 10px;
list-style: none; }

div#center {
	padding-bottom: 50px;
	overflow: auto;
}	
/* Parti Upload */
iframe {
	border-width: 0px;
	height: 60px;
	width: 400px;
}
iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}
#main {
	position:static;
	overflow: hidden;
	margin: auto;
	width: 410px;
	height: 450px;
	border-style: solid;
	border-width: 1px;
	background-color: white;
}
#images {
	width: 390px;
	margin: 20px;
}
#images div {
	margin: 10px;
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 5px;
	border-color: #DEDFDE;
	float: left;
	overflow: hidden;
}

#images div:hover {
	border-color: #529EBD;
}

#images img.load {
	margin: 36px;
}
