/**************************************************
*
*	Base.
*
**************************************************/
h1,hr,p,form,ul,img,dl,dt,dd,body,html {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
html,table {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	padding: 8px 15px;
	text-align: center;
	background: white;
}
pre {
	font-family: "Courier New", serif;
}
hr {
	height: 0;
	visibility: hidden;
}
#igalerie {
	max-width: 750px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	padding: 10px 0;
	clear: both;
	border-top: 1px solid #D8D8D8;
	text-align: center;
	margin: 15px 16px 0;
}

/* Liens */
a {
	text-decoration: none;
	border-bottom: 1px solid #888;
	padding-bottom: 1px;
	color: black;
}
a:hover,
.nav a:hover {
	border-bottom: 2px solid #888;
	padding-bottom: 0;
}
a.ex {
	padding-right: 12px;
	margin-right: 3px;
	background: url(links-external.png) no-repeat 100% 4px;
}

/* Titre */
h1 {
	font-size: 190%;
	font-weight: normal;
	padding: 10px 0 0 16px;
	margin-bottom: 20px;
	line-height: 1.15em;
}
h1 a,
h1 a:hover {
	font-family: Georgia, serif;
	letter-spacing: .05em;
	color: #111;
	border: none;
	padding: 0;
}



/**************************************************
*
*	Contenu.
*
**************************************************/
hr.sep {
	clear: both;
}

/* Barre de position */
#position {
	margin: 5px 16px 0;
	border-bottom: 1px solid #D8D8D8;
	padding: 0 0 15px 0;
	line-height: 1.5em;
	min-height: 16px;
}
#position span.current a,
#position_special span.current a {
	font-weight: bold;
	border: 0;
}
#position span.current a:hover,
#position_special span.current a:hover {
	border-bottom: 2px solid #888;
}
#position_special {
	margin: 5px 16px 8px;
}

/* Description */
#cat_description {
	margin: 5px 16px 0;
	padding: 8px 0;
	font-size: 120%;
	line-height: 1.3em;
}

/* Lien de déconnexion */
#deconnect_form {
	float: right;
	margin-left: 10px;
}
#deconnect_link {
	float: right;
	margin: 0;
	padding: 0 0 2px 20px;
	background: url(icons/lock-mini.png) no-repeat left center;
	display: none;
}
#deconnect_link a {
	border-color: #ECD718;
}



/**************************************************
*
*	Barres de navigation.
*
**************************************************/
.nav {
	text-align: center;
	margin: 10px 16px 0;
	position: relative;	/* IE7 fix */
}
.nav * {
	display: inline;
}
.nav span {
	margin: 0 5px;
	font-family: Georgia, sans-serif;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: -0.1em;
}
.nav span a {
	border: 0;
	color: #595959;
}
.nav_left span {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
.nav_left span a {
	color: black;
}
.inactive {
	color: silver;
}
.nav_left {
	float: left;
	width: 26%;
	text-align: left;
	margin-top: 4px;
}
.nav_right {
	float: right;
	margin-top: 5px;
	width: 26%;
	text-align: right;
}



/**************************************************
*
*	Vignettes.
*
**************************************************/
.thumbs {
	margin: 12px 8px 8px;
	text-align: center;
}
.thumbs dl {
	display: inline-block;
	vertical-align: top;
	margin: 8px 8px 13px;
}
.thumbs dt {
	position: relative;
	border: 1px solid #A9A9A9;
	background: #F9F9F9;
	padding-right: 16px;
	-moz-box-shadow: 0 0 10px #bbb;
	-webkit-box-shadow: 0 0 10px #bbb;
}
.thumbs dt span {
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
}
.thumbs dt a {
	position: relative;
	display: block;
	padding: 8px;
	border: 0;
}
.thumbs dt img {
	display: block;
}

/* Informations */
.thumbs ul {
	padding: 8px;
	text-align: center;
	border-top: 0;
}
.thumbs li {
	font-size: 85%;
	margin-top: 1px;
	overflow: hidden;
	min-height: 1.35em;
}
.thumbs li,
.thumbs li a {
	color: #333;
	border: 0;
}
.thumbs li.title {
	font-size: 90%;
	line-height: 1.6em;
	margin: 0 0 4px;
}

/* Hover */
.thumbs dt:hover {
	background-color: #eee;
}
.thumbs li a:hover {
	border-bottom: 2px solid #888;
}

/* Vignettes des catégories */
.thumbs_cat ul li.title a {
	font-weight: bold;
	color: #2F2F2F;
}
.thumbs_cat ul li.images a {
	font-weight: bold;
	color: #859137;
}
.thumbs_cat dt {
	-moz-box-shadow: 0 0 10px #777;
	-webkit-box-shadow: 0 0 10px #777;
}

/* Catégorie protégées */
.thumbs_cat .protect dt a{
	background: url(icons/lock.png) no-repeat center;
}



/**************************************************
*
*	Demande de mot de passe.
*
**************************************************/
#password_auth {
	margin: 50px auto;
	background: url(icons/lock-mini.png) no-repeat 14px 21px;
	padding: 18px 18px 18px 38px;
}
#password_auth div {
	border-left: 3px solid #ECD718;
	padding: 3px 10px;
}
#password_auth .text {
	margin: 12px 0 5px;
}
#password_auth_bad {
	margin: 15px 15px 0;
	color: red;
	font-weight: bold;
}



/**************************************************
*
*	Image.
*
**************************************************/
#image_container {
	text-align: center;
	margin: 25px 10px 0;
}
#image_container a {
	border: 0;
}
#image img {
	margin-bottom: 5px;
	-moz-box-shadow: 0 0 10px #777;
	-webkit-box-shadow: 0 0 10px #777;
}

/* Message de redimensionnement */
#image_resize_msg {
	font-size: 90%;
	color: #6C6C6C;
	text-align: right;
	display: block;
	margin: -1.2em auto 4px;
	height: 1.2em;
}

/* Description */
#image_description {
	text-align: center;
}
#image_description p {
	text-align: left;
	font-size: 120%;
	line-height: 1.3em;
	margin: 5px auto 20px;
}