﻿/*** Body ***/
body 
{
background:#8b8b8b;
color:#303030;
/*** font:76% Verdana,Tahoma,Arial,sans-serif; ***/
font:76% Verdana,arial,sans-serif;
margin:0;
padding:0;
}

p 
{
line-height:1.3em;
margin:0 0 15px 15px; /* 19.7.2015 add a left margin */
}

/* Style pour légende d'image*/
p.image_legend
{
font-size:0.7em;
}

h1
{
font-size:1.4em;
}

h2
{
font-size:1.1em;
}

table
{
border-collapse: collapse;
cellpadding:"5";
}

td
{
border: 1px solid black;
}

/*** Container of whole page ***/

#container
{
background:rgb(235,240,247);
width:900px;
margin:10px auto;
padding:1px 0;
text-align:left;
color:#303030;
}



/*** Top header ***/

#tophead
{
color:#000000;
height:100px;
margin:0px 0px 5px;
border:1px solid #b0b0b0;
border-top:0px;
background:url(images/banner_kimono.jpg) no-repeat;
background-size:cover;
position:relative;
}

/*** Container for the text "Nanbudo..." in the header. Is aligned to the bottom ***/
#topheadbottom
{
bottom:0px;
height:45px;
position:absolute;
margin-left:5px;
z-index:2;
}

#topheadbottom h1
{
font-family:"Tahoma";
font-size:24px;
font-weight:lighter;
}

/*** Container for the Nanbudo logo on the top left corner ***/
#topheadlogo
{
float:left;
height:72px;
width:72px;
position:relative;
background-image:url(images/logo_nanbudo.png);
background-repeat: no-repeat;
z-index:1;
}


/*** Menu ***/

#menu
{
float:left;
margin-bottom:15px;
border-bottom:0px;
width:100%;
}

#menu ul 
{
font-size:16px;
margin:0;
padding:0;
}

#menu li 
{
float:left;
height:35px;
list-style:none;
margin:0;
padding:0;
}


#menu a 
{
border-right:1px solid #b0b0b0;
color:#606060;
display:block;
font-size:0.7em;
padding:11px 10px 10px;
text-transform:uppercase;
background-image: url(images/menubtnback.jpg);
}

/*** 19.7.2015 START ***/
/*** Highlight in menu tabs ***/
/*** Use for override for the "STAGE 2015" tabs ***/
#menu a.stage
{
color:rgb(255,0,0); /*** red ***/
}
/*** 19.7.2015 END ***/

#menu a:hover 
{
background:#f0f0f0;
color:#505050;
text-decoration:none;
background-image: url(images/menubtnbackhover.jpg);
}



/*** Container for the 3 columns content ***/

#contentparent {
font-size:1em;
padding:0;
overflow:auto; /*helps to align vertically the center column*/
border:1px solid rgb(235,240,247); /*If not keeping the border, the child Div disappear*/
}



/*** Left and right columns of content ***/

#mainleft,#mainright
{
font-size:0.9em;
padding:0 10px 10px;
}


/*** Left column of content ***/

#mainleft
{
float:left;
height:400px;
width:20px;
}


/*** Right column of content ***/

#mainright
{
float:right;
width:210px;
max-height:400px;
overflow:auto;
}

#mainright h1
{
font-size:1.1em;
}

#mainright h2
{
font-size:1em;
}

/*** Center columns of content ***/

#maincenter
{
font-size:0.9em;
background-color:#fafcff;
min-height:400px;
border:1px solid #000000;
color:#2a2a2a;
padding:1px 10px;
width:600px;
text-align:left;
margin:auto;
margin-left:40px;
}

/*** 19.7.2015 START Center column stage 2015 ***/
#maincenterstage
{
float:right;
/*** font-size:0.9em; ***/
background-color:#dcffbc; /*** Light green***/
min-height:320px;
border:1px solid #000000; 
color:#2a2a2a;
padding:1px 10px;
width:240px;
text-align:left;
margin:5px;
margin-left:5px;
}
/*** 19.7.2015 END Center column stage 2015 ***/

/*** Bottom Footer ***/

#bottomfooter
{
color:#2a2a2a;
height:20px;
margin:0;
border:0px;
text-align:center;
font-family:"Tahoma";
font-size:8px;
position:relative;
padding:5px;
width:100%;
}

#horairespecial
{
color:rgb(255,0,0);
font-size:12px;
z-index:0;
top:200px;
left:500px;
width:200px;
position:absolute;
}

/*** Message if password incorrect ***/
#error_password
{
color:rgb(255,0,0);
font-size:12px;
}

