body {
	background-color: #fff;
	font-family: Verdana, "Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size: 0.77em;
	margin: 0.1em;
}

img {border-width: 0;}

hr {visibility: hidden;}

acronym {
	color: #989892;
	cursor: help;
}

blockquote,q{
	font-style: italic;
	color: #989892;
	background-color:transparent;
}

.spacer {
 	clear: both;
}

:focus{
	background-image: none;
	background-color:#666;
	color:#fff;
}

/***********************************************************************/
#page {
	color: black;
	background-color: #fff;
	/*------------------------------------------------------*/
	/* INDISPENSABLE POUR IE6 (au moins)!!!
	/*------------------------------------------------------*/
	 border: 1px solid #fff; /* INDISPENSABLE POUR IE!!! */
	/*------------------------------------------------------*/
}



/***********************************************************************/
/* 								BANNIERE DU HAUT                            */
/***********************************************************************/

#header {
	height: 6em;
}

#header h1 {
	font-weight: bold;
    font-size:1.4em;
}


#logo {display:none
	
}




/***********************************************************************/
/*                          CONENU CENTRAL                             */
/***********************************************************************/
#contenu {
	margin:0 /*à ras 135px */
}

#texte {
text-align:justify;
width: 98%;
}

#texte  strong {
color: #26468e;
}


#texte h2 {
	color: #26468e;
	border: 1px solid #26468e;
	border-width: 0 0 1px 0;
	font-size:1.4em;
}

#texte h3 {
color:#2D5C8A;
margin-bottom:0.5em;
font-size:1.1em;
}



/*#texte p {
	text-indent: 1em;
}*/

/* -lien--------*/
#texte p a {
color: #369; /*#989892;*/
text-decoration: underline;
}
#texte p a:link {
color: #369; /*#989892;*/
text-decoration: underline;
}

#texte p a:visited {
	color: #a69; /*#989892;*/
	text-decoration: underline;
}
#texte p a:hover {text-decoration: none;}

/* -societe--------*/
#texte p span.ste, #texte p span.ste a{
	color: #f90;
	font-style:italic;	
}

/* -groupe--------*/
#texte p span.grp, #texte p span.grp a{
	color: #f90;
	font-style:italic;
}

/* -termes "officiel"--------*/
#texte p span.officiel, #texte p span.officiel a{
	font-style:italic;
	color:#989892;
}

/* -cadre--------*/
#texte .encart{
  background-color: rgb(204, 191, 202); 
  border: dotted 1px; 
  padding: 4px; 
  margin:6px 2px 6px 2px;
  font-family: "Trebuchet MS";
  font-size: 0.9em;
}

#texte .encart-a-droite{
  background-color: rgb(204, 191, 202); 
  border: dotted 1px; 
  padding: 4px; 
  margin: -16px 0px 0px 10px;
  font-family: "Trebuchet MS";
  float: right;
  width: 160px;
  text-align: left;
  
}

#texte .encart-a-gauche{
  background-color: rgb(204, 191, 202); 
  border: dotted 1px; 
  padding: 4px; 
  margin: -8px 10px 0px 0px;
  font-family: "Trebuchet MS";
  float: left;
  width: 160px;
  text-align: left;
  
}

/* -colonne--------*/
#texte .image-a-droite{
 float:right;
 margin:0 0 10px 10px;
}

#texte .image-a-gauche{
 float:left;
 margin:0 10px 10px 0;
}

#texte .deux-colonnes{
  float:left;
  width:48%;
  text-align:left;
  padding-right:10px
}

/*----------------------- les tableaux--------------------*/
#texte table {
	border: 1px inset silver; /*#4b73cf;*/
	text-align: left;
	margin-bottom: 2em;	
	width: 100%;
}
#texte th {
	background-color: #26468e;
	color: #fff;
	text-align: center;
	border: 1px outset silver; /*#4b73cf;*/
	padding: 0.5em;
}
#texte td {
	border: 1px outset silver; /*#4b73cf;*/
	padding: 0.5em;
}

#texte tr	{
	padding:0;
}

#texte li {padding-top:6px;
}

#texte table ul {
	padding-left: 15px;
}


/***********************************************************************/
/*                    LES MENUS                                        */
/***********************************************************************/
#menus{display:none
	
}



/*------------------------------------------------------------*/
/*                       MENU PIED DE PAGE                    */
/*------------------------------------------------------------*/
#footer {display:none
}


