/**
 * This typography file is included in the WYSIWYG editor
 */
.typography {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #464646;
}
.typography blockquote {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#5b3715;
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography span,
.typography ul li,
.typography ol li,
.typography a {
	color: #464646;	
	line-height:1.7em;
	font-size:12px;
}
.typography p {
	margin-bottom:15px;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	padding:0;
	margin:20px 0;
}
	.typography ul li,
	.typography ol li {
		background:url(../images/arrow01.gif) no-repeat left 5px;
		margin:4px 1px;
		font-style:italic;
		padding:1px 0 1px 10px;
	}
	.typography ul li p, .typography ul li p span{line-height:1.4em;}

		.typography ul li {
		 list-style-type:none;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */


.typography H1{
	font-family:  Arial, Helvetica, sans-serif;
	color:#5b3715;
	font-size: 14px;
	font-weight: bold;
	padding:0 0 15px 0;
	margin:0;
}
.typography H2{
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color:#5b3715;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 0 8px 0;
	margin:0;
}

.typography H3, .typography H3 A:link, .typography H3 A:active, .typography H3 A:visited{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #83bed4;
	line-height:14px;
	text-decoration:none;
	padding:0;
	margin:0;
}

.typography H3 A:hover{text-decoration:underline;}

.typography H4{
	font-family:  Arial, Helvetica, sans-serif;
	color:#83bed4;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 0 2px 0;
	margin:5px 0 0 0;
}

.typography H5{
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	color:#110800;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 0 7px 0;
	margin:10px 0 20px 0;
	border-bottom:4px solid #5b3715;
}
/* LINK STYLES */
.typography A:link, .typography A:active, .typography A:visited,
.typography p A:link, .typography p A:active, .typography p A:visited,
.typography span A:link span, .typography span A:active span, .typography span A:visited span{
	font-weight:bold;
	color:#5b3715;
	text-decoration:none;
}
.typography A:hover,
.typography p A:hover,
.typography span A:hover span{
	text-decoration:underline;
}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.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;
}

.typography DIV.ressourceTel{display:inline;font-size:0.9em;font-style:normal;}

#Content .mainText TABLE td div.linksBlocDesc{font-size:0.9em;}

#Content .mainText p, #Content .mainText span {	color:#110800;padding-top: 2px; line-height: 1.3em;}

#Content .mainText p em {width:420px;} 

#mainContent .rightCol .quickLinks .linkBloc span{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	color: #ffffff;
	padding:0;
	margin:0;
}

#Content .mainText TABLE td ul.linkList{margin:15px 0 0 0;}
#Content .mainText TABLE td ul.linkList li{margin:0;}
#Content .mainText TABLE td ul.linkList li a:visited, 
#Content .mainText TABLE td ul.linkList li a:active, 
#Content .mainText TABLE td ul.linkList li a:link{	
	color:#5b3715;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 12px;
	line-height: 1.3em;
	text-decoration:none;
}
#Content .mainText TABLE td ul.linkList li a:hover{text-decoration:underline;}

.noPadMarg, ul.noPadMarg, .typography ul.noPadMarg{margin:0;padding:0;}

#BottinContent TABLE{width:100%;}
#BottinContent TABLE TD{width:50%; padding: 10px 0 0 0;}
#BottinContent TABLE TD, #BottinContent TABLE TD a{line-height:1.4em; }
#BottinContent TABLE TD.uiPadR25{padding-right: 25px;}
#BottinContent TABLE TD.uiPadT00{padding-top: 0;}

#BottinContent TABLE TD H4{margin-top: 20px;}

#BottinContent div.ZoneRegion{color:#83bed4;margin-bottom:10px;}

#BottinContent TABLE TD ul li{
	font-size: 0.9em;
	font-style:normal;
	margin:0 0 0 3px;
	line-height:1.4em;
}


A{outline:none;}

div.wCopyright{
  text-align:center;
  padding-top:3px;
  color:#271D16;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size: 9px;
}

div.wCopyright span{
  color:#271D16;
	font-family:  Georgia;
	font-weight:bold;
	font-style:normal;
	font-size: 10px;
}

div.wCopyright a:link,
div.wCopyright a:visited,
div.wCopyright a:active
{
  font-weight:bold;
  color:#271D16;
  text-decoration:none;
}
div.wCopyright a:hover
{
  color:#5B3715;
  text-decoration:underline;
}
