/*
CSS associé au plugin LecteurPDF
Author: Xaxa
Version: 1.0
*/
/*
.test_1 {
	text-align : left;
	color: black;
	font-size: 18px;
	font-weight: bolder;
// background-color: #61CE70;
}

.test_2 {
	text-align : left;
	color: red;
	font-size: 18px;
	font-weight: bolder;
// background-color: #61CE70;
}
*/
.Gras-18px {
	font-size: 18px;
	font-weight: bolder;
}

.LecteurPDF-Bouton-lien {

	width:100px;

	height:20px;

	background-color: #61CE70;

	border: 2px solid black;

  color: black;

	font-weight: bolder;

  padding: 0px 0px 0px 0px; 

  text-align: center;

	border-radius: 20px;

  text-decoration: none;

  display: inline-block;

  font-size: 12px;

  margin: 0px 0px;

  cursor: pointer;

}

.LecteurPDF-Bouton-lien:hover{

	color: #F6F3EC;

  background-color: #769900;

  border: 2px solid red;

}


input[type="submit"].LecteurPDF-Bouton-input {

	width:100px;

	height:20px;

	background-color: #61CE70;

	border: 2px solid black;

  color: black;

	font-weight: bolder;

   padding: 0px 0px 0px 0px; 

  text-align: center;

	border-radius: 20px;

  text-decoration: none;

  display: inline-block;

  font-size: 12px;

  margin: 0px 0px;

  cursor: pointer;
  
  text-transform: none;


}

input[type="submit"].LecteurPDF-Bouton-input:hover{

	color: #F6F3EC;

  background-color: #769900;

  border: 2px solid red;
  
}


