body {
	margin : 0;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.75em;
	background: #FFF;
	color : #39455B;
}


h1 { 
	font-size : 1.6em; 
	margin : 0px; 
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif; 
	font-weight : normal;
	padding-left: 10px;
}
h2 { 
	font-size : 1.5em; 
	margin : 0px; 
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
}
h3 { 
	font-size : 1.17em; 
	margin : 0px; 
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
}

a{
	color: #336699;
	text-decoration: none;
}
a:hover{
	color: #8D0F00;
}

img{
	border: 0;
}


#page {
	text-align:left;
}

#header {
	/*background: #F1F4FF url(inc/head.jpg) no-repeat right bottom;*/
	background: url(inc/bg_tatami.jpg) repeat right bottom;
	height: 60px;
	border-bottom: 1px #39455B solid;
}
#header a {
	color:#FFFFFF;
}
#header a:hover {
	text-decoration:underline;
}
#header h1 {
	padding-top:10px;
}




#galerie{
	text-align:left;
	padding-left: 15px;
	clear:both;
}

#galerie a{
}



#view{
	text-align:center;
	background: url(inc/hangul.gif) no-repeat right bottom;
}

#view h2{
	margin: 0px;
}
#view p{
}

#thumbnails{

}

.thumbs {
	float: left;
	width: 120px;
	height: 120px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
	background: #FFFFFF;
	border: 1px solid #39455B ;
	padding-top: 5px;
}

.thumbs a img{
	border: 5px solid #8D0F00;
}
.thumbs a:hover img{
	border: 5px solid #336699;
}



.precedant{
	float: left;
	margin-left: 80px
}
.precedant a img{
	border: 5px solid #8D0F00;
}
.precedant a:hover img{
	border: 5px solid #336699;
}

.suivant{
	float: right;
	margin-right: 80px
}
.suivant a img{
	border: 5px solid #8D0F00;
}
.suivant a:hover img{
	border: 5px solid #336699;
}



.photo{
	clear: both;
}

.photo img{
	border: 10px solid #8D0F00;

}


.exif{
	clear: both;
	background: #FFFFFF;
	text-align: left;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px #39455B solid;
	color:#336699;
}

#footer{
	clear: both;
	margin-top:20px;
	text-align: center;
	border-top: 1px #39455B solid;
	background: url(inc/bg_tatami.jpg) repeat right bottom;
	color:#FFFFFF;
	padding-bottom :10px;
}