﻿Corps
{
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
}

/* L'en-tête */

#en_tete
{
   width: 1000px;
   height: 250px;
 background-image: url("images/neozonde.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   	margin-left: auto;
	margin-right: auto;

}


.mon_id { 
overflow: scroll; 
position:absolute; 
width: 80%; 
height: 500px; 
margin-top: 35px; 
margin-left: 00px; 
border: 1px solid black 
} 

/* Le menu */

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
	background-color: #626262;
	border: 2px solid black;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}

.centre {
	text-align: center;
}


/* Le corps de la page */

#corps
{
   margin-left: 140px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   
   color: #B3B3B3;
   background-color: #626262; /* Une couleur de fond pour le corps */
   
   border: 2px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
}

/*
other
*/
div#member {
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1;
	height:20px;
	border-bottom:1px #d3d3d3 solid;
	text-align:right;
}