/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2006 David Michaud and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Laurence Jacquet
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

/* @import "layout.css"; */
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #fff url(http://www.lejaponalacarte.com/images/map_japon.gif) no-repeat;
	color: #000;
	font-family: arial,  sans-serif;
	font-size: 12px; 
	line-height: 17px; 
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.7em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

FORM {
	margin: 0px;
	padding: 0px;
}
DIV {
	margin: 0px;
	padding: 0px;
}
fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #000;
	font-size: 0.9em;
}

textarea{
	width: 390px;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#main {
	width: 725px;
}



DIV.menuwrap {
	width: 720px;
	margin-left: 10px;
}

DIV.titresite {
	float: left;
	width: 260px;
	font-family: teletext;
	font-size: 42px;
	color: #998;
	padding: 10px 10px 10px 10px;
}

DIV.haut {
	float: left;
	width: 440px;
}

DIV.menuhaut {
	float: left;
	width: 120px;
	font-family: arial,  sans-serif;
	font-size: 10px;
	color: #665;
	padding: 10px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
	border-bottom: 1px solid #D91A20;
}
DIV.buttoncol {
	float: left;
	width: 120px;
	font-family: arial,  sans-serif;
	font-size: 10px;
	color: #665;
	padding: 5px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
}
DIV.itemwrap {
	width: 725px;
	margin: 10px;
}
DIV.logo {
	margin: 50px 10px 17px 267px;
}
DIV.title {
	font-family: arial, sans-serif;
	font-size: 18px;
	text-align: left;
	padding: 10px 0px 5px 290px;
}
DIV.posted {
	float: left;
	width: 124px;
	font-family: arial,  sans-serif;
	font-size: 10px;
	text-align: right;
	color: #998;
	padding: 10px 10px 10px 10px;
}
DIV.date {
	color: #000;
	font-family: georgia, times, serif;
	font-size: 14px;
	text-align: right;
	padding: 0px 0px 18px 0px;
}
DIV.postimage {
	float: left;
	width: 120px;
	padding: 0px;
	margin: 13px 10px 7px 10px;
	background: #fff;
}
DIV.postbody {
	float: left;
	width: 420px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
DIV.autre {
	width: 400px;
	font-family:  arial, sans-serif;
	font-size: 10px;
	padding: 0px 0px 7px 0px;
}
DIV.contenu {
	width: 400px;
	float: left;
	font-family: arial,  sans-serif;
	padding: 0px 0px 7px 0px;
	text-align: justify;
}

DIV.contenu a img {
	border:0;
	padding: 4px 6px 7px 5px;
	width:120px;
}

DIV.subtitle {
	font-family: arial, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #665;
	padding: 40px 0px 0px 290px;
}
DIV.sidetitle {
	float: left;
	width: 260px;
	font-family: arial,  sans-serif;
	font-size: 10px;
	text-align: right;
	color: #665;
	padding: 10px 10px 10px 10px;
}
DIV.commentbody {
	float: left;
	width: 400px;
	font-family:  arial, sans-serif;
	font-size: 10px;
	padding: 10px 10px 7px 10px;
	margin: 0px;
}

DIV.credits {
	font-family: arial, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #ccb;
	padding: 40px 0px 40px 290px;
}

.technorati {
	font-family: arial, sans-serif;
	font-size: 4px;
	color: #ccb;
}
.technorati a {
	color: #ccb;
}

#trackbacks blockquote, #comments blockquote{
	border-left: 5px solid #EEE;
	border-right: 1px solid #EEE;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	margin: -7px 0px 20px 10px;
	padding: 0px 0px 0px 10px;
}

/* Nuage de Mots Cles 
---------------------------------------------------*/
#nuage {
	width: 415px;
	height: 260px;
	padding: 40px 0px 10px 275px;
}

#nuage ul li:first-child{
	/* :fisrt-child selector ne fonctionne pas dans IE */
	padding: 0ex 0;
}

#nuage ul {
margin:0;
padding:0 1em;

}

#nuage li {
display:inline;
margin: 0 .1em;
float: left;
}
#nuage li a {
color: #ccb;
}
#nuage li a:hover {
color: #D91A20;
}
#nuage li.level-1 { font-size: 0.8em; }
#nuage li.level-2 { font-size: 1em; }
#nuage li.level-3 { font-size: 1.2em; }
#nuage li.level-4 { font-size: 1.4em; }
#nuage li.level-5 { font-size: 1.6em;}

#tags {
text-align: right;
}

/* Villes Nuage 
---------------------------------------------------*/
DIV#Fukuoka {
position: absolute;
left:135px; 
top:222px;
}
DIV#Hakone {
position: absolute;
left:410px; 
top:280px;
}
DIV#Hiroshima {
position: absolute;
left:245px; 
top:238px;
}
DIV#Kawasaki {
position: absolute;
left:420px; 
top:286px;
}
DIV#Kyoto {
position: absolute;
left:330px; 
top:255px;
}
DIV#Miyajima {
position: absolute;
left:225px; 
top:245px;
}
DIV#Nara {
position: absolute;
left:327px; 
top:270px;
}
DIV#Osaka {
position: absolute;
left:300px; 
top:263px;
}
DIV#Tokyo {
position: absolute;
left:430px; 
top:280px;
}
DIV#Yokohama {
position: absolute;
left:410px; 
top:292px;
}


/* PUB 
---------------------------------------------------*/
#pub-haut {
	width: 728px;
	height: 90px;
	padding: 15px 0px 0px 0px;
}



a:link {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}
a:visited {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}
a:hover {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}
a:active {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}


div.posted a:link {
color: #665;
font-weight: normal;
text-decoration: none;
}
div.posted a:visited {
color: #665;
font-weight: normal;
text-decoration: none;
}
div.posted a:hover {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}
div.posted a:active {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}


div.menuhaut a:link {
color: #000;
font-weight: normal;
text-decoration: none;
}
div.menuhaut a:visited {
color: #000;
font-weight: normal;
text-decoration: none;
}
div.menuhaut a:hover {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}
div.menuhaut a:active {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}


div.buttoncol a:link {
color: #000;
font-weight: normal;
text-decoration: none;
}
div.buttoncol a:visited {
color: #000;
font-weight: normal;
text-decoration: none;
}
div.buttoncol a:hover {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}
div.buttoncol a:active {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}


div.credits a:link {
color: #ccb;
font-weight: normal;
text-decoration: underline;
}
div.credits a:visited {
color: #ccb;
font-weight: normal;
text-decoration: underline;
}
div.credits a:hover {
color: #D91A20;
font-weight: normal;
text-decoration: underline;
}
div.credits a:active {
color: #D91A20;
font-weight: normal;
text-decoration: underline;
}


div.title a:link {
color: #000;
font-weight: normal;
text-decoration: none;
}
div.title a:visited {
color: #000;
font-weight: normal;
text-decoration: none;
}
div.title a:hover {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}
div.title a:active {
color: #D91A20;
font-weight: normal;
text-decoration: none;
}

