/**
 * Global TinyMCE style sheet
 * 
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 * 
 *   tl_files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 * 
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 * 
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 * 
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (tl_files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
.texte-bleu { color : #0072b6; font-weight: bold; }
.tableau-caracteristiques-produit { color : #000 }
.contact-title { font-size: 16px; color : #454545; font-weight: bold; display: block; margin : 15px 0}
.phone-number { background-color: #f0f0f0; padding : 5px 10px; background-image: url('../img/picto-phone.png'); background-repeat: no-repeat; background-position: left center; margin-right : 10px;}
.email-bleu { background-color: #f0f0f0; padding : 5px 10px; background-image: url('../img/picto-mail-bleu.png'); background-repeat: no-repeat; background-position: left center;}
.download-warranty {}

.nom-interview {color : #2285c0; font-weight: bold;}
.guillemet-interview {float:left; margin-right:10px;}

.titres-bleu-fonces {color : #0b33a8; font-size: 14px; font-weight: bold; display: block;}

.mot_cles {color : #0072b6; font-size : 12px; font-weight : bold;}
.lien_article {color : #0072b6; font-size: 12px; text-decoration: none;}
.lien_article:hover {color : #0072b6; font-size: 12px; text-decoration: underline}
.lien_article_avec_puce {display: block; color : #454545; font-size: 12px; text-decoration: none; background-image: url('../img/fleche-bleue.png'); background-position: left center; background-repeat: no-repeat; padding-left: 11px; margin-top : 5px;}
.lien_article_avec_puce:hover {text-decoration: underline}

.document_step {color : #454545; font-size: 12px; background-image: url('../img/picto-step-sans-fond.png'); background-position: left center; background-repeat: no-repeat; padding-left : 25px;  line-height: 21px;}
.document_pdf {color : #454545; font-size: 12px; background-image: url('../img/picto-pdf-sans-fond.png'); background-position: left center; background-repeat: no-repeat; padding-left : 25px;  line-height: 21px;}

.lst_header {display: block; width:702px; height: 51px; background-image: url(../img/lst_advanced_header.png); background-repeat: no-repeat;}
.lst_body {width:702px; background-image: url(../img/lst_advanced_header.png); background-repeat: repeat-x;background-position: bottom left;}
