.collapsible {
    /*background-color: #777;
    color: white;
	font-size: 15px;
    padding: 18px;
	*/
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    /*outline: none;*/
	text-decoration: underline;
	background-color: #f1f1f1f1;
}

.active, .collapsible:hover {
    background-color: #009688;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}


body {
     background-color: #FFFFFF; 
     background-repeat: repeat-x; 
     color: #000000;
     border:0px;
     font-size: 16px ;

     margin-top: 70px; 
     margin-left: 40px; 
     margin-right: 30px;   
	 margin-left: 20px;
     font-family: Arial, Helvetica, sans-serif;
}


/*A {text-decoration: none;}*/
A:link {color: #000000;}
A:active {color: #990000;}
A:hover {
	color: #990000;
	/*text-decoration: none;*/
}

LI
{padding-bottom:10px;}

/*P,B,I,INPUT,DIV,UL,OL,CENTER 
{font-family: Arial, Verdana, Helvetica, "Sans Serif";
}


TD{
  font-family: Arial, Verdana, Helvetica, "Sans Serif";
  padding-right: 15px;
  padding-top: 2px;
}
*/
P {
/*  font-size: 12px ;
  font-family: Arial, Verdana, Helvetica, "Sans Serif"; 
*/
  margin-left: 40px; 
  margin-right: 20px; 
  /*text-align: justify;	*/
}


UL 
{
  /*font-family: Arial, Verdana, Helvetica, "Sans Serif"; 
  font-size: 12px ;*/
  margin-left: 20px; 
  margin-right: 20px;
}

OL 
{
 /* font-family: Arial, Verdana, Helvetica, "Sans Serif"; 
  font-size: 12px ;
  */
  margin-left: 20px; 
  margin-right: 20px; 
  text-align: justify;
}

PRE 
{
  font-size: 12px; 
  color: red; 
  font-family: "Courier new";
}

CODE 
{
  font-size: 12px; 
  color: red; 
  font-family: "Courier new";
}
*/

.lagFootNote 
{
    text-align: center;
    margin-left: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, "Sans Serif"; 
    color: #666666
}
.lagFootNote.link{color: #666666;}
.lagFootNote.link.active{color: #666666;}



.lagLine {
	font-weight: bold; 
	font-size: 20px; 
	color: #336699; 
	font-family: Arial, Verdana, Helvetica, "Sans Serif"; 
	margin-left: 10px; 
	margin-right: 20px;
	padding-bottom: 0;
	border-bottom: thin solid #FCCE55;
}

.lagText {margin-left: 40px; margin-right: 20px;}
.lagText2 {text-indent: 0; margin-left: 35px; margin-right: 20px;}

.bleu {color: #336699;}



h1 {
	font-weight: bold;
	/*font-size: 30px;
	font-family: Arial, Verdana, Helvetica, "Sans Serif";*/

	margin-left: 10px;
	margin-right: 20px;
	padding-left: 10px;

	padding-bottom: 0;
	
	color: #000066;
	border-bottom: thin solid #000066;
	/*background-color: #990000;*/
}

H2 {
	padding-top: 10px;
	text-decoration: none;
	color: #000066;
	font-style: normal;
	margin-left: 20px;
	margin-right: 20px;
	letter-spacing: 2px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 20px;*/
	border-bottom: thin solid #000066;
	/*border-left: thin solid #990000;*/ 
	padding-left: 10px;
}

H3 {
  color: #FFFFFF;
  margin-left: 36px; 
  margin-right: 20px;
}

H4 {
  color: #000000;
  margin-left: 36px; 
  margin-right: 16px;
}

IMG {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.BibAuthor{}

.BibInProceedingsTitle{ font-weight: bold ;  }
.BibInProceedingsBooktitle{ font-style: italic ; }

.BibJournalTitle{ font-weight: bold ;}
.BibJournal{  font-style: italic ; }
.BibJournalName{  font-style: italic ; }

.BibBookTitle{ font-weight: bold ; }
.BibPublisher{  font-style: italic ; }

.BibInBookTitle{ font-weight: bold ; }
.BibInBookBooktitle{ font-style: italic;  }

.BibPhDThesisTitle{ font-weight: bold ; }
.BibPhDThesisSchool{font-style: italic;}

.BibMiscTitle{ font-weight: bold ; }
.BibMiscBookTitle{  font-style: italic;}
.BibMiscHowpublished{ font-style: italic;}

.BibTechReportTitle{ font-weight: bold ;}
.BibTechReportInstitution{  font-style: italic;}

.BibCopyright{font-style: italic}
