/*  documents00css */
/*******************************/

body {
	margin: auto;
	padding: 20px;
	border: solid #CC6666;
	border-image: none;
	top: auto;
	width: auto;
	height: auto;
	font-family: "Tahoma", "Geneva", sans-serif;
	background-color: #CCCCCC;
	text-align: justify;
	line-height:normal;
}
.bodyText {
	font-size: 18px;
	color: #0D0C0C;
	font-family: Tahoma, Cambria, "Times New Roman";
	line-height: normal;
	text-align: justify;	
	}
p {
	font: 1em, Tahoma, Geneva, sans-serif;
	color: rgb(0, 0, 0);
	text-transform: none;
	line-height: 1.25em;
	text-indent: 20px;
	text-decoration: none;
	text-align: left;         	/* text-align: left; */
}
.gauche {
	text-align: left
}

.centre {
	text-align: center;
}
.justifie {
	text-align: justify;
}
.out_indent {
	text-transform: none;
	text-indent: 0px;
	}

.petit_italique {
	font-size: 0.8em; 
	text-transform: none; 
	line-height: normal; 
	font-family: Tahoma, Geneva, sans-serif; 
	font-style: italic; 
	font-weight: normal;
}

.entete1 { font-size:3em; }

ul {
	text-transform: none; 
	text-indent: 0px;
}
li {
	font: 1em, Tahoma, Geneva, sans-serif;
	font-style: normal; 
	font-weight: normal;
}
ol {
	font-size: 1em; 
	text-transform: none; 
	line-height: normal; 
	text-indent: 0px; 
	font: 1em, Tahoma, Geneva, sans-serif;	
	font-style: normal; 
	font-weight: normal;
}
ol.lettre {
	list-style: lower-alpha;
}
dl {
	text-transform: none; 
	text-indent: 0px;
}
.mail {
	font: bold 14px/normal Verdana; 
	color: rgb(255, 102, 51); 
	font-size-adjust: none; 
	font-stretch: normal;
}
.ar-pl01 {
	background-color: rgb(255, 204, 153);
}

.noir {
	color: rgb(0, 0, 0);   /*   noir  */
	font-size: 18px;
}
.gris {
	color: #999999;
}
.bleu {
	color: #0033cc;
}

.rouge {
	color: #ff0000;
	}
.vert {
	color: #336633;	
}
.vertvert {
	color: #339966;
}

.jaune {
	color: #ffcc00;
}
.orange {
	color: #dd6600;
}
.gris_clair {
	color: #999999;
}
.Style1 {
	color: rgb(51, 51, 255);
}
.Style2 {
	color: rgb(255, 0, 0);  /* rouge */
}
.Style3 {
	color: rgb(102, 153, 102); /* vert clair */
	font-weight: bold;
}
.Style4 {
	color: rgb(51, 153, 102); /* vert clair */ 
	font-family: "Lucida Handwriting";
}
.Style5 {
	color: rgb(0, 0, 0); /*  noir  */
	line-height: normal; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 36px; 
	font-style: normal; 
	font-weight: bold;
}
.Style6 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
}
.Style7 {
	color: rgb(0, 0, 0);   /*   noir  */
	font-size: 18px;
}

.Style9 {
	color: #999999;   /*   gris */
}
.Style10{
	color: #339933;   /*   vert  */
	font-weight: bold;
}

.Style11 {
	font-family: "Lucida Sans", "sans-serif"; 
	font-size: 10px;
}
.sous_titre {
	font: bold  Tahoma, Geneva, sans-serif; 
	color: #993300; 
	text-transform: none;
}
.backgroud_vert {
	background-color: #339966; /*  rgb(51, 153, 102)   */
}
.backgroud_bleu {
	background-color: rgb(0, 204, 255);
}
.backgroud_jaune {
	background-color: rgb(255, 204, 0);
}
.backgroud_rouge {
	background-color: red;
}

.img-container {
  float: left;
  width: 33.33%; /* three containers (use 25% for four, and 50% for two, etc) */
  padding: 5px; /* if you want space between the images */
} 

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
.hr { 
	height:3px;
	border-width:1;
	color:gray;
	}
