/*===============================================================
	  STYLES DE TEXTE
  ===============================================================*/

/*===============================================================
	  Titre
  ===============================================================*/
h1 {
  margin-top:5.0pt;
	margin-right:0cm;
	margin-bottom:2.0pt;
	margin-left:0cm;
	line-height:15.0pt;
	page-break-after:avoid;
	font-size:15.0pt;
	font-family:"Tahoma";
	font-weight:normal;
/*	font-style:italic; */
}

.titre1 { /* ex h1 */
	margin: 0;
	font: 18px "Verdana";
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

h2 {
  margin-top:5.0pt;
	margin-right:0cm;
	margin-bottom:2.0pt;
	margin-left:0cm;
	line-height:15.0pt;
  page-break-after:avoid;
	font-size:12.0pt;
/*	font-family:"Times New Roman";*/
	font-weight:normal;
/*	font-style:italic; */
  }

.titre2 { /* ancien h2 */
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	font: 16px "Verdana";
	font-weight: bold;
	text-align: justify;
	color: #FF4000;
	}

.para_Citation {
/*  margin-top:5.0pt;
	margin-right:0cm;
	margin-bottom:2.0pt;
	margin-left:0cm;
	line-height:15.0pt; */
	page-break-after:avoid;
	font-size:11.0pt;
/*	font-family:"Times New Roman";*/
	font-weight:normal;
	font-style:italic; 
}

.Article_Signature {
/*  margin-top:5.0pt;
	margin-right:0cm;
	margin-bottom:2.0pt;
	margin-left:0cm;
	line-height:15.0pt; */
	page-break-after:avoid;
	font-size:11.0pt;
/*	font-family:"Times New Roman";*/
	font-weight: bold;
	font-style:italic;
}
	
h3{
	margin: 0;
	font: 12px "Bookman Old Style";
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 5px;
}

p.enum{
	font: 12px "Bookman Old Style";
	font-weight: bold;
	padding-left: 50px; /* 40px */
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	margin: 2px;
	text-indent: -20px;
	line-height: 14px;
}

/*===============================================================
	  Paragraphe	
  ===============================================================*/
p {
	font: 14px "Bookman Old Style";
	font-weight: bold;
}

p.adress_nom{
	font: 12px "verdana";
	font-weight: bold;
	margin: 0;
	margin-left: 40px;
}

p.adress_adress{
	font: 12px "verdana";
	margin: 0;
	margin-left: 50px;
}

a.adress_mail{
	font: 12px "verdana";
	margin: 0;
	margin-left: 50px;
}

/*===============================================================
	  Enumération	
  ===============================================================*/
ul {
	font: 14px "Bookman Old Style";
	font-weight: bold;
}

ol {
	padding-bottom: 6px;
}

/*===============================================================
	  Classe
  ===============================================================*/
.bleu  {
	color: blue;
	font-weight: bold;
}

.italique {
	font-family: Arial, Geneva, "Vera sans";
	font-style: italic;
}

.SM {                    
	font-variant: small-caps;
	}