/* FEUILLE DE STYLE POUR LA PAGE01.HTM */
/*              8.11.2002              */


/* mise en page générale */
BODY { 
      /* le fond de page est appelé directement dans page01.htm */
	/* background: rgb(247,247,255);
	background-image:url(../cha_gra/fondpage.gif);
	background-attachment:fixed; */
	/* background-repeat : repeat-y;  à revoir pour netscape */
	
	/* border-left : solid  1 blue; */	/* filet à gauche de la page */
	margin : 0,0,0,0;
	margin-left : 30;
	margin-right : 30;
	color: black; 				
	font-size: 12;			
	font-family:'Verdana, Arial, Helvetica, helv, sans-serif'
      }

/* tableaux */
TABLE, TABLE.admin {
	/* margin : 0,0,0,0; */
	margin-left : 5;
	margin-right : 5;
	font-size: 11;			
	font-family : verdana, arial, sans serif;
        /*width: 500;*/		/* largeur max du tableau */
	}



/* liens */
A:link {
	color : #8000ff;
	text-decoration: underline;
	}

A:visited { 
	color : #800080;  /* ancien #0000ff;    */
	text-decoration: underline;
	}

A:hover {color : #000000;
	text-decoration: underline;
	}


/* H1, H2, H3,H4, H5, H6, TABLE, OL, UL, .Normal, HR, DIV, SPAN, */

/* titre 1 */
h1    {
	Text-indent : 5 ;
	font-weight : bold; 
	font-size : 16px ;
	margin-top : 10 ;
	margin-right : 5 ;
	margin-left : 5 ;
	color : black;
	background-color : #F0F0F0;
	border-style:solid; 
	border-width:1px;
	border-color:blue; 

	}


/* titre 2 */
P.Titre2 {
	text-decoration : italic}

h2 {	color: blue;
	font-size : 18 ;}

/* titre 3 */
h3, P.T1 {	
	color: gray;
	text-align : left;
	font-size : 16 ;}

/* titre 4 */
h4, P.T2 {
	color: black;
	text-align : left;
     	font-size : 14 ;}

/* titre 5 */
h5, P.T3 {	font-size : 12 ;
	color: black;
	font-weight : italic;
	font: italic;
      }

/* titre 6 */

h6 {
      text-align : right;
      font-weight : italic;
	font-size : 8 ;
	color : blue;
    }

P.emb {	
	font-weight : bold; 
	Text-decoration : italic;
	font-size : 11 ;}

.taille_8
      {
      margin-left : 1;
	font-size : 8pt ;
	color : black;
      }

.taille_10
      {
      margin-left : 1;
	font-size : 10pt ;
	color : black;
      }

.taille_12
      {
      margin-left : 1;
	font-size : 12pt ;
	color : black;
      }

.taille_14
      {
      margin-left : 1;
	font-size : 14pt ;
	color : black;
      }

.taille_16
      {
      margin-left : 1;
	font-size : 16pt ;
	color : black;
      }

.taille_18
      {
      margin-left : 1;
	font-size : 18pt ;
	color : black;
      }

.Retrait1 {
	font-size : 10 ;
	margin-left : 100 ;
	}


/* paragraphe 
Blockquote	{
	width : 200 ;
	font-family : arial;
	font-size  : 10 ;
	text-align : left;
	color : black;
	font-weight : normal}


Blockquote {
	margin-top : 4 ;
	margin-bottom : 4 ;
	margin-left : 80 ;}
*/


/* ligne horizontales */
HR {    size : 1 ;
	margin-top : 1 ;
	margin-bottom : 1 ;
	margin-left : 5 ;
	margin-right : 5 ;
      width : 400 ;
	/* text-align : left; */
	background: transparent; 
	color: blue}

PRE { 
      text-align : right;
      font-style:italic;
      font-weight:italic;
      font-size:10; 
      color:#0000FF; 
      text-decoration:none; }

/* citation */
.citation { 
	font-size : 10;
	color : navy;
	}


