/* ---- Conteneurs ---- */
div.serie_photo
{
	clear: both;
	margin: 1.2em 0 1em 0;
	padding: 0;
}

div.conteneur_thumbnail
{
	margin: 10px;
	float: left;
	width: 120px;
	height: 180px;
}

div.conteneur_thumbnail .image
{
	display: block;
	text-align: center;
}

div#contenu a img
{
	padding: 3px;
	margin: 5px;
	border: 1px solid darkgray;
	background-color: #fff;
}

div.conteneur_thumbnail a
{
	text-align: center;
}

div.conteneur_thumbnail .titre
{
	display: block;
	text-align: center;
	text-decoration: underline;
}



/* ---- Albums, photos ---- */
#entete
{
	position: relative;
	margin: 0;
}

#entete p
{
	margin: 1em .5em 1em .5em;
	text-indent: 2em;
}

#entete p a
{
	float: right;
	display: block;
}

#contenu h1
{
	font-size: 1.8em;
	margin: 0;
}

#contenu h2
{
	font-size: 1.3em;
	margin: 1em 0 0 0;
	padding: 0 0 0 1em;
}

div#conteneur_photo div#the_photo
{
	float: left;
	width: 100%;
	padding: 0;
	text-align: center;
	overflow: auto;
	margin: 1.2em 0 1.2em 0;
}

div#conteneur_photo div#the_photo img
{
	display: block;
	margin: auto;
}

div#conteneur_photo fieldset
{
	clear: both;
	margin: 1.2em 0 1.2em 0;
	padding: .2em .6em .2em .6em;
	border-width: 1px 0 0 0;
	border-color: #067790;
}

div#conteneur_photo fieldset legend
{
	color: #067790;
	font-weight: bold;
}

div#conteneur_photo fieldset a.photo_frere
{
	display: block;
	float: left;
	line-height: 72px;
	height: 72px;
}

div#conteneur_photo fieldset a.current_photo
{
	background-color: #03b5ff;
}

div#conteneur_photo fieldset a.photo_frere img
{
	vertical-align: middle;
}

.navig-cell
{
	width: 30%;
	float: left;
	padding: 3px;
	text-align: center;
}

div.navig-prev
{
	padding-left: 16px;
	background: url(http://www.diable-vauvert.com/photo/img/1leftarrow.png) no-repeat left center;
}

div.navig-current
{
	width: 32%;
	margin: auto;
	font-weight: bold;
}

div.navig-next
{
	float: right;
	padding-right: 16px;
	background: url(http://www.diable-vauvert.com/photo/img/1rightarrow.png) no-repeat right center;
}



/* ---- Map ---- */
div#map_title
{
	text-align: center;
	padding: .5em;
}

div#map_title a
{
	background: url(http://www.diable-vauvert.com/img/browser_alt.png) no-repeat left center;
	padding: 0 0 0 20px;
}

div#wrap_map
{
	position: relative;
	clear: both;
	width: 100%;
	overflow: auto;
}

div#map_content
{
	height: 0;
	width: 600px;
	margin: auto;
	overflow: auto;
}

div#map_content.is_shown
{
	height: 300px;
}

div.tooltip
{
	color: black;
	font-weight: bold;
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: .2em .4em .2em .4em;
	border: 1px solid black;
	text-align: center;
}

