/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#666666;
	line-height:1.5em;
	font-size:13px;
}
/* PARAGRAPHS 
-------------------------------------------- */
.typography p {
	line-height: 20px;
	padding: 0 0 5px 0;
	font-size: 13px;
	color:#666666;
	font-weight:normal;
	margin:0;
}
/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:none;
		}
		.typography ol li {
			list-style-type:none;
    }

/* HEADER STYLES */
.typography h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#1A1A1A;
	font-weight:bold;
	margin: 0 0 5px 0;
}
.typography h2 {
	color:#808080;
	font-size:20px;
	font-weight:bold;
	margin: 0 0 8px 0;
}
.typography h3 {
	color:#F89C1C;
	font-size:20px;
	font-weight:bold;
	margin: 0 0 7px 0;
}
.typography h4 {
	font-size: 15px;
	font-weight:bold;
	color: #4D4D4D;
	/*width: 95%;
	font-weight: 300;
	line-height: 18px;*/
	margin: 0 0 10px 0;
}
.typography h5 {
	font-size: 13px;
	font-weight:normal;
	color: #A5A5A5;
	margin: 0 0 8px 0;
}
.typography h6 {
	font-size: 13px;
	color: #F89C1C;
	font-weight:normal;
	/*line-height: 1.4em;*/
	margin: 0 0 6px 0;
}
.typography p {
	font-size: 13px;
	color:#666666;
	font-weight:normal;
}
.typography .date {
	font-size: 12px; 
	color:#B3B3B3;
	margin:0px 0 8px 0;
}

/* LINKS 
-------------------------------------------- */
.typography a {
	text-decoration: none;
	color:#F89C1C;
	font-size: 13px;
}
.typography a:hover {
	text-decoration: none;
}	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}

/* STYLE EDITOR: ALIGNMENT / CLASSES / COLOR */
.typography .orange {
	color:#F89C1C;
}
.typography .grisTreClair {
	color: #B3B3B3;
}
.typography .gris {
	color: #666666;
}
.typography .grisFoncer {
	color: #1A1A1A;
}
.typography .bleu {
	color: #65ADD5;
}
.typography .TitreContact {
	font-size: 15px;
	color: #666666;
	font-weight:bold;
}
.typography .Commentaire {
	font-size: 13px;
	color: #B3B3B3;
	font-style:italic;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 13px;
}
.typography .Textliste{
	font-size: 13px;
	color:#666666;
	font-weight:normal;
}
.typography .SsTitre{
	color:#808080;
	font-size:16px;
	font-weight:bold;
	margin: 0 0 8px 0;
}
.typography .bntCalcule {
	background-image:url(../images/decoupes/BntCalculer2.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:12px;
	height:50px;
	margin-bottom:0;
	margin-top:0;
	padding-left:23px;
	padding-top:15px;
	text-align:left;
	text-decoration:none;
	width:131px;
}
/* STYLE ALLIGNEMENT PAR DEFAULT */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}