#sous_menu{
list-style-type:none; /* On enlève la puce */
 padding:0;
 width: 210px; 
border:none; 
}

#sous_menu li{
margin: 0; /* On retire les marges intérieures et extérieures */
padding: 0;
height:10px;
border:none;
}

#sous_menu a{
text-decoration:none; /* On enlève le soulignement */
color:#5d90b5;
display:block; /* C'est ici qu'il faut bien comprendre (j'explique
plus bas) */
padding-left:1.5em; /* Une marge intérieure gauche juste pour
l'esthétique */
}

#sous_menu a:hover{
background-color:#e9eefb;
color:black;
}


table
{
position:absolute;
left:150px;
top:150px;
height:auto;
width:1000px;
z-index: 1;
padding:auto;
overflow:auto;
}

/* height: 75%;, style="background-color: white; filter:alpha(opacity=60); -moz-opacity:0.6; opacity: 0.6;"*/
/*url(fuji.jpg) no-repeat 0% 0%*/

body
{	background:url(../image.jpg) 0% 0% fixed;
	background-size:cover;
    padding:0;
	height: 100%;
   width: 100%
     font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

/* background:url(odaiba.jpg) no-repeat center center;*/

#arriere{
   width : 100%;
   height: 100%;
}


p
{
	filter:alpha(opacity=100); -moz-opacity:1; opacity: 1;
    text-align: justify;
    overflow: auto;
	word-wrap: break-word;
	padding: 10px;  /* Marge intérieure de 12px */
	margin: 5px; /* Marge extérieure de 50px */
}

header
{
	text-align: justify;
	width: 1000px;
	padding: 10px;  /* Marge intérieure de 12px */
	margin: 5px; /* Marge extérieure de 50px */
	
}

/*#F5F5F5*/

nav
{
	background-color: #F5F5F5; filter:alpha(opacity=60); -moz-opacity:0.6; opacity: 0.6;
	display: inline-block;
    width: 210px;
    margin : 5px;
	vertical-align: top;
	position:absolute;
left:0px;
top:100px;	
}

nav ul
{
    list-style-type: none;
}

nav a
{
    font-size: 1.3em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}

section
{
    display: inline-block;    
    border:none;
	padding: 10px;
	vertical-align: top;
	
}

aside
{
display: inline-block;
}

h2 /* Titre des pages */
{
position:absolute;
left:35%;
}

h3
{
text-align: center;
}

h1 /* Nom */
{
position:absolute;
left:200px;
width:800px;
top:10px;
height:50px;
text-align: center;
z-index: 2;
}

h4 /* Liens */
{
}

strong
{
}

em
{
	border-width: 2px;
	border-style: ridge;
	border-color: lightblue;
}
