body
{
	background-image: url( "background_square.png" );
	font-family: "Luxi sans", "Lucida Grande", Lucida, "Lucida Sans Unicode", sans-serif;
	font-size: 0.8em;
}

/* dégradé en haut de le page, pour compléter le background */
#gradient_top
{
	background: url( "background.png" ) repeat-x;

	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 656px;
}

/* Contient tous les éléments */
#container_global
{
	background: url( "shadow.png" ) repeat-y;

	position: relative;
	width: 836px;
	
	padding: 13px;
	padding-bottom: 0;
	
	display: table;
	
	margin-left: auto;
	padding-top: 0;
	margin-right: auto;
}

/* Tout de suite après le logo/header du site, contient le menu/texte */
#container_interne
{
	position: relative;

	width: 808px;
	
	display: table;
}

/* Le logo/header du site */
#site_head
{
	background-image: url( "site_head.jpg" );

	position: relative;
	
	top: 0;

	width: 809px;
	height: 179px;
}

/* L'image du haut du menu */
#menu_head
{
	background-image: url( "menu_head.png" );
	
	position: relative;

	width: 258px;
	height: 50px;
}
/*style de la hiérarchie */
#hierarchie {
	background : #eb5503;
	color : #393970;
	}

#hierarchie .on {
	color : #fff;
	}
#hierarchie a:hover {
	color : #fff;
	}
#hierarchie a {
	color : #393970;
	}
/* menu */
#menu
{
	float: left;
	margin-left : 5px;
	width: 235px;
	margin-top : 25px;
}

#Nav li a:hover,#Nav li a:active 
{
	display: block;
	background-color: #fe9730;
	color: #3a3a70;
	text-decoration: none;	
	list-style: none;
	margin: 0; 
	padding: 3px;
}

/* Contient le texte du site, à droite du menu */
#contenu
{
	float: right;
	width: 530px;
	margin: 10px;
	margin-top : -20px;
}

/* Footer */
#footer
{
	position: relative;
	width: 862px;
	height: 49px;
	margin: 0 auto;

	text-align: center;

	background: url("shadow_bottom.png") no-repeat;
}

/* ajout titre article */
.titre {
	color : #eb5503;
	font : arial;
}

/* Style des liens */
a 
{
	color: #604a7f;
	text-decoration: none;
}

a:focus, a:hover, a:active 
{
	color: #f57900;
	text-decoration: underline;
}

/* Style des titres des articles */
.titre_article
{
	font-weight : bold;
	font-size: 20px;
}

/***************************************************************/

.navigation {
	  /*border: 2px dotted #fff;*/
      display: block;
	width: 235px;
      margin: 0;
      margin-top : 0px;
      padding: 0;
      list-style: none;
      /*font: 1.2em "Trebuchet MS", sans-serif;*/
	  font : .9em "arial",sans-serif;
      font-weight : bold;
      }
.navigation a, .navigation span {
      display: list-item ;
      color: #3e3e77;
      text-decoration: none;
      }

	/***************************************************************/