<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** styles de base **/ 
/** utilisés par le site &amp; l'editeur ! **/ 
body,td,th,p,div{
  color:#000000;
  font-family: Arial;
  font-size:12px;
}

div.spacer{

	clear: both;
    margin:0px;
    padding:0px;

}

a {
    color:#234578;
    text-decoration: none;
}
a:hover {
    color:#4578ab;
    text-decoration: underline;
}

h1 {
  font-family: "Lato", sans-serif;
}

h2 {
  padding:0px;
  margin:0px; 
  margin-bottom:10px;    

	  font-family:"Lato", sans-serif;
	  font-weight:normal;
	  font-size:18px;
	  /*background:url(../images/puce_titre_h2.png) left no-repeat #AEC6E8;*/
    background-color:rgba(60,70,96,0.7);
    color:#fff;
	  border-left:2px solid #3C4660;
	  height:27px;
	  padding-top:6px;	  
    padding-left:6px;
}


textarea {
    overflow: auto;
}

/*
  styles pour les tableaux
  dispo dans tinymce &gt; Format et plugin tinymce &gt; Table notamment
*/

/* grille : bords sur toutes les cases */
table.table_grille {

}
 table.table_grille td {
  border:1px solid #999;
 }

/* listing : bords bas */ 
table.table_listing {
  
}
 table.table_listing td {
  border-bottom:1px solid #999;
 }
 
table.tableau_pedigree {

}
 table.tableau_pedigree td {
  padding:4px;
  background-repeat:no-repeat;
 }

 table.tableau_pedigree td.arbo_droite_bas {
  background-image:url('../../upload/puces/arbo_droite_bas.png');
  background-position:bottom center;
 } 
 table.tableau_pedigree td.arbo_droite_haut {
  background-image:url('../../upload/puces/arbo_droite_haut.png');
  background-position:top center;
 } 
 table.tableau_pedigree td.arbo_gauche {
  background-image:url('../../upload/puces/arbo_gauche.png');
  background-position:center right;
 }   
 table.tableau_pedigree td.arbo_droite_milieu {
  background-image:url('../../upload/puces/arbo_droite_milieu.png');
  background-position:center center;
 }  
 table.tableau_pedigree td.arbo_droite_milieu_haut {
  background-image:url('../../upload/puces/arbo_droite_milieu_haut.png');
  background-position:left center;
 }  
 table.tableau_pedigree td.arbo_droite_milieu_bas {
  background-image:url('../../upload/puces/arbo_droite_milieu_bas.png');
  background-position:left center;
 }   
 
/*
STYLES UTILISES PAR EDITEUR
NE PAS SUPPRIMER !!
*/

/** divs plugins **/
div.divplugin {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	display:block;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #a7a7a7;
	background-color: transparent;
	background: url(../web/images/spacer.gif);


}


</pre></body></html>