/*
MASTER STYLES SHEET
COPYRIGHT © KENDOC.COM 2004 / 2007
*/

/* MASTER STYLES DEFINITION  */
body
{
	margin: 0;
	/*
background-image: url(images/fond-image<? echo $i;?>.jpg);
	background-position: top center;
	background-repeat: no-repeat;
*/
	background-color: #222;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	background-image: url(images/fond.jpg);
	/*background-repeat: no-repeat;
	background-position: 30 30;*/
	/*	background-attachment: fixed;*/
}

/* @group LANGUES */

.fr { color: #666; }

.eng
{
	color: #555;
	font-style: italic;
}

.jp { color: #444; }

/*
.lg_chooser
{
	position: absolute;
	right: 10px;
	top: 1px;
	width: 80px;
	border-color: #FF3629;
	border-width: 1px;
	border-style: solid;
}
*/

/* @end */

/* @group LINKS */

a:hover
{
	color: #E80;
	text-decoration: none;
}

a, a:visited
{
	color: #AE6300;
	text-transform: inherit;
	text-decoration: none;
}

/* @end */

/* OPENING  */
.intro
{
	position: relative;
	width: 400px;
	text-align: justify;
}

.logo
{
	border-style: solid;
	border-width: 1px;
	border-color: #555 #555 #777 #777;
	width: 527px;
	height: 196px;
}

.ref
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
	color: #000;
	background-color: #222;
	visibility: hidden;
}

.choose_lg
{
	position: relative;
	color: #C3C3C3;
	font-family: Verdana;
	font-size: 11px;
	border-color: #595959;
	border-width: 1px;
	background-image: url(images/fond_noir_80.png);
	padding: 15px;
	border-style: solid;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
	background-color: transparent;
	margin-bottom: -70px;
}

.choose_lg_link, .choose_lg_link:visited
{
	color: #FFF;
	text-decoration: none;
}

.choose_lg_link:hover
{
	color: #FFF;
	text-decoration: underline;
}

/* @group BUTTONS */

.dojo_button, .tea_button, .village_button, .garden_button, .master_button, .home_button
{
	border-style: solid;
	border-color: #333;
	border-width: 1px 1px 0px 1px;
	background-color: #111;
	font-family: Futura, Verdana, Arial;
	font-size: 12px;
	color: #AAA;
	padding: 5px 20px 5px 20px;
	margin-right: -1px;
	margin-top: -1px;
	/*z-index: 5px;*/
	cursor: pointer;
	vertical-align: middle;
}

.home_button { padding: 2px 10px 0px 10px; }

.dojo_button:hover, .tea_button:hover, .village_button:hover, .garden_button:hover, .master_button:hover, .submit_button:hover, .home_button:hover
{
	color: #FFF;
	background-color: #1A1A1A;
	/*background-image: url(images/fond_button_over.png);*/
}

.submit_button
{
	border-style: solid;
	border-color: white;
	background-color: #111;
	font-family: Futura, Verdana, Arial;
	font-size: 12px;
	color: #EEE;
	padding: 5px 20px 5px 20px;
	border-width: 1px 1px 1px 1px;
	cursor: pointer;
}

.standard_button
{
	border-style: none;
	background-color: transparent;
	font-family: Futura, Verdana, Arial;
	font-size: 11px;
	color: #AAA;
	padding: 5px 20px 5px 30px;
	cursor: pointer;
	width: 200px;
	text-align: left;
	text-transform: inherit;
}

.standard_button:hover
{
	color: #FFF;
	/*background-image: url(images/petit_mon.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}

.item
{
	border-style: solid;
	border-color: #333;
	border-width: 0px 1px 1px 1px;
	background-color: #111;
	font-family: Futura, Verdana, Arial;
	font-size: 11px;
	color: #AAA;
	margin-right: -1px;
	padding: 3px 6px 3px 6px;
	/*height: 26px;*/
	vertical-align: middle;
	cursor: pointer;
}

.item:hover
{
	/*color: #111;
	background-image: url(images/fond_button_over.png);*/
	color: #FFF;
	background-color: #1A1A1A;
	text-transform: inherit;
	text-decoration: underline;
}

/* @end */

/* @group NAVIGATION */

.menu_dojo, .menu_tea, .menu_garden
{
	position: absolute;
	width: 140px;
	margin-top: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #3A3A3A;
	text-align: left;
	visibility: hidden;
	z-index: 20;
	/*background-image: url(images/fond_nav_bas.png);
	background-repeat: repeat-x;*/
	/*margin-left: auto;
	margin-right: auto;
	background-color: #000;*/
}

.menu_dojo { margin-left: 136px; }
.menu_tea { margin-left: 270px; }
.menu_garden { margin-left: 380px; }



/* @end */

/* @group MASTERS DIVISIONS */

.top_content
{
	position: relative;
	margin-top: 10px;
	/*width: 100%;*/
	text-align: center;
	/*
	border-style: solid;
	border-width: 1px;
	border-color: #F0F;
*/
}

.content
{
	position: relative;
	width: 558px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #252525;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #CCC;
	text-align: justify;
	padding-left: 40px;
	padding-right: 200px;
	padding-top: 0px;
	padding-bottom: 40px;
	overflow: hidden;
	background-image: url(images/fond_content.png);
}

.left_content
{
	float: left;
	width: 520px;
	/*border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #CCC;*/
	margin-left: -20px;
	padding-top: 10px;
	line-height: 22px;
}

.info_illustration
{
	color: #A3876D;
	font-size: 10px;
	font-style: italic;
}

.sub_title
{
	margin-top: 20px;
	margin-bottom: 6px;
	color: #FFF;
	font-size: 15px;
	/*font-weight: 400;*/
	font-family: Futura;
}

.right_content
{
	/*float: right;*/
	color: #A1A1A1;
	width: 175px;
	margin-left: 540px;
	padding-top: 10px;
	margin-right: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #363636;
	padding: 4px;
	background-color: #191919;
}

.info_lien, .info_lien:visited
{
	color: #AE6300;
	text-transform: inherit;
	text-decoration: none;
}

.info_lien:hover
{
	color: #E80;
	text-decoration: none;
	text-transform: inherit;
}

.info_item
{
	margin-bottom: 20px;
	font-size: 10px;
	text-align: left;
	text-transform: inherit;
}

.info_titre
{
	color: #E3ECE7;
	font-size: 11px;
}

.navigation
{
	width: 800px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 0px 1px 1px 1px;
	border-color: #2B2B2B;
	background-color: #000;
	text-align: left;
	vertical-align: middle;
	z-index: 10;
	background-image: url(images/fond_nav_haut.png);
	background-repeat: repeat-x;
}

.free_zone
{
	width: 800px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 1px;
	border-color: #F0F;
	text-align: left;
	background-image: url(images/fond_nav_bas.png);
	background-repeat: repeat-x;
}

.picture
{
	width: 798px;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #333;
}

.titre
{
	width: 773px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -35px;
	font-family: Futura, Arial, Verdana;
	font-size: 20px;
	color: white;
	text-align: left;
	padding: 30px 5px 5px 20px;
	background-image: url(images/fond_titre.png);
	background-repeat: no-repeat;
	z-index: 1;
	vertical-align: text-bottom;
}

.second_button
{
	background-image: url(images/fond_button.png);
	background-repeat: repeat-x;
	padding: 4px 3px 4px 5px;
	color: #7D7D7D;
	font-family: Gill Sans, Verdana;
	font-size: 12px;
}

.second_button:hover
{
	background-image: url(images/fond_button-over.png);
	background-repeat: repeat-x;
	border-color: #0028CB;
	border-width: 1px;
	border-style: solid;
	color: #FFF;
}

.second_button_link { color: #7D7D7D; }

.titre2
{
	width: 725px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #333;
	background-color: #000;
	font-family: Futura, Arial, Verdana;
	font-size: 20px;
	color: white;
	text-align: left;
	padding: 5px 5px 5px 20px;
	background-image: url(images/japan_title.png);
	background-repeat: no-repeat;
	background-position: right;
}

.copyright
{
	position: relative;
	margin-top: 20px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #333;
	text-align: center;
	font-family: Verdana;
}

/* @end */

/* @group IMAGES */

.image_left
{
	float: left;
	margin: 7px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
}

.image_right
{
	float: right;
	margin: 7px;
	border-color: #666;
	border-width: 1px;
	border-style: solid;
	padding: 1px;
}

/* @end */

/* @group GALLERY */

.galerie_titre
{
	margin-bottom: 6px;
	color: #F7F7F7;
	font-size: 14px;
	font-weight: bold;
	margin-left: -10px;
}

.galerie_text { line-height: 17px; }

.movie_content_title
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border-color: #838383;
	border-width: 1px;
	border-style: solid solid none solid;
	padding: 10px;
	text-transform: inherit;
	background-color: #000;
	color: #E5E5E5;
	font-family: Futura;
	font-size: 14px;
	text-align: left;
}

.illustration_content, .movie_content
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	text-transform: inherit;
}

.movie_titre
{
	position: relative;
	margin-top: 10px;
	color: #F2F2F2;
	font-family: Futura, Verdana, Arial;
	font-size: 13px;
	margin-left: 30px;
	margin-right: 30px;
	border-color: #838383 #838383 #282828 #838383;
	border-width: 0 1px 1px 1px;
	border-style: none none dotted none;
	text-align: left;
	padding: 5px 0px 5px 10px;
}

.movie_viewer
{
	position: relative;
	border-color: #838383;
	border-width: 1px;
	border-style: solid;
	background-color: #000;
	padding: 5px 15px 5px 15px;
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
}

.illustration, .movie
{
	border-color: #838383;
	border-width: 1px;
	border-style: solid;
	background-color: #000;
	/*padding: 5px 15px 5px 15px;*/
}

.quicktime_info
{
	margin-top: 20px;
	color: #484848;
	font-size: 10px;
}

.movie_info_size
{
	color: #5D5D5D;
	font-size: 10px;
	font-style: italic;
}

.bouton_fermer
{
	position: fixed;
	right: 10px;
	bottom: 20px;
}

/*
GALLERY
--------------------------------------------------------------------
*/

.gallery
{
	clear: both;
	border-color: #FF92C1;
	border-width: 1px;
	border-style: none;
}

.gallery_titre
{
	position: relative;
	color: #F2F2F2;
	font-family: Futura, Verdana, Arial;
	font-size: 15px;
	margin-top: 10px;
}

.gallery_sous_titre
{
	color: #AE6300;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
}

.gallery_text
{
	position: relative;
	color: #F2F2F2;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 30px;
	line-height: 17px;
}

.gallery_illustration
{
	float: left;
	padding: 1px;
	margin-right: 10px;
	border-color: #646464;
	border-width: 1px;
	border-style: solid;
}

.gallery_mini_info
{
	position: absolute;
	width: 100px;
	left: 250px;
	top: -30px;
	color: #D9D9D9;
	font-family: Verdana;
	font-size: 10px;
}

.gallery_mini
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	height: 120px;
	width: 600px;
}

.gallery_mini_content
{
	position: absolute;
	top: 5px;
	left: 28px;
	width: 524px;
	height: 101px;
	background-image: url(images/fond_mini.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-top: 3px;
}

.gallery_round_left, .gallery_round_right
{
	position: absolute;
	top: 5px;
	width: 9px;
	height: 101px;
}

.gallery_previous_page, .gallery_next_page
{
	position: absolute;
	top: 5px;
	width: 19px;
	height: 101px;
}

.gallery_previous_page { left: 0px; }
.gallery_next_page { right: 20px; }
.gallery_round_left { left: 20px; }
.gallery_round_right { right: 40px; }

.gallery_miniature
{
	border-color: #363636;
	border-width: 1px;
	border-style: solid;
	margin-left: 10px;
	vertical-align: middle;
}

.gallery_miniature:hover { border-color: #C6C6C6; }

.gallery_details
{
	position: absolute;
	top: 35px;
	left: 0px;
	width: 600px;
	height: 410px;
}

.gallery_details_movies
{
	position: absolute;
	top: 35px;
	left: 0px;
	width: 600px;
	height: 410px;
}

.gallery_details_content_picture
{
	padding: 2px;
	border-color: #7A7A7A;
	border-width: 1px;
	border-style: solid;
}

.gallery_details_content
{
	position: absolute;
	top: 0px;
	left: 80px;
	width: 430px;
	height: 410px;
}

.gallery_details_content_movies
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 410px;
}

.gallery_details_previous, .gallery_details_next
{
	position: absolute;
	width: 23px;
	height: 25px;
	top: 130px;
}

.gallery_details_previous { left: 25px; }
.gallery_details_next { right: 25px; }

.gallery_details_info
{
	position: absolute;
	margin-top: 5px;
	margin-left: 20px;
	color: #606060;
	font-family: Georgia;
	font-size: 12px;
	text-align: left;
	font-style: italic;
}

.gallery_details_info_copyright
{
	font-size: 10px;
	color: #444;
}

.gallery_details_info_movies
{
	color: #888;
	font-family: Georgia;
	font-size: 16px;
	text-align: left;
	font-style: italic;
}

.gallery_details_info_movies_credit
{
	color: #333;
	font-family: Georgia;
	font-size: 12px;
	text-align: left;
	font-style: italic;
}

.gallery_mini_movies
{
	float: left;
	text-align: center;
}

/* @end */

/* @group OPEN */

.open_images
{
	position: relative;
	top: 20px;
	/*
	border-color: #0059FF;
	border-width: 1px;
	border-style: solid;
*/
}

.open_master_form
{
	position: relative;
	margin-top: -120px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*
	border-color: #F00;
	border-width: 10px;
	border-style: solid;
*/
	color: #C7C7C7;
	font-family: verdana;
	font-size: 11px;
}

.open_lg_form
{
	/*border-color: #FFF;
	border-width: 1px;
	border-style: solid;*/
	z-index: 0;
}

.open_con_form
{
	margin-left: 110px;
	margin-top: -80px;
	visibility: hidden;
	/*border-color: #FFF;
	border-width: 1px;
	border-style: solid;*/
}

/* @end */

/* @group BLOG */

.blog_top_content
{
	position: absolute;
	top: 30px;
	width: 100%;
	text-align: center;
	/*border-style: solid;
	border-width: 1px;
	border-color: #F00;
	*/
}

.blog_content
{
	width: 670px;
	/*height: 300px;*/
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #333;
	background-color: #111;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #CCC;
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 40px;
	/*overflow: auto;*/
}

.blog_intro { }

.blog_date
{
	color: #B5A062;
	font-style: italic;
	margin-bottom: 5px;
	font-weight: bold;
}

.blog_item_content { }

.blog_item
{
	margin-top: 15px;
	border-color: #2C2C2C;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
}

/* @end */

/* @group NEWS LETTER */

fieldset
{
	border-color: #373737;
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	margin-top: 20px;
}

legend
{
	color: #E9E9E9;
	font-family: Futura, Arial, Verdana;
	font-size: 14px;
	padding: 0 10px 0 10px;
}

.newsletter_info
{
	color: #7A7A7A;
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 15px;
}

#input_receive, #input_unreceive
{
	color: #FFF;
	border-color: #636363 #4E4E4E #4E4E4E #636363;
	border-width: 1px;
	border-style: solid;
	font-family: verdana;
	font-size: 11px;
	padding: 3px;
}

#input_receive:hover, #input_unreceive:hover
{
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
}

#input_receive { background-color: #78A824; }
#input_unreceive { background-color: #4D1516; }

/* @end */




/*
POST IT
-----------------------------------------------------------------------
*/


.postit
{
	position: absolute;
	top: -300px;
	z-index: 5;
	width: 267px;
	height: 237px;
}