﻿/*

Css pour l'ajout d'une mise en page customiser dans le ruban texte enrichi

Références : 
http://tomislavspadmin.blogspot.be/2014/05/how-to-add-custom-styles-to-ribbon-in.html
https://knowledge.zomers.eu/SharePoint/Pages/How-to-add-custom-styles-to-the-ribbon-in-SharePoint-2013.aspx
*/


span.ms-rteElement-MaFirmeYellowArrowLink
{
 	-ms-name:"Wiki Lien Flèche jaune";
 	color: #564f51; 
	background-image: url(/SiteCollectionImages/icone-Fleche-jaune-20.png);
    background-repeat: no-repeat;
    background-position: -3px -1px;
    background-size: 15px 15px;
    padding-left: 15px;
    margin-left:5px;
    padding-right:5px;
    font-weight:bold;
   	text-decoration:none;
}

.ms-rteStyle-MaFirmeYellowArrowLink
{
	-ms-name:"Wiki Lien Flèche jaune";
 	color: #564f51; 
	background-image: url(/SiteCollectionImages/icone-Fleche-jaune-20.png);
    background-repeat: no-repeat;
    background-position: -3px -1px;
    background-size: 15px 15px;
    padding-left: 15px;
    margin-left:5px;
    padding-right:5px;
    font-weight:bold;
	text-decoration:none;

}

span.ms-rteElement-MaFirmeGreyArrowLink
{
 	-ms-name:"Wiki Lien Flèche Grise";
	background-image: url(/SiteCollectionImages/icone-Fleche-gris-20.png);
    background-repeat: no-repeat;
    background-position: -3px -1px;
    background-size: 15px 15px;
    padding-left: 15px;
    margin-left:5px;
    padding-right:5px;
    color: #564f51; 
    background-color:#fff7e6;
    text-decoration:underline;

}

.ms-rteStyle-MaFirmeGreyArrowLink
{
	-ms-name:"Wiki Lien Flèche Grise";
	background-image: url(/SiteCollectionImages/icone-Fleche-gris-20.png);
    background-repeat: no-repeat;
    background-position: -3px -1px;
    background-size: 15px 15px;
    padding-left: 15px;
    margin-left:5px;
    padding-right:5px;
    color: #564f51; 
    background-color:#fff7e6;
    text-decoration:underline;

}

span.ms-rteElement-MaFirmeInfobulle 
{
 	-ms-name:"MaFirmeInfobulle";
	color:#f9b000 !important;font-style:normal !important;
	border-bottom: 2px dashed;
	text-decoration:none !important;
	border-bottom-color: #f9b000;
}

.ms-rteStyle-MaFirmeInfobulle 
{
	-ms-name:"MaFirmeInfobulle";
	color:#f9b000 !important;font-style:normal !important;
	border-bottom: 2px dashed;
	text-decoration:none !important;
	border-bottom-color: #f9b000;
}

/*	Font color custom	*/

.ms-rteForeColor-MaFirmeGrisAviq
{
	-ms-name: "Gris Aviq";
	color: #564f51;
}
.ms-rteForeColor-MaFirmeGrisClairAviq
{
	-ms-name: "GrisClair Aviq";
	color: #ededf0;
}

.ms-rteForeColor-MaFirmeJauneAviq
{
	-ms-name: "Jaune Aviq";
	color: #f9b000;
}
.ms-rteForeColor-MaFirmeJauneClairAviq
{
	-ms-name: "JauneClair Aviq";
	color: #fff7e6;
}

/*	Background-color custom	*/

.ms-rteBackColor-MaFirmeGrisAviq
{
	-ms-name: "Gris Aviq";
	background-color: #564f51;
}
.ms-rteBackColor-MaFirmeGrisClairAviq
{
	-ms-name: "GrisClair Aviq";
	background-color: #ededf0;
}

.ms-rteBackColor-MaFirmeJauneAviq
{
	-ms-name: "Jaune Aviq";
	background-color: #f9b000;
}
.ms-rteBackColor-MaFirmeJauneClairAviq
{
	-ms-name: "JauneClair Aviq";
	background-color: #fff7e6;
}

