html, body
{
	width: 100%;	margin: 0;
	font-family : Helvetica, Arial, sans-serif;
}

form,p,h1,h2,h3,h4
{
	padding:0;
	margin:0;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #de19ec;
	text-decoration: none;
}

#page
{
	width: 1000px;
	margin: 0 auto;
}

#barre_galerie
{
	width: 1000px;
	height: 26px;
	padding: 0;
	margin: 0;
	border: 1px solid #8e5168;
	background-image: url('../images/barre.png');
}

#barre_galerie p
{
	font-size: 13px;
}

#galerie
{
	width: 1000px;
	height: 600px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #8e5168;
	border-bottom: 1px solid #8e5168;
	border-right: 1px solid #8e5168;
	background-color: #f7dfe8;
	overflow: auto;
}

#upload
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 275px;
	height: 380px;
	margin-left: -137px;
	margin-top: -190px;
	border: 1px solid #000000;
	background: #d9d9d9;
	z-index: 30;
}

#upload p
{
	font-size: 13px;
}

#vignette
{
	position: absolute;
	width: 90px;
	height: 90px;
	padding: 5px;
	margin: 8px;
	border: 1px solid #000000;
	background: #ffffff;
}

a.info
{
	position:relative;
	color:#000;
	text-decoration:none;
	z-index:24;
}

a.info:hover
{
	background-color:#E6E6E6;
	z-index:25;
}

a.info span
{
	display: none
}

a.info:hover span
{
	display:block;
	position:absolute;
	top:15px;
	left:-80px;
	width:200px;
	border:1px solid #6699cc;
	background-color:#eeeeee;
	color:#6699cc;
	padding:5px;
}
