* { margin: 0px; padding: 0px; outline-style: none; }
body, html { height: 100%; overflow: hidden; }

/* Links */
a 				{ color: #c60063; text-decoration: none; }
a:hover 			{ color: #ffffff; text-decoration: none; }

/* Misc */

img{ border-style: none; }
.clear { clear: both; }
ul { list-style: inside; }

/* Layout */

body {
	background-color: #c60063;
}
	/*
	left: 50%; 
	width: 950px;
	margin-left: -475px;
	*/
#centrage {
	position: absolute;
	width: 100%;
	top: 50%;
	height: 480px;
	margin-top: -240px;
}


#footer a {
	display: block;
	color: #000000;
	font-size: 0.75em;
	text-align: center;
}

#footer a:hover {
	color: #ffffff;
}

#background {
	background-color: #000000;
}

#header {
	font-size: 1.5em;
	font-style: italic;
}

#footer {
	font-size: 1.3em;
}

#header, #footer {
	position: relative;
	color: #000000;
	width: 950px;
	height: 50px;
	margin: 0px auto;
	background-image: url("img/topBottomBg.png");
	background-repeat: repeat-y;
}

#header > .left, #footer > .left {
	position: absolute;
	left: 200px;
	width: 500px;
	height: 50px;
	text-align: center;
}

#header > .right, #footer > .right {
	float: right;
	width: 246px;
	text-align: center;
}

#center {
	color: #c2b0c7;
	width: 950px;
	height: 350px;
	margin: 0px auto;
	background-image: url("img/midBg.png");
	background-repeat: repeat-y;
}

#menu {
	float: left;
	width: 180px;
	font-size: 1.5em;
	font-style: italic;
	padding: 10px;
}

#content {
	float: left;
	width: 480px;
	padding: 10px;
}

#photobloc {
	float: right;
	width: 246px;
	height: 350px;
	text-align: center;
}

#photo {
	max-width: 236px;
	max-height: 340px;
}

/* Gallerie */

.smallPhotoLink {
	float: left;
	position: relative;
	width: 80px;
	height: 120px;
	margin: 14px 8px;
	text-align: center;
}

.smallPhotoLink a {
	display: block;
	width: 80px;
	height: 120px;
}

.smallPhoto {
	max-width: 80px;
	max-height: 120px;
}

.smallPhotoLink .delete {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 32px;
	height: 16px;
	border: 1px solid #c60063;
}
