﻿/***STYLE GENERIQUE TIBCO ****/    
    


.ms-rteCustom-Titre1 /*Titre1 Article */
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #cc5f1e;
	text-transform: none;
	text-align: center;
}

/****Titre du Bandeau de droite********/

.ms-rteCustom-Titre2-Bandeau-D
{
	text-align:center;
	font-family: Verdana; 
	font-size:10pt;
	font-weight: normal;
	color:#FFFFFF; 
	background-color:#a6968d;
	width:100%;
	padding-bottom:2px;
	padding-top:2px;
	margin-left:3px;
	margin-right:5px;
		
}

.ms-rteCustom-Titre2-Bandeau-D a:hover 
{
	text-align:center;
	font-family: Verdana; 
	font-size:10pt;
	font-weight: normal;
	color:#FFFFFF; 
	background-color:#a6968d;
	width:100%;
}


.ms-rteCustom-Titre2-Bandeau-D a:visited 
{
	text-align:center;
	font-family: Verdana; 
	font-size:10pt;
	font-weight: normal;
	color:#FFFFFF; 
	background-color:#a6968d;
	width:100%;
}


.ms-rteCustom-Titre2-Bandeau-D a:link 
{
	text-align:center;
	font-family: Verdana; 
	font-size:10pt;
	font-weight: normal;
	color:#FFFFFF; 
	background-color:#a6968d;
	width:100%;
}


.ms-rteCustom-Titre2-Bandeau-D a 
{
	text-align:center;
	font-family: Verdana; 
	font-size:10pt;
	font-weight: normal;
	color:#FFFFFF; 
	background-color:#a6968d;
	width:100%;
}


/*****Style du contenu des paragraphe******/


.ms-rteCustom-Article-Contenu-normal /* Paragraphe aligné à G*/
{
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	text-align: left;
}

.ms-rteCustom-Article-Contenu-normal-justif/* Paragraphe justifié */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: black;
	text-align:justify;
}

.ms-rteCustom-Article-Contenu-normal-center /* Mise en forme du Paragraphe*/
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: black;
	text-align: center;
}


.ms-rteCustom-Article-Contenu-Bold /* Mise en evidence du contenu à l'intérieur du paragraphe*/
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt; 
    font-weight:  bolder;
    color:#ff8000;
    text-align:left;
}


.ms-rteCustom-Article-Signature-Nom /*Nom de l'auteur de Article*/
{ 
    font-family: Arial; 
    font-style: normal;
    text-align:right;
    font-weight:bold;
    font-size:9pt; 
    color:black; 
    padding-right:5px;
}
.ms-rteCustom-Article-Signature-Fonction /*fonction de l'auteur de Article*/
{ 
    font-family: Arial; 
    font-style:  italic;
    font-weight:bold;    
    text-align:right;
    font-size: 8pt; 
    color: #7F7F7F; 
    padding-right:5px;
}

.ms-rteCustom-Bloc-de-texte /* Bloc de texte sur fond grise*/
{
	padding: 15px;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
	width:250px;
	height: auto; 
	color: black;
	background-image: url('../../../PublishingImages/fond_txt.jpg');
	background-repeat: repeat;
}


/*****Navigation******/

.ms-rteCustom-StyleLienhypertexte

{
	color: #0099CC;
	font-size: 9pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

A.ms-rteCustom-StyleLien
{
    COLOR: #339966; 
    font-style:normal; 
    font-variant:normal; 
    font-weight:normal; 
    font-size:10pt;  
    font-family:Verdana;  
}

A:link.ms-rteCustom-StyleLien
{
    COLOR: #339966; 
    font-style:normal; 
    font-variant:normal; 
    font-weight:normal; 
    font-size:10pt;  
    font-family:Verdana;  
}
A:visited.ms-rteCustom-StyleLien
{
    COLOR: #339966; 
    font-style:normal; 
    font-variant:normal; 
    font-weight:normal; 
    font-size:10pt; 
    font-family:Verdana;  
}
A:hover.ms-rteCustom-StyleLien
{
    COLOR:  #0099CC; 
    font-style: normal; 
    font-variant:normal; 
    font-weight: bolder; 
    font-size:10pt;  
    font-family:Verdana;
}

OL.ms-rteCustom-ListeChiffresRomains
{
        font-family: Tahoma; 
        font-size: 10pt;  
        color: #595959;
        text-indent: 0;
        text-align: left;
       list-style-type: upper-roman;
       margin-left: 15px;
        margin-right: 8px;
         padding-left: 3px;
         margin-top: 1px;
      text-transform: capitalize;
}
.ms-rteCustom-ListePuces
{
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	text-align: left !important;
	margin-left:3px;
	margin-top:2px;
	margin-right: 5px;
	padding-left: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image: url('../../../PublishingImages/puce-r-10.png');
	list-style-position: inherit;
}
