/** styles de base **/ 
/** utilisés par le site & l'editeur ! **/ 
body,td,th,p,div{
        font-family: Arial, sans-serif;
  		font-size: 11px;
		color: #000000;
}

div.spacer{

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

}

a {
    color: #B33542;
    text-decoration: none;
}
a:hover {
    color: #E0969D;
    text-decoration: none;
}

h1 {
    margin:0px;
    padding:0px;
}
h2 {
    margin:0px;
    padding:0px;
	line-height: 26px;
}


h2::before {
  content: ">";
  display: inline-block;
  font-size:16px;
  margin-right:4px;
  width:10px;
  line-height:24px;
}
h3 {
    margin:0px;
    padding:0px;
}


textarea {
    overflow: auto;
}

/*
  styles pour les tableaux
  dispo dans tinymce > Format et plugin tinymce > 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 tr td {
  padding:5px;
}
 table.table_listing tr:nth-child(odd) td {
  background-color:#ececec;
}
 table.table_listing tr:nth-child(even) td {
  background-color:#fbfbfb;
}
 
 
/* liens */
a.lien_telecharger, div.lien_telecharger {

    width:60px;
    margin-top:5px;
    background-color: #83cde0;
    color:#fff;
    padding:4px;
    padding-left:24px;
    padding-right:6px;

    text-decoration: none;
    
    background-image:url('../../upload/puces/fleche_bas.png');
    background-repeat:no-repeat;
    background-position:2px 1px;
    
    border-bottom:2px solid #118fb5;
}
a.lien_telecharger:hover, div.lien_telecharger:hover {
    color:#000;
    background-color: #cfe9f0;
    text-decoration: none;
    background-image:url('../../upload/puces/fleche_bas_on.png');
}

a.lien_feuilleter, div.lien_feuilleter {

    width:60px;    
    margin-top:5px;
    background-color: #83cde0;
    color:#fff;
    padding:4px;
    padding-left:24px;
    padding-right:6px;

    text-decoration: none;
    
    background-image:url('../../upload/puces/feuilleter.png');
    background-repeat:no-repeat;
    background-position:2px 1px;
    
    border-bottom:2px solid #118fb5;
}

a.lien_feuilleter:hover, div.lien_feuilleter:hover {
    color:#000;
    background-color: #cfe9f0;
    text-decoration: none;
    background-image:url('../../upload/puces/feuilleter_on.png');
} 
 
/*
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);
}

.backtop {
        float:left;
        width:100%;
        text-align:right;
}
.tableauCadre p,.tableauCadre li{ 
	margin:5px;
}
.tableauCadre{
	display:block;
	background-color:#e6f8fd;
	color:#04baee;
	border:2px solid #04baee;
	margin:10px;
	padding:10px;
}
.tableauLignes{
	background-color:#e6f8fd;
	color:#04baee;
	border:2px solid #04baee;
	margin:0px;
	padding:0px;
	border-spacing: 0px;

}
.tableauLignes p{ 
	margin:0px;
}
.tableauLignes li{ 
	margin:05px;
}
.tableauLignes td{ 
	margin:0px;
	padding:10px;
}
.tableauLignes tr:nth-child(even) td,.tableauLignes tr:nth-child(even),.tableauLignes tr:nth-child(even) td p {
	background-color:#e6f8fd;
	/*color:#04baee;	*/
}
.tableauLignes tr:nth-child(odd) td,.tableauLignes tr:nth-child(odd),.tableauLignes tr:nth-child(odd) td p {
	background-color:#ffffff;
	/*color:#04baee;	*/
}
.tableauLignes tr:first-child td,.tableauLignes tr:first-child,.tableauLignes tr:first-child td p{
	background-color:#04baee!important;
	color:white!important;	
}




/*
h1 {
  color: #025D77;
  text-transform: unset;
  font-size: 40px;
  font-weight: bold;
  background-color: #E6F8FD;
  padding: 20px 10px;
  margin-bottom: 20px;
  line-height: 1;
}
/**/
h2 {
  color: #04BAEE;
  font-size: 26px;
  padding: 20px 0 5px 0;
  margin:0px;
    font-family: 'CaviarDreams';
}
h3 {
  color: hsl(193.3,96.7%,27.5%);
  /*color: #6604ee;*/
  /*background-color: #E6F8FD;*/
  font-size: 18px;
  padding: 15px 0 5px 0;
  margin: 0 0 15px 0;
  font-weight:600!important;
    font-family: 'CaviarDreams';
}
h4 {
      color: #025D77;
  font-size: 16px;
  padding: 10px 0 5px 0;
  /* font-weight: 300!important; */
  font-family: 'CaviarDreams';
  background-color: #E6F8FD;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  line-height: 1;
  margin: 0 0 15px 0;
  border:solid 1px #b7ebf9;
}