/* layout */

 #global {
	min-width: 400px; 
	max-width: 860px;
    vertical-align: top;
	margin: 0 auto;
 }

.block { 
	display: block flow;
 	float: left;
  	width: 400px; 
  	height: 400px;
  	min-width: 400px;
    vertical-align: top;
	text-align: center;
    margin: 3px 3px 3px 3px; 
	padding: 10px 10px 10px 10px; 
	border: 1px solid LightGrey;
 }

 .doubleblock { 
 	display: block flow;
	float: left;
  	min-width: 400px;
	text-align: center;
    margin: 3px 3px 3px 3px; 
	padding: 10px 10px 10px 10px; 
	/* border: 1px solid LightGrey; */
 }

/* type face/positions #571B7e */

  body, p, td { 
	font-weight: normal;
	font-style: normal;
	font-family: Courier New;
  	font-size: 1em;
  	color: grey;
  }

 li { 
	font-weight: normal;
	font-style: normal;
	font-family: Courier New;
  	font-size: 1em;
  	text-align: left;
  	color: grey;
  	list-style-image: url ("fleche.png");
  }

ul {
	list-style-image: url ("fleche.png");
  	font-family: Courier New;
   	font-size: 1em;
   	color: grey;
}

 a { 
  	color: #662194;
    font-style: bold;
   	text-decoration: none;
  }
  
  p {
  	text-align: justify; 
  	font-size: 0.9em;
  	color: grey;
  }
  

 h1 { 
	margin-top: 0pt; margin-bottom: 8px;
	color: #571B7e;
  	font-family:  Courier New;
	font-size: 2.5em;
/*	color: #625D5D; font-variant: small-caps; */
	text-align: center;
	font-weight: normal;
}
  
h2 { 
	margin-top: 0pt; margin-bottom: 12px;
	color: black;
  	font-family: Courier New;
	font-size: 1.3em;
	text-align: center;
	font-weight: normal;
}

 h3 { 
	margin-top: 0pt; 
	margin-bottom: 8px;
  	font-family: Courier New;
	font-size: 1.1em;
	color: #571B7e;
/*	color: #625D5D; e62020 */
	font-weight: normal;
	text-align: center;
	font-variant: small-caps; 
  }



