/** 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;
	/**/
}

.couleur_bleue{
	color:#00b2c7;
	text-decoration:none;
}

.couleur_rose{
	color:#f1327f;
	text-decoration:none;
}

.fond_violet{
	background-color:#ebc2fe;
}

.fond_jaune{
	background-color:#fbd39a;
}

.fond_bleu{
	background-color:#97e2eb;
}

.fond_rose{
	background-color:#feabab;
}

.fond_vert{
	background-color:#c5e8a3;
}

.fond_blanc{
	background-color:#ffffff;
}

.fond_gris_fonce, .fond_gris_fonce p, .fond_gris_fonce div{
	background-color:#4d4d4d !important;
	color:#ffffff !important;
}



.fond_gris, .fond_gris p, .fond_gris div, .fond_gris_clair, .fond_gris_clair p, .fond_gris_clair div{
	font-size: clamp(1.4rem, 1.1vw, 1.8rem) !important;
	color: #4d4d4d  !important;    
}
.fond_gris_fonce, .fond_gris_fonce p, .fond_gris_fonce div{
	font-size: clamp(1.4rem, 1.1vw, 1.8rem) !important;
	color: #ffffff !important; 
}

.fond_gris{
	background-color:#E6E6E6 !important;
}

.fond_gris_clair{
	background-color:#f4f4f4 !important;
}



div.spacer{
	clear: both;
    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 td {
  border-bottom:1px solid #999;
 }
 
 
/* 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;
}

.image_pleine_page img{
	width:100% !important;
	max-width:100% !important;
	height: auto;
}
