/*********************** ENTETE *****************************/


/* gestion de l'entete*/
#entetedroit {
  text-align: center;
  text-transform: uppercase;
  font-family: Times New Roman;
  font-size: 20px;
}
#coldroitligne1 {
  font-size: 30px;
  font-weight: bold;
  color: blue;
  padding: 0px;
  margin: 1px;
}
#coldroitligne2 {
  text-transform: capitalize;
  font-family: Diploma;  
  font-size: 30px;  
  color: green;
  padding: 0px;
  margin: 1px;
}
#coldroitligne3 {
  font-size: 15px;
  color: red;
  padding: 0px;
  margin: 1px;
}
#coldroitligne4 {
  color: #ff00ff;
  padding: 0px;
  margin: 1px;
}
#coldroitligne6 {
  text-transform: small-caps;
  font-weight: bold;
}
#entetegauche {
  text-align: center;
  font-family: Times New Roman;
  font-size: 20px;
}
#colgaucheligne1 {
  font-size: 27px;
  font-variant: small-caps;
  font-weight: bold;
  color: blue;
  padding: 0px;
  margin: 0px;
}
#colgaucheligne2 {
  font-size: 25px;
  font-weight: bold;
  color: green;
  padding: 0px;
  margin: 0px;
}
#colgaucheligne3 {
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  margin: 1px;
}
#colgaucheligne4,
#colgaucheligne5,
#colgaucheligne6,
#colgaucheligne7 {
  font-size: 14px;
  text-align: left;
  padding: 0px;
  margin: 1px;
}
#colgaucheligne4 {
  font-variant: small-caps;
}
#soulignebleu {
  text-decoration: underline;
  color: blue;
  font-size: 15px;
}
#colgaucheligne7 {
  color: #ae0000;
}
#logo {
  position: absolute;
  left: 54px;
}
#infoetudiant {
  font-size: 20px;
  font-weight: bold;
  color: #000075;
}
#piedreleve {
  font-family: Times New Roman;
  font-size: 17px;
  color: #000075;
}
#piedreleve1 {
  font-size: 20px;
  color: black;
}
#piedreleve2 {
  font-size: 20px;
  color: black;
  text-align: right;
}

.break{
    page-break-after: always;
    page-break-inside: avoid;
}

table, tr,div, td, th, tbody, thead, tfoot {
    page-break-inside: avoid !important;
}

/*********************** corp *****************************/

#corpsreleve {
	background: url("../../bundles/cathoadmin/images/areleven.png") no-repeat 75%;
	background-size:50em;
	background-position:center;
}

.entete{ 
   background-color: rgb(220, 220, 220); 
} 

.chengo_color{ 
	background-color: rgba(207, 160, 233, 0.9);
}

page[size="A4"] {
  background: white;
  width: 21cm;
  height: 29.7cm;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
@media print {
  body, page[size="A4"] {
    margin: 0;
    box-shadow: 0;
  }
}