#conteneur{width:800px;
           margin:0 auto;
           border: 1px solid gray;
           background-color: #FFF;}

#centre {  margin-left: 280px;
           border-left: 1px solid gray;}

#gauche {  float:left;
           width: 280px;
           border-right: 1px solid gray; }

div#navigation_haut2
        {  margin:0;
           text-align:center;
	   color: white;
	   background-color: gray;
	   font-size:16px;
	   font-weight:bold;
	   font-family: arial, verdana, times, sans-serif ;
	   font-variant: small-caps ;
	   letter-spacing : 4px ;}

div#navigation_menu
{          border-bottom:1px solid gray;
           padding:0px 0 10px 0;  }

div#navigation_recherche
{          font:11px, Verdana, Arial, small-caps;
           border-top:1px solid gray;
           border-bottom:0px solid gray;
           border-right:0px solid gray;
           padding:10px 0 10px 0;
           text-align:center;  }

/******* TITRE DE L'ARTICLE (libellé du choix dans le menu) *******/
.titre_art {
	text-align:center;
	color: gray;
	font-size:14px;
	font-weight:bold;
	font-family: arial, verdana, times, sans-serif ;
	font-variant: small-caps ;
	letter-spacing : 3px ;
}
/******* SUR- TITRE DE L'ARTICLE (zone vierge colorée) *******/
.surtitre_art{
	background-color: gray;
	font-size:10px;
}
/*******  TITRES DANS LE TEXTE******/
h3.spip {
	text-align:center;
        /*  color: #ff7200 ;   */
        color : white;
	font-size:11px;
	font-weight:bold;
	text-transform: Uppercase;
	letter-spacing : 1px ;
	background-color:gray;
	border: 0px Gainsboro solid;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	line-height:200%;
	}


