#fond_entete
{
	background-color: rgba(255, 225, 209,0.6); 
	position:absolute;
	left: 290px;
	top: 0px;
	width: calc(100% - 290px);
	z-index: 1;
	padding: 0px;
	overflow: auto;
}

#entete
{
	display: inline-block;
	width: calc(100% - 310px);
	margin : 5px;
	margin-left: 15px;
	position:relative;
	z-index: 2;
}

#contact
{
	display: inline-block;
	width: 45%;
  margin : 5px;
	position:relative;
  padding:auto;
  z-index: 2;
}

.ligne_entete
{
	padding-top: 2px;
	padding-bottom: 2px;
}

h1 /* Nom */
{
	text-align: left;
  margin-bottom: 5px;
  margin-top: 5px;
}

nav
{
	background-color: rgba(255, 225, 209,0.6); 
	display: inline-block;
  width: 265px;
  margin-left : 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;
}

#sous_menu{
list-style-type:none; /* On enleve la puce */
 padding:0;
 width: 265px; 
border:none; 
}

#sous_menu li{
margin: 0; /* On retire les marges interieures et exterieures */
padding: 0;
height:10px;
border:none;
}

#sous_menu a{
text-decoration:none; /* On enleve le soulignement */
display:block; /* C'est ici qu'il faut bien comprendre (j'explique
plus bas) */
padding-left:1.5em; /* Une marge interieure gauche juste pour
l'esthetique */
}

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

#corps
{
	background-color: rgba(255, 225, 209,0.6); 
	position:absolute;
	left:290px;
	top:100px;
	height: auto;
	max-height: calc(100% - 100px);
	width: calc(100% - 310px);
	z-index: 1;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
}

table
{
position:absolute;
left:290px;
top:100px;
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
{
    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%;
}


/*#F5F5F5*/

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

aside
{
display: inline-block;
}

h2 /* Titre des pages */
{

}

h3
{
text-align: left;
}

h4 /* Liens */
{
}

strong
{
}

em
{
	font-size: large;
	font-weight: bold;
	font-style: normal;
}

.column_left
{
Width: 440px;
display: inline-block;
float: left;
}

.column_right
{
Width: 440px;
display: inline-block;
float: left;
}

