html {
	color: #FFFFFF;
}

/* #############################
#            GENERAL           #
############################# */

a {
	color: #ffffff;
	text-decoration: none;	
}

/* #############################
#             NAV              #
############################# */
#nav {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 20;
}
#navPanelGroup {
	position: fixed;
	right: 0px;
	bottom: 75px;
	width: 450px;
	overflow: auto;
	max-height: 60%;
}
.navPanel {
	display: none;
	padding: 10px;
	background: url(images/design/navBg.png);
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border: 1px solid #595959;
	border-right: none;
	z-index: 25;
}
.navPanel hr {
	height: 1px;
	border: none;
	background: #595959;
	margin: 10px auto;
}
.navPanel li {
	list-style: outside;
	margin-left: 25px;
}
.navPanelSectionTitle {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}
.navPanelSectionTitle:hover {
	text-decoration: none;
}
.navPanelSectionContent {
	display: none;
}
#navPanelDescription, #navPanelDescription .navPanelSectionContent {
	display: block;
}
#testGalMinSize {
	width: 200px;
	height: 200px;
	background-color: #333;
	margin: 10px auto;
	cursor: ew-resize;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	
	background-image: linear-gradient(right bottom, #212121 0%, #616161 100%);
	background-image: -o-linear-gradient(right bottom, #212121 0%, #616161 100%);
	background-image: -moz-linear-gradient(right bottom, #212121 0%, #616161 100%);
	background-image: -webkit-linear-gradient(right bottom, #212121 0%, #616161 100%);
	background-image: -ms-linear-gradient(right bottom, #212121 0%, #616161 100%);
	
	background-image: -webkit-gradient(
		linear,
		right bottom,
		left top,
		color-stop(0, #212121),
		color-stop(1, #616161)
	);
}
#navBar {
	min-width: 750px;
	height: 46px;
	padding: 0px 10px;
	background: url(images/design/navBg.png);
	border-top: 1px solid #595959;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 20px;
	overflow: visible;
	z-index: 50;
}
#navRight {
	float: right;
}
#navButtons {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: -1px;
	overflow: visible;
	cursor: pointer;
}
.navButton {
	position: relative;
}
.navButtonBubble {
	display: none;
	height: 30px;
	width: 30px;
	background: url('images/navButtonBubble.png') no-repeat bottom right;
	position: absolute;
	top: -54px;
	left: -15px;
	z-index: 30;
}
#navButtonDescription .navButtonBubble {
	display: block;
}
#navParentLink {
	height: 15px;
	line-height: 15px;
}
#navAlbTitle {
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	display: inline;
	font-family: "Century Gothic", sans-serif;
	font-weight: normal;
}
#navLeft {
	font-size: 14px;
}
#navLeft a {
	text-decoration: none;
}
#navLeft a:hover {
	text-shadow: 0px 0px 3px #aaa;
}

/* CART */

#cartContentSectionRefresh {
	position: fixed;
	right: 25px;
	bottom: 80px;	
}
#cartRemovedItem {
	text-decoration: overline;
}

/* #############################
#           CUERPO             #
############################# */

/* Organisation générale de la page */

#cuerpo {
	width: auto;
	max-width: 100%;
	min-width: 750px;
	margin: 0px;
	padding: 0px;
	background: none;
	border-radius:0px;
	-moz-border-radius:0px;
	-khtml-border-radius:0px;
	-webkit-border-radius:0px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#cuerpo h1 {
	margin: 15px;
	font-size: 72px;
	text-align: right;
	white-space: nowrap;
	color: #0d0d0d;
	font-family: "Century Gothic", sans-serif;
	font-weight: normal;
	text-shadow: 0px 0px 5px #2e2e2e;
	overflow: hidden;
}
p {
	margin: 0px;
}

/* Fin du content */

#gallery {
	text-align: center;
}

.titleIcons {
	margin: 2px; 
}

#galCurAlbIcons {
	display: inline;
}
#galCurAlbIcons .pictIcons {
	margin: 0px; 
}
#galDescription {
	width: 90%;
	margin: 15px auto;
	clear: both;
	text-align: justify;
}
#galNav {
	float: right;
	padding: 10px 15px;
	background: #171717;
	text-align: center;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.loadingInformation {
	height: 32px;
	width: 300px;
	margin-left: -150px;
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: center;
	line-height: 32px;
	background: #000;
	border: 1px solid grey;
	z-index: 100;
	opacity: 0.8; 
	filter: alpha(opacity=80); 
}
.loadingInformation img {
	float: left;
}

/* #############################
#         INLINE BLOCK         #
############################# */
/* permet d'afficher des blocs en les mettants "en ligne" */

.inlineBlock {
    /* Indispensable */
    display: -moz-inline-stack; /* Pour Firefox 1-2 */
    display: inline-block; /* Écrase la valeur précédente si le navigateur comprend inline-block */

    /* Positionnement vertical du bloc */
    /*vertical-align: middle;*/
}

/* #############################
#         VIGNETTES            #
############################# */

.galMin {
	position: relative;
	width: 200px;
	margin: 20px;
	z-index: 0;
}
.galMinDivImage {
	display: table;
}
.galMinPImage {
	width: 200px;
	height: 200px;
	display: table-cell; 
	vertical-align: bottom;
	text-align: center;
	box-sizing: content-box;
}
.galMinImage {
	min-width: 30%;
	min-height: 30%;
	background: #000;
}
.galMinTitle {
	max-width: 100%;
	margin: 10px auto 0px;
	padding: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	font-size: 80%;
	background: #171717;
	border: 1px solid #3f3f3f;	
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	border-radius: 15px; 	
}
.galAlbImage {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: none;
}
.galMin .galMinMenu {
	float: left;
	position: absolute;
	left: 5px;
	bottom: 25px;
	opacity:0;
	transition:visibility 0s linear,opacity 0.5s linear;
	-webkit-transition:visibility 0s linear,opacity 0.5s linear;
/*	padding: 2px 5px;
	line-height: 10px;
	background: url(images/design/navBg.png);
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}
.galMin:hover .galMinMenu {
	opacity:1;
	transition:visibility 0.5s linear,opacity 0.5s linear;
	-webkit-transition:visibility 0.5s linear,opacity 0.5s linear;
}
.galMinMenu .inSel img, .galMinMenu img.inSel, #cboxPersonnalContent .inSel img {
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-bottom: 2px solid #fff;
	margin-bottom: -2px;
}
.galMin .galMinMenu .shareMin {
	position: relative;
}
.galMin .galMinMenu .shareMin .shareMinIcons {
	display: block;
	position: absolute;
	width: 0px;
	height: 16px;
	top: -2px;
	left: 0;
	transition: width ease-in 0.5s;
	-webkit-transition: width ease-in 0.5s;
	overflow: hidden;
}
.galMin .galMinMenu .shareMin:hover .shareMinIcons {
	width: 90px;
}
#cartContentSectionContent li {
	text-decoration: line-through;
}
#cartContentSectionContent li.inSel {
	text-decoration: none;
}
	