/*
 title : Japan
 author : Yoan Blanc for FrenchMozilla 
 date : 23 July 2003
  
 * Yoan Blanc : http://www.switchback.ch/greut/
 * FrenchMozilla : http://frenchmozilla.sourceforge.net
	
*/
body, html, h1, #menu ul{
 margin : 0;
 padding : 0;
}
h2, h3, h4, h5, h6{
 font-family : Georgia, serif;
 margin-top : 0px;
}
body {
 background : #000;
 color : #fff;
 font-family : Arial, Verdana, sans-serif;
}
h1{ 
 visibility : hidden;
}
a[hreflang]:after{
 font-weight: bold;
 content: "\0000a0(" attr(hreflang) ")";
}
a[href^="http://"]:before {
 content:"»\0000a0";
 color:#c60;
 font-weight : bold;
 background-color:transparent;
}
abbr, acronym{
 cursor : help;
}
em{
 font-weight : bold;
}
/* header */
#header{
 margin : 4px;
 height : 62px;
 width : auto;
 background : #fe2a04 url(japan/titre.png) no-repeat;
 color : #fff; 
}
/* fr-mozilla */
#baguette{
 background : transparent url(japan/fr_fond.gif) no-repeat;
 padding : 0;
 float : left;
 width : 128px;
 height : 128px;
 visibility : visible;
 display : block;
 position : relative;
}
#menu, #contenu, #traducteurs{
 background : #fff;
 color : #000;
}
/* Menu */
#menu{
 position : absolute;
 top : 70px;
 right : 4px;
 width : 192px;
}
#menu h2{
 font-family : Arial, Verdana, sans-serif;
 font-size : 1.1em;
 padding-left : 15px;
 margin-bottom : 0;
 border-bottom : 2px solid #000;
 background : #fff url(japan/puce_menu.png) no-repeat;
 color : #930;
 background-position : left; 
}
#menu ul{
 border-bottom : 4px solid #000;
}
#menu li{
 display : inline;
}
#menu a, #menu span{
 display : block;
 text-decoration : none;
 background : #FA0; /*#F2A204*/
 font-size : 80%;
 color : #630;
 padding : 1px 0 1px 20px;
 width : 192px;
 voice-family:"\"}\"";
 voice-family:inherit;
 width : 172px; 
}
html>body #menu a,html>body #menu span{
 width : 172px;
}
#menu a:hover, #menu span{
 background : #fc3;
 color : #333;
}
/* Corps */
#contenu, #traducteurs{
 position : relative;
 top : 0px;
 left : 4px;
 margin-right : 204px;
 padding-bottom : 10px;
}
 /* titres */
#contenu h2, #traducteurs h2{
 border-bottom : 2px solid #999;
 font-size : 1.5em;
 padding-left : 10px;
 background-color : #000;
 color : #fa0;
}
#contenu h3, #traducteurs h3{
 border-bottom : 1px solid #999;
 font-size : 1.2em;
 margin : 0 10px;
}
#contenu h4, #contenu h4{
 background : transparent;
 color : #666;
 padding : 2px;
 margin : 0 15px; 
 border-bottom : 1px dotted #ccc;
}
#contenu li, #traducteurs li{
 font-size : 0.9em;
 list-style: circle;
}
#contenu p, #contenu dt{
 padding-left : 5px;
 padding-right : 5px;
}
#contenu dt{
 font-weight:bold;
}
#contenu dd{
 font-size : 0.9em;
 margin-bottom : 1em;
 max-width : 40em;
}
#traducteurs {
 position : relative;
 top : 0px;
 left : 4px;
 margin-right : 204px;
 padding-bottom : 10px;
}
/* Style */
#form-style{
 position : absolute;
 top : 4px;
 right : 4px;
 display : inline;
 font-size : 0.8em;
}
#form-style fieldset{
 display : inline;
 border : 0 none;
 padding : 4px;
 background : #f30;
 color : #fff;
}
#form-style select{
 font-size : 0.9em;
 background : #fa0;
 border : 1px outset #c90; 
 color : #000;
 margin-left : 1em; 
}
#form-style option{
 border : 1px outset #c90;
}
#form-style input{
 font-size : 0.8em;
 background : #f30;
 border : 1px outset #c00;
 color : #fff;
 font-weight : bold;
 margin-left : 1em;
}
#form-style input:hover{
 color : #000;
 background: #fff;
}
/* Footer */
#footer{
 margin : 2em 0 0 0;
 background : #666;
 color : #ccc;
 border-top : 4px solid #333;
 border-bottom : 4px solid #999;
 padding : 4px;
 font-size : 0.7em;
 text-align : center;
}
#footer a{
 color : #fff;
}
/* Classes */
 /* addon */
.addon{
 margin : 10px 10%;
 border : 2px solid #000;
 padding : 5px;
}
.addon:hover{
 border-color : #f30;
}
 /* section */
.section p{
 margin-left : 20px;
}
 /* warning */
.warning{
 border : 3px solid #f30;
 margin : 10px 10% !important;
 color : inherit;
 background : #fc6; 
 padding-top : 5px; 
}
.warning strong{
 color : #f00;
 padding : 5px 50px 5px 5px;
 margin : -5px -5px 5px -5px !important;
 min-height : 40px;
 display : block;
 background : #fff url(japan/warning.png) no-repeat;
 background-position : top right;
 border-bottom : 2px dashed #f00;  
}
.warning:hover{
 border-color : #f60;
}
.warning:hover strong{
 border-color : #f60;
}