body
{
   margin: auto;
   margin-top: auto;
   margin-bottom: auto;
   background-color: #63719A;
   background-image: url("images/fond.png");
   background-repeat: no-repeat;
   background-position: top center;
}

.bloc_titre
{   
    font-family: Times news roman;
	color: black;
	font-size: 14px;
	
	text-align: center;
	top: -50px;
}

.bloc_titrecopy
{   
    font-family: Times news roman;
	color: black;
	font-size: 14px;
	
	text-align: center;
	bottom: -10px;
	background-position: bottom;
}

.url
{   
    font-family: Times news roman;
	color: black;
	font-size: 14px;
	text-align: center;
}

#header
{
   position: relative;
   top: 0em;
   
   with: 668px;
   height: 187px;
   
   background-image: url("images/header_essai.png");
   background-repeat: no-repeat;
   background-position: top center;

}

.logo
{
   width: 323px;
   height: 102px;
   float:right;
}


.menu
{
   width: 646px;
   height: 64px;
   /* background-image: url("images/barrenav.png"); */
   
   margin:auto;
   top: 0em;
   
   background-repeat: no-repeat;
   background-position: center; 
}

#contenu
{
   position: relative;
   top: 0em;
   
   with: 626px;
   height: 779px;
   
   background-image: url("images/contenu.png");
   background-repeat: no-repeat;
   background-position: center;
}
#contenu_texte
{
   position: relative;
   top: 1em;
   
   width: 500px;
   height: 700px;
   
   background-repeat: no-repeat;
   margin: auto;
   	text-align : justify; 

}

.copyright
{
font-size: 0.7em;
color: black;
}

.justifie 
{ 
  width: 250px;
  text-align : justify; 
}

a
{
  color: black;
}

a:hover
{
  color: white;
}
.menu ul
{
display: inline;
}

.menu li
{
  display: inline;
  text-align: center;
  margin: 6px;
  /* border : 1px inset red; */
} 

