/*
 * Copyright (C) 2006 Thierry GERARDI
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 *	File Name: fck.css
 * 	This is the CSS file used by the FCKeditor for SFR STIMAKER website.
 * 	It defines the content design.
 * 
 * File Author:
 * 	Thierry GERARDI (thierr.gerardi@noos.fr)
*/

/*-------------------------*/
/* Elements                */
/*-------------------------*/



/*-------------------------*/
/* Class P                 */
/*-------------------------*/

.TexteNormal
	{
	font-family: Verdana, lucida, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	}

.Titre
	{
	font-family: Verdana, lucida, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #cc3300;
	margin-top: 12px;
	margin-bottom: 12px;
	}

.SousTitre
	{
	font-family: Verdana, lucida, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #cc3300;
	margin-top: 12px;
	margin-bottom: 12px;
	}

.InterTitre
	{
	font-family: Verdana, lucida, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 0px;
	}

.Encart
	{
	float: right;
	width: 150px;
	margin: 0 0 0 20px;
	padding: 10px;
	background-color: #cc3300;
	font-family: Verdana, lucida, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9 px ;
	font-weight: bold;
	color: #FFF ;
	line-height: 1.2em ;
	text-align: center ;
	filter:alpha(opacity=80) ;  
	-moz-opacity:0.80 ;
	opacity: 0.80 ;
	}


/*-------------------------*/
/* Class TD               */
/*-------------------------*/

.Tetiere
	{
	font-family: Verdana, lucida, Geneva, Arial, Helvetica, sans-serif;
	text-align: left ;
	font-size: 10px ;
	font-weight: normal;
	color: White;
	background-color: #666666;
	}

.LigneImpair
	{
	font-family: Verdana, lucida, Geneva, Arial, Helvetica, sans-serif;
	text-align: left ;
	font-size: 10px ;
	font-weight: normal;
	color: #666666;
	background-color: #E0E0E0;
	}

.LignePair
	{
	font-family: Verdana, lucida, Geneva, Arial, Helvetica, sans-serif;
	text-align: left ;
	font-size: 10px ;
	font-weight: normal;
	color: #666666;
	background-color: #E8E8E8;
	}

