* { padding:0; margin:0;}

html { font-size:100.01%; }
	
a.clear-button {
	background-image: url(../images/clear.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width: 9px;
	height: 9px;
	display: inline-block;
	text-decoration: none !important;
}

	table, td, div, img { 
		border:0; 
		border-collapse:collapse;
	}
	table {
		width: 100%;
	}
	td {
		vertical-align: top;
	}
	td, th {
		padding: 0 5px 5px 0;
	}
	
	img {border: 0;}
	ul { list-style: none;}
	p { 
		padding:0px 0px 15px 0px;
		
		/*Combined with jQuery sweet-justice */
		text-align: justify;
		
		/* FOR IE .. wow! */
		text-justify: newspaper;
		text-align-last: left;
	}
	
	#day_content a,
	a.link-green, 	
	a {
		text-decoration: underline; 
		color: #4ba743; 
		outline: none;
	}
	#day_content a:hover,
	a.link-grey:hover, 
	a.link-green:hover, 
	a:hover {
		color: #46933b;
		cursor: pointer; /* not sure why.. */
	}
	
	.blog-sidebar a, 
	.column-right a, 
	a.link-grey {
		text-decoration: underline; 
		color: #888888;
		outline: none;
	}
	
	a.rss-display {
		text-decoration: none;
		color: #646464;
	}
	
	a.rss-display:hover {
		text-decoration: underline;
		color: #4ba743;
	}
	
	
	h1, h2, h3, h4, h5, h6 { 
		color: #000000; 
		font-family:Arial; 
		/*line-height:1.5em;*/
		font-weight: bold;
	}
	
	h1, h2, h3 {
		margin-bottom: 10px;
	}
	h1 { 
		font-size: 30px; 
		line-height:1.2em; 
		display:block; 
		height:100%; 
		padding:0px 0px 13px 0px; 
		margin-bottom: 0;
	}
	h2 { font-size:22px; }
	h3 { font-size:18px; }
	h4 { font-size:16px; text-transform:uppercase; }
	h5 { font-size:14px; text-transform:uppercase; }
	h6 { font-size:14px; }
	
	h1.long-h1 {
		font-size: 28px;
	}
	h1.small {
		font-size: 22px;
	}
	h2.long-h2 {
		font-size: 18px;
	}
	
	input, select, textarea, html body textarea { vertical-align:middle; font-size:13px; color:#666a67; font-family:arial;}
	input.text, select, textarea { 
		padding:2px 0px 3px 6px; 
		border:1px solid; 
		border-color:#f2f2f2 #bbb #a0a0a0 #ededed; 
	}
	
/*** Main ***/
	.main { 
		min-width:990px;
	}
	
	.main { 
		overflow:hidden; 
		height:100%;
		background-image: url(../images/main_bg.jpg);
		background-repeat: no-repeat;
		background-position: top center;
	}
	
	.main-bgr { 
		overflow:hidden; 
		height:100%; 
		padding: 0;
	}

	.main-width { 
		width:984px; 
		margin:0 auto;
	}

	.header { 
		height: 175px; 
		padding: 10px 16px 0px 20px;
	}
	
/*** Menu ***/
	.menu {
		float:left;  
		padding:0;
		margin: 0 20px 15px 20px;
		border-bottom: 1px solid #e0e0e0;
		width: 906px;
		/* Fix for < IE7 */
		clear: both;
		position: relative;
		z-index: 98;
	}
	
	/*** ESSENTIAL STYLES ***/
	.sf-menu, .sf-menu * {
		margin:			0;
		padding:		0;
		list-style:		none;
		text-transform: uppercase;
		font-size: 		9px; /* PBPB if cufon: 10px; */
	}
	.sf-menu {
		line-height:	1;
	}
	.sf-menu ul {
		position:		absolute;
		top:			-999em;
		width:			185px; /* left offset of submenus need to match (see below) */
	}
	.sf-menu ul li {
		width:			100%;
	}
	.sf-menu li:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
	
	.sf-menu li {
		float:			left;
		position:		relative;
		padding: 0 3px;
	}

	.sf-menu a {
		display:		block;
		position:		relative;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			0px; /* PBPB because of margin in .sf-menu li, cufon: 0px*/
		top:			2.5em; /* match top ul list item height */
		z-index:		98;
	}
	ul.sf-menu li:hover li ul,
	ul.sf-menu li.sfHover li ul {
		top:			-999em;
	}
	ul.sf-menu li li:hover ul,
	ul.sf-menu li li.sfHover ul {
		left:			180px; /* match ul width [PBPB -5px because of margin in .sf-menu li, with cufon: 185px;] */
		top:			0;
	}
	ul.sf-menu li li:hover li ul,
	ul.sf-menu li li.sfHover li ul {
		top:			-999em;
	}
	ul.sf-menu li li li:hover ul,
	ul.sf-menu li li li.sfHover ul {
		left:			10em; /* match ul width */
		top:			0;
	}
	
	/*** Innopole SKIN ***/
	.sf-menu {
	}
	.sf-menu a {
		text-decoration:none;
		padding: 		8px 11px;
		color:			#888888;
	}
	
	.sf-menu .page_item
	{ }
	
	.sf-menu li.current_page_item a,
	.sf-menu li.current_page_ancestor a,
	.sf-menu li.current_page_parent a {
	    background: #65b64d url(../images/button_bg.jpg) repeat-x bottom;
		color: #FFFFFF;
	}
	
	/* Selected item sub menu */
	.sf-menu .current_page_item li a,
	.sf-menu .current_page_item li a:hover
	{
		color: #FFFFFF;
	}
	
	/* Main menu not selected*/
	.sf-menu li {
		background: transparent;
	}
	
	.sf-menu ul li {
		padding: 0;
	}
	
	/* Main menu mouse-over*/
	.sf-menu li:hover a, 
	.sf-menu li.sfHover a, 
	.sf-menu a:hover
	/*.sf-menu a:active, .sf-menu a:focus*/ {
	    background: #65b64d url(../images/button_bg.jpg) repeat-x bottom;
		color: 		#FFFFFF;
		outline:	0;
	}
	/* Reset background for mouseover sub-menus */
	.sf-menu li li li:hover,
	.sf-menu li li li.sfHover, 
	.sf-menu li li:hover,
	.sf-menu li li.sfHover {
		background: transparent;
	}
	
	/* Fix for last 3 padding pixels in .sf-menu li */
	.sf-menu ul {
		margin-left: 3px;
		background: transparent url(../images/menu_bg.png) repeat top;
	}
	.sf-menu ul ul {
		margin-left: 0px;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		/* PBPB if cufon: 27px */
		top: 25px; /* overriding essential styles */
	}
	
	/* PBPB Test to keep white link when over sub menu*/
	.sf-menu li:hover a, 
	.sf-menu li.sfHover a {
		color: #FFFFFF;
	}
	
	/* reset background for sub menu items */
	.sf-menu li li a, 
	.sf-menu li.current_page_item li a,
	.sf-menu li.current_page_ancestor li a,
	.sf-menu li.current_page_parent li a {
		background: transparent;
	}
	
	.sf-menu ul ul {
	    margin-top:0;
	}
	
	/*Sub menu [this is needed for <IE7 mouseover, background on li instead of a]*/
	/*
	.sf-menu li.current_page_ancestor li,
	.sf-menu li.current_page_parent li,
	.sf-menu li.current_page_item li,
	.sf-menu li:hover li,
	.sf-menu li.sfHover li,
	.sf-menu li li,
	.sf-menu li li:hover li,
	.sf-menu li li.sfHover li,
	.sf-menu li li.current_page_ancestor li,
	.sf-menu li li.current_page_parent li,
	.sf-menu li li.current_page_item li,
	.sf-menu li li li {	
		background: transparent;
		padding: 0;
	}
	*/
	
	/* Sub menu not selected*/
	.sf-menu li.current_page_ancestor li a,
	.sf-menu li.current_page_parent li a,
	.sf-menu li.current_page_item li a,
	.sf-menu li:hover li a,
	.sf-menu li.sfHover li a,
	.sf-menu li li:hover li a,
	.sf-menu li li.sfHover li a,
	.sf-menu li li.current_page_ancestor li a,
	.sf-menu li li.current_page_parent li a,
	.sf-menu li li.current_page_item li a,
	.sf-menu li li a,
	.sf-menu li li li a {	
		color: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		background: transparent;
	}
	
	/* mouse over sub menu items */
	/*if main menu selected*/
	.sf-menu li.current_page_ancestor li.current_page_parent a:hover,
	.sf-menu li.current_page_ancestor li.current_page_item a:hover,
	.sf-menu li.current_page_ancestor li a:hover,
	.sf-menu li.current_page_parent li.current_page_item a:hover,
	.sf-menu li.current_page_parent li a:hover,
	.sf-menu li.current_page_item li a:hover,
	/*currently selected element*/
	.sf-menu li li.current_page_parent a,
	.sf-menu li li.current_page_item a,
	.sf-menu li li li.current_page_item a,
	/*if sub menu selected*/
	.sf-menu li li.current_page_ancestor a:hover,
	.sf-menu li li.current_page_parent a:hover,
	.sf-menu li li.current_page_item a:hover,
	/*if over sub menu*/
	.sf-menu li li:hover a,
	.sf-menu li li.sfHover a,
	/*nothing selected*/
	.sf-menu li li a:hover,
	.sf-menu li li.last li a:hover, 
	.sf-menu li li li a:hover {
	    color: #78D95B;
	    border-bottom: 1px solid #78D95B;
	}
	
	.sf-menu li li li.last a:hover, 
	.sf-menu li li li.last a,
	.sf-menu li li.last a:hover, 
	.sf-menu li li.last a {
		border-bottom: 0;
	}
	
	.ariane {
		clear: both;
		position: relative;
		top: -10px;
		margin: 0 20px 0 20px;
	}
	
/*** Section Menu ***/
	.section-menu-title {
		background: url(../images/down_arrow.png) no-repeat scroll right center transparent;
		padding-right: 20px !important;
	}
	.widget .section-menu,  
	.section-menu {
		padding-top: 15px;
	}
	
	.widget .section-menu ul li,
	.section-menu ul li {
		padding: 0;
	}
	
	.widget .section-menu a,  
	.section-menu a {
		width: 160px;
		padding: 0px 10px;
		text-decoration: none;
		display: table-cell;
		vertical-align: middle;
	}
	
	.widget .section-menu a:hover,  
	.section-menu a:hover {
		text-decoration: underline;
	}
	
	.widget .section-menu ul,  
	.section-menu ul {
		margin-top: 0px;
	}
	.widget .section-menu ul li,
	.section-menu ul li {
		border-bottom: 1px solid #ffffff;
	}
	.widget .section-menu ul li a,
	.section-menu ul li a {
		height: 30px;
		background: #d7d7d7;
		font-size: 13px;
		color: #646464;
	}
	
	.widget .section-menu ul li.sub-section,
	.section-menu ul li.sub-section, 
	.widget .section-menu ul li ul li, 
	.section-menu ul li ul li {
		border-bottom: 1px solid #ededed;
	}
	
	.widget .section-menu ul li.sub-section a,
	.section-menu ul li.sub-section a, 
	.widget .section-menu ul li ul li a, 
	.section-menu ul li ul li a {
		outline: none;
		font-size: 11px; 
		color: #656565;
		background: #ededed;
		height: 25px;
	}

	.widget .section-menu ul li ul li a:hover, 
	.section-menu ul li ul li a:hover {
		color: #46933b;
	}
	
	.widget .section-menu li.child a, 
	.section-menu li.child a {
		padding-left: 20px;
	}
	
	/*.section-menu ul li ul li.current_page a*/
	.widget .section-menu li.current_page a,
	.widget .section-menu li a.current_page,  
	.section-menu li.current_page a, 
	.section-menu li a.current_page {
		background: #353535 !important;
		color: #ffffff !important;
	}
	.widget .section-menu ul li.current_page,
	.widget .section-menu ul li a.current_page, 
	.section-menu ul li.current_page, 
	.section-menu ul li a.current_page {
		border-bottom: 1px solid #000000 !important;
	}
	
/*** Logo ***/
	.logo { 
		float:left; 
		/*height: 95px;*/
		width:225px; height:65px;
		margin-left: 22px;
		margin-top: 33px;
		background:url(../images/logo.jpg) no-repeat 0 0;
		cursor:pointer;
		
		display: inline-block;
	}

/*** Utils menu ***/
	.utils {
		background: url(../images/menu_utils_bg.jpg) no-repeat top right;
		float: right;
		margin-right: 5px;
		margin-top: 0px;
		padding: 10px 20px;
		width: 344px;
		height: 110px;
	}
	.utils-menu {
		margin-bottom: 60px;
	} 
	
	.utils-menu a {
		padding: 0px 3px;
	}
	
/*** Search ***/
	.search { 
		float: right;
	}
	.search .indent { 
		overflow:hidden; 
		padding:41px 0px 0px 0px;
	}
	
	.search form { 
		float: left;
	}
	
	.footer .text, 
	.search .text { 
		float: left;
		width: 180px; 
		display:block; 
		padding:3px 0px 5px 5px; 
		background: #FFFFFF;
		margin:0px 10px 3px 0px;
	}
	
	.wpcf7-form .but, 
	#event-form .but,
	#commentform .but, 
	.footer .but, 
	.search .but {
		float: left;
		cursor: pointer; 
		background: #65b64d url(../images/button_bg.jpg) repeat-x bottom;
		color: #FFFFFF;
		text-transform: uppercase;
		border: 0;
		padding: 4px 8px;
		width: auto;
	}
	
	.search .title {
		float: left;
		font-size: 13px;
		font-weight: bold;
		margin: 0 5px 0 0;
		padding: 5px 0 0 0;
	}
	
	/** search by google **/
	.gsc-control {
		width: auto !important;
	}
	.gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl, 
	.gsc-search-box {
		display: none !important;
	}
	.gs-result .gs-title, .gs-result .gs-title * {
		color: #4BA743 !important;
	}
	
	.gs-no-results-result .gs-snippet, 
	.gs-error-result .gs-snippet {
		background-color: #F1F7F0 !important;
		border: 1px solid #4BA743 !important;		
	}
	
/*** Column ***/
	.content { 
		clear:both; 
		overflow:hidden; 
		height:100%; 
		padding: 15px 40px;
	}
	.column-left, 
	.news-left { 
		float:left; 
		width: 180px;
		margin: 0px 22px 0px 0px; 
	}
	/*
	.column-left { 
		float:left; 
		width: 193px;
		margin: 0px 24px 0px 0px; 
	}
	*/
	.column-right { 
		float: right; 
		width: 240px;/*width: 211px;*/ 
		margin: 0px 0px 0px 23px; 
	}
	
	.column-right ul {
		margin-bottom: 10px;
	}

	.column-right .banner { overflow:hidden; height:100%; padding:0px 0px 0px 1px; margin:0px 0px -4px 0px;}
	.column-right .banner p { padding:0px 0px 22px 0px;}
	.column-right .banner .img { margin:0px 20px 0px 0px;}
	
	.padding-champion-column {
		padding-top: 37px; /*28px;*/
	}
	
/*** Widgets  ***/
	#flickr_badge_uber_wrapper {
		margin-top: 10px;
		width: 100% !important;
	}
	#flickr_badge_wrapper {
		border: 0 !important;
		background: transparent !important;
	}
	.widget {
		clear:both;
		overflow:hidden; height:100%;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		}
	
	.widget .widget-bgr {
		overflow:hidden; height:100%;
		padding:0px 0px 2px 0px;
		}
	
	.widget .title {
		overflow:hidden; 
		height:100%;
		margin:0px 0px 5px 0px;
	}
	
	.widgettitle {
		margin: 0px;
	}
		
	.widget .title div {}
	.widget .title div div {}
		
	.widget h2 {
		overflow:hidden; height:100%;
		/*font-size: 20px;*/
		color: #000000;
		padding: 5px 10px 0px 0px;
	}
	
	.widget ul {
		clear:both; line-height:12px;
		font-size:11px;
		margin: 15px 0px 0px 0px; /*margin:8px 0px 0px 11px;*/
	}
	
	.widget ul li {
		overflow:hidden; 
		height:100%;
		padding:0px 0px 5px 5px; /*padding:0px 0px 10px 13px;*/
	}
	
	.widget ul li a {
		font-size:11px; 
	}
	
	.widget ul ul { 
		font-size:100%; 
		margin:0px 0px 0px 0px;
	}
	.widget ul ul li { 
		border:0; 
		background: none; 
		padding-right:0;
	}
	
	li.widget p {
		padding-bottom: 10px;
	}	
	
	.widget_archive .widgettitle,
	.widget_recent_comments .widgettitle,
	.widget_categories .widgettitle { 
		border-bottom: 1px dashed #646464;
		padding-bottom: 15px;		
	}
	
	.widget_archive select {
		width: 100%;
		margin-top: 15px;
		background: transparent;
	}
	
	/*** widget_other ***/
		.content #wp-calendar * { color:#666a67; font-size:11px;}
		.widget_calendar .widget-bgr { padding-bottom:10px;}
	
		#search form { padding:10px 0px 0px 10px;}
		
		#search form .text { display:block; margin:0px 0px 8px 0px;}
		
		.search_page .text { padding:2px 0px 3px 5px;}
		
		#search form .but { margin:0px 0px 0px -3px;}
		
		.widget_calendar table { margin:10px 0px 0px 20px;}
	
/*** Content  ***/		
		.column-center { overflow:hidden; height:100%; padding:0px 0px 0px 0px;}
		
		.column-center .indent { 
			clear:both; 
			overflow:hidden; 
			height:100%; 
			padding:0px 0px 5px 0px;
		}
		
		.hentry .title-separator {
			margin-bottom: 20px;
		}
		
		.no-height {
			height: auto !important;
		}
		
		.clear-none {
			clear: none !important;
		}
		
		.video-player {
			display:block;
			width:576px;
			height:301px;
			float:left;
		}
		
		.block {
			display: block;
		}
		
		.left {
			float: left;
		}
		
		.right {
			float: right;
		}
		
		.inline {
			display: inline;
		}
		
		.big {
			font-size: 26px;
		}
		
		/*
		.key-numbers {
			background-image: url(../images/si_logo.jpg);
			background-repeat: no-repeat;
			background-position: 0px 5px;
			background-color: transparent;
			padding: 0 0 0 45px; 
			width: auto;
		}
		*/
		
		.innopole-rss ul {
			margin: 5px 0 0 0;
			padding: 0;
		}
		
		.innopole-rss ul li {
			min-height: 65px;
			overflow: hidden; 
			padding: 10px 0;
			border-bottom: 1px dashed #646464;
		}
		
		.innopole-rss ul li.last {
			border: 0;
		}
		
		.innopole-rss ul.highlighted {
			margin-bottom: 15px;
		}
		
		.innopole-rss ul.highlighted li.last {
			border-bottom: 0;
		}
		
		.innopole-rss ul.highlighted li {
			height: 150px;
			font-size: 14px;
		}
		
		.innopole-rss ul.highlighted li a {
			font-size: 14px;
			color: #4BA743;
		}
		
		.innopole-rss.small ul li {
			padding: 5px 0;
			min-height: 40px;
		}
		
		.innopole-rss ul li .rss-list-image {
			float: left;
			margin-right: 15px;
		}
		
		.innopole-rss ul.highlighted .rss-list-image {
			max-width: 210px;
			max-height: 155px;
		}
		
		.innopole-rss ul li .rss-content {
			padding: 5px 0;
		}
		
		.innopole-rss ul.highlighted li .rss-content {
			/*float: left;*/
		}
		
		.innopole-rss ul.highlighted li .rss-content .date {
			padding-bottom: 10px;
		}
		
		.innopole-rss ul li p {
			padding: 0;
			margin: 0 0 15px 0;
		}
		
		.innopole-rss.small ul li p {
			margin-bottom: 5px;
		}
		
		.innopole-rss ul li p.rss-info a, 
		.innopole-rss ul li p.rss-info {
			/*color: #343434;*/
			font-size: 11px;
			margin: 0;
			padding: 0;
		}
		
		/* Used to display rss link and hide last border-bottom of ul li above */
		.innopole-rss .rss-feed-link {
			position: relative;
			top: -5px;
		}
		
		.innopole-rss .rss-feed-link a {
			background: transparent url(../images/rss-small.jpg) no-repeat top right;
			color: #ef7512;
			display: inline-block;
			padding-right: 20px;
		}
		
		.innopole-rss .widget-link {
			width: 100%;
			text-align: right;
			position: relative;
			top: -5px;
			background: #FFFFFF;
		}
		
		/* For page Nouvelles */
		.innopole-rss li .date {
			font-weight: bold;
			/*margin: 0 0 15px 0;*/
			clear: none;
		}
		.innopole-rss li .date-nouvelle {
			font-weight: normal;
			clear: both;
			font-size: 11px;
			margin-bottom: 3px;
		}
		
		.innopole-rss li .title {
			font-size: 14px;
			text-transform: uppercase;
			padding: 0;
			margin-bottom: 5px;
		}
		
		.innopole-rss li .text {
			padding: 0 0 5px 0;
			margin: 0;
		}
		
		table.sector-selector td {
			vertical-align: middle;
			font-size: 14px;
		}
		
		table.sector-selector td a {
			font-size: 12px;
		}
		
		table.spaced {
			width: 100%;
		}
		
		table.spaced TD {
			padding: 0 25px 15px 0;
		}
		
		/* Sources container */
		.sources-title {
			font-size: 9px;
			font-weight: bold;
		}
		.sources {
			font-size: 9px;
			border-top: 1px dashed #646464;
			width: 100%;
			padding: 5px 0;
		}		
		.sources .asterisk {
			float: left;
			width: 10px;
		}		
		.sources .text {
			padding: 0 0 0 15px;
		}
		
	/*** Contact ***/
	.wpcf7-form .field {
		margin-bottom: 10px;
	}	
	.wpcf7-form label {
		float: left;
		width: 100px;
	}
	.wpcf7-form .content {
		padding: 0;
		clear: none;
	}
	.wpcf7-form input {
		width: 335px;
	}
	.wpcf7-form .large .content,
	.wpcf7-form .large label {
		width: 430px;
		clear: both;
	}
	.wpcf7-form .large textarea {
		width: 98%;
	}
	.wpcf7-form .button-position {
		width: 430px;
		text-align: right;
	}
	.wpcf7-form .but {
		width: auto;
		float: right;
	}
	/* Overriding form style */
	span.wpcf7-not-valid-tip {
		border: 0 !important;
		padding: 0 !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		background: transparent !important;
		color: #A74343;
	}
	div.wpcf7-validation-errors {
		border-color: #A74343 !important;
	}
	
		
	/*** Title wrapper ***/
		.title-description {
			font-size: 12px;
			/*margin-bottom: 15px;*/
		}
		
		.title-description-value {}
		
		.title-separator {
			border-bottom: 1px dashed #646464;
			padding-bottom: 10px;
		}
		
		.title-separator h2 {
			margin: 0;
		}
		
		.column-center .title {
			overflow:hidden; height:100%;
			padding:0px 0px 10px 0px;
			margin:0px 0px 16px 0px;
			/*border-bottom: 1px dashed #646464;*/
		}
		
		.title-separator h2, 
		.column-center .title h2 {
			overflow:hidden; 
			/*height:100%;*/
			/*font-size: 20px;*/ 
			color: #000000; 
			/*line-height: 30px; */
			padding: 4px 5px 5px 0px;
		}
		
		.column-center .title h2 {
			margin-bottom: 0;
		}
			
		.column-center .title h3 {
			overflow:hidden; height:100%;
			border-bottom:1px solid #6f7a72;
			background:#69756c;
			font-size:1.3em; /*font-weight: normal;*/
			color:#fff; line-height:1.3em;
			padding:4px 5px 3px 11px;
		}
				
		.title-separator h2 a, 
		.column-center .title h2 a {
			color: #000000; 
			text-decoration:none;
		}
		.column-center .title h3 a { 
			color:#fff; 
			text-decoration:none;
		}
		
		.title-separator h2 a:hover, 
		.column-center .title h2 a:hover,
		.column-center .title h3 a:hover { text-decoration: underline;}
	
	/******/
		.title-page01 { padding:11px 0px 11px 0px;}
		.title-page02 { padding:11px 0px 11px 40px;}
		.title-page03 { padding:0px 0px 5px 0px;}
		
		.title-page01 * {  font-size:22px; /*font-weight: normal;*/ color:#000000; text-transform:uppercase;}
		.title-page02 * {  font-size:20px; /*font-weight: normal;*/ color:#000000; text-transform:uppercase;}
		.title-page03 * {  font-size:18px; font-weight: normal; color:#000000; text-transform:uppercase;}
		
	/*** Date ***/
		.date {
			overflow:hidden; 
			clear:both;
			font-size: 1.1em; 
			margin: 0; 
			padding: 0px 0px 3px 1px;
		}
		
	/*** author ***/
		.author {
			float: left;
			overflow:hidden;
			font-size: 1.3em; color:#3d505d;
			padding:1px 10px 6px 4px;
			}
		
	/*** Text box ***/
		.text-box {
			clear:both;
			overflow:hidden; 
			height:100%;
			font-size: 14px; 
			/*line-height: 1.2em;*/
			line-height: 17px;
			padding:2px 0px 0px 0px;
			}
			
		.text-box p { padding:0px 0px 15px 0px;}
		
		.text-box .fleft {
			float:left; display: inline;
			overflow:hidden; height:100%;
			margin:0px 13px 1px 0px; padding:0;
			}
			
		.text-box .fleft img { border:1px solid #859088;}
		
		.text-box p.img {}
		
		.text-box .left { float:left; width:230px; margin:0px 17px 0px 0px;}
		.text-box .right { float:left; width:230px;}
		
		
		/******/
			.more-link { /*clear:both;*/
				font-size:11px; font-weight: bold;
				/*text-decoration:none;*/ color:#629d08;
				padding:0px 0px 0px 0px;
				}
			
			.more-link:hover { /*text-decoration: underline;*/}
			
		/******/			
			.text-box .commentlist .left {
				width: 150px;
				text-align: right;
				margin-bottom: 10px;
			}
			
			.commentlist .edit-link {
				clear: both;
				width: 100%;
				text-align: right;
				margin-bottom: 10px;
			}
		
		/******/
			.postmetadata { clear:both; font-size:1.1em; padding:0px 0px 5px 0px;}
			.postmetadata a { padding:0px 1px 0px 5px;}
			
		/******/
			.link-edit { float:right; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
			.link-edit a { font-size:11px; font-weight: bold; color:#629d08;}
			
		/******/
			.navigation { 
				text-align: right; 
				font-size: 12px; 
				padding:5px 0px 0px 0px;
			}
			.navigation a {
				font-size:11px; 
				padding:0px 0px 0px 0px;
			}
			
			.nav-top { 
				margin:0px 0px 0px 0px; 
				height:24px; 
				margin: 10px 0px 0px 0px;
			}
			
			.nav-top div { padding:2px 0px 0px 0px; *padding:5px 0px 0px 0px;}
			
			img.nav-link {
				margin: 0 6px -2px 6px;
			}
			
			.nav-top a.selected {
				color: #646464;
			}
			
		/********/
			.welcome { padding:0px 0px 17px 0px; margin:0px 0px 0px 0px;}
			.welcome .title { margin:0px 0px 12px 0px;}
			.welcome .title h2 { font-size:20px; color:#62ac00; background: none; border:0; padding:9px 0px 5px 0px;}
			
			.welcome .text-box { font-size:13px; line-height:1.3em; padding:0px 0px 0px 1px;}
			.welcome .text-box p { padding:0px 0px 16px 0px;}

	
	/*** OL UL style***/
		.text-box ul { 
			padding:0px 0px 15px 15px; 
			overflow:hidden; 
			height:100%;
			list-style: disc outside;
			margin: 0 0 0 5px;
		}
		.text-box ul li {
			font-weight:normal;
			/*padding: 0 0 0 15px;*/
		}
		.text-box ul li ul { margin-left:15px;}
		.text-box ul li ol { margin-left:15px;}
		.text-box ul li ol li { list-style-type:decimal;}
		
		.text-box ol { padding-left:2px;}
		.text-box ol li { padding:0px; margin-left:13px;  font-weight:normal;list-style-type:decimal;}
		.text-box ol li ul { padding:2px 0px 5px 2px;}
		.text-box ol li ul li { 
			font-weight:normal;
		}
		
		.text-box ul li ul { margin-left:15px;}
		.text-box ul li ol {margin-left:20px;}
		.text-box ul li ol li { list-style-type:decimal;background:none;}
		.text-box ul li ol li a {}
		
		.text-box ol { padding:5px 0px 5px 2px;}
		.text-box ol li{ padding:0px; margin-left:20px;}

/*** filières ***/
	ul.sector-press-events {
		width: 321px;
		margin: 0 auto;
	}
	ul.sector-press-events a.comm_presse {
		background: transparent url(../images/comm_presse.png) no-repeat top left;
	}
	.preload_comm_presse, 
	ul.sector-press-events a.comm_presse:hover {
		background: transparent url(../images/comm_presse_hover.png) no-repeat top left;
	}
	.preload_comm_presse {
		display: none;
	}
	
	ul.sector-press-events a.events {
		background: transparent url(../images/events.png) no-repeat top left;
	}
	.preload_events, 
	ul.sector-press-events a.events:hover {
		background: transparent url(../images/events_hover.png) no-repeat top left;
	}
	.preload_events {
		display: none;
	}
	
	ul.sector-press-events a.comm_presse,
	ul.sector-press-events a.events {
		padding-left: 75px;
		height: 76px;
		display: table-cell;
		vertical-align: middle;
		color: #000000;
	}
	ul.sector-press-events a.comm_presse:hover,
	ul.sector-press-events a.events:hover {
		color: #656565;
	}
	/* FIX IE7- */
	*:first-child+html ul.sector-press-events a.comm_presse,
	*:first-child+html ul.sector-press-events a.events,
	* html ul.sector-press-events a.comm_presse,
	* html ul.sector-press-events a.events {
		display: inline-block;
	}
	*:first-child+html ul.sector-press-events a.events,
	* html ul.sector-press-events a.events {
		height: 51px;
		padding-top: 25px;
	}
	*:first-child+html ul.sector-press-events a.comm_presse,
	* html ul.sector-press-events a.comm_presse {
		height: 61px;
		padding-top: 15px;
	}
	
	ul.sector-press-events li {
		margin-bottom: 20px;
	}
	
	ul.sector-press-events li.last {
		border-right: 0 !important;
	}
	
	.sector-quick-access:link, 
	.sector-quick-access:visited,
	.sector-quick-access:active,
	.sector-quick-access {
		overflow: hidden;
		padding: 5px 10px;
		clear: both;
		background: #3c3c3c url(../images/plus.png) no-repeat right top;
		display: inline-block;
		width: 285px;
		height: 16px;
		margin-bottom: 5px;
		color: #ffffff;
		text-decoration: none;
	}
	
	.sector-quick-access:hover {
		color: #ffffff;
		background-color: #5bb046;
	}
	
/*** Footer ****/
	.footer {
		clear:both;	
		overflow:hidden; 
		height:100%;
		line-height: 16px;
	}
	
	.footer .width { 
		width: 900px; 
		margin: 0 auto;
	}
	
	.footer .separator {
		padding: 20px 0px;
		border-top: 1px solid #000000;
	}
	
	.footer-partner {
		/* Update to fit width with partners links */
		margin-right: 7px;
	}
	
	.footer .links {
		height: 135px;
	}
	
	.footer .section {
		float: left;
		margin: 5px 4px;
		min-width: 220px;
		max-width: 330px;
	}
	
	.footer .section .header {
		width: 100%;
		height: 22px;
		line-height: 22px;
		padding: 0;
		margin: 0;
		background: #f5f5f5;
	}
	
	.footer .section .header .title {
		color: #FFFFFF;
		float: left;
		padding: 0px 10px;
		text-transform: uppercase;
		background: #000000;
	}
	
	.footer .section .section {
		min-width: 0;
	}
	
	.footer .section .section .title {
		color: #000000;
		font-weight: bold;
	}
	
	.footer .img-link {
		margin: 0 5px 0 0;
	}
		
	.footer .indent {
		padding: 10px 5px 10px 5px;
	}
		
	.footer span {}
		
	.footer a {
		font-size: 11px;
		font-weight: normal;
	}

/* -----------------------------------------------------------------
---------------------------- WP ------------------------------------
----------------------------------------------------------------- */
	.info-sidebar { overflow:hidden; padding:15px 10px 20px 10px; margin:3px 0px 3px 0px; width: auto; color:#000; font-size:1.2em; line-height:1.4em;}
	.info-sidebar a { text-transform:none; color:#666a67;}
	
	.pagetitle { font-size:2.1em; font-weight: normal; overflow:hidden; color: #666a67; text-align:center; padding:6px 12px 10px 12px; *padding:6px 12px 10px 12px;}

/*--- Navigations ---*/
	.navigation { /*clear:both;*/ overflow:hidden; /*line-height:13px;*/}
	.navigation .alignleft { float: left; width:45%; text-align:left;}
	.navigation .alignright { float: right; width:45%; text-align:right;}
	.nav-top .alignright a { float: right; }
	
	
	.pd-nav { padding:0; margin:0;}
	.pd-nav .alignleft { padding:0; margin:0;}
	.pd-nav .alignright { padding:0; margin:0;}
	
	.pd-title {padding-bottom:0;}
	
	.marg { margin-bottom:10px;}

/*--- Begin Images ---*/
	p img {
		padding: 0;
		max-width: 100%;}
	
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;}
	
	img.alignright { float: right;display:inline;
		padding: 0;
		margin: 3px 0px 10px 20px;}
	
	img.alignleft {	padding: 0;	margin: 3px 25px 5px 0; float:left; display:inline;}
	
/*------*/
	#tag_cloud .widget-bottom-left { padding-bottom:15px;}
	#tag_cloud .widget-heading { margin-bottom:15px;}
	#tag_cloud a { padding-left:3px;}
	
	/*--- Popup styles ---*/
	#commentspopup {}
	#commentspopup #header {background:#2F3F99 url(../images/popup_header_bg.gif) top repeat-x;}
	#commentspopup .page-padding {padding:0 5px;}
	#commentspopup .page-width {width:538px; margin:0 auto;}
	#commentspopup .header-top {background:url(../images/popup_header_bg_top.jpg) top repeat-x;}
	#commentspopup .header-top-right {background:url(../images/popup_header_bg_top_right.jpg) top right no-repeat;}
	#commentspopup .header-top-left {background:url(../images/popup_header_bg_top_left.jpg) top left no-repeat; width:100%; height:160px;}
	#commentspopup .header-padding {padding:39px 0 0 89px;}
	#commentspopup h1 {font-size:1em; margin:0; padding:0; color:#E1E7EC; text-indent:-10000em; width:141px; height:27px;}
	#commentspopup h1:hover {text-decoration: none; cursor:pointer;}
	#commentspopup .description {width:141px; height:9px; text-indent:-10000em; margin-top:2px;}
	#commentspopup .description2 {width:249px; height:27px; text-indent:-10000em; margin-top:19px;}
	#commentspopup .border-bottom-left {padding:17px 37px 10px;}
	#commentspopup p {font-size:12px;}
	
	
/*--- Begin Typography & Colors ---*/
	small {	font-size: 1em; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
	small * {font-size: 0.9em;}
	small p {font-size: 0.9em;}
	
	select { width: 130px;}
		
	#commentform { 
		color: #000000;
		/*font-size:12px;*/
		overflow:hidden; 
		height:100%; 
		padding:0px 25px 0px 0px;
		/*width: 500px;*/
	}
	
	.text-box #commentform .left {
		width: 230px;
		margin: 0 10px 0 10px;
		padding: 0;
	}
	
	#commentform label {
		clear: both;
	}
	
	#commentform .line {
		clear: both;
		margin: 5px 10px 5px 10px;
	}
	
	#recaptcha-submit-btn-area {
		float: right;
	}
	
	#recaptcha-submit-btn-area .but {
		margin-right: 0;
	}
	
	#commentform input {
		margin: 5px 5px 1px 0;
		width: 100%;
	}
	
	#commentform {
		margin: 5px 0px 0 0;}
		
	#commentform textarea {
		width: 100%;
		height: 125px;
	}
	
	.recaptcha-error {
		color: #E31414;
		font-size: 12px !important;
		margin: 5px 10px !important;
		padding: 0 !important;
	}
	
	#recaptcha_area {
		width: 490px;
		/*margin: 0 10px;*/
		margin: 0 3px;
	}
	
	#recaptcha_table {
		border: 0 !important;
		width: auto !important;
	}
		
	#respond:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;}
		
	#commentform #submit { }
		
	#respond p { padding:0px 0px 10px 0px; text-indent:0;}
	#respond form p { padding:0px 0px 10px 0px; text-indent:0;}
	
/*--- Begin Calendar ---*/
	#wp-calendar { empty-cells:show; width: 155px;}
	
	#wp-calendar th { padding:3px 0; text-align:center; color:#fff;}
	#wp-calendar td { padding:3px 0; text-align:center; color:#fff;}
	
	#wp-calendar a { display: block; font-weight:bold; color:#fff;}
	#wp-calendar #next a { padding-right: 10px;	text-align: right; font-weight: normal;}
	#wp-calendar #prev a { padding-left: 10px; text-align: left; font-weight: normal;}
	
	#wp-calendar caption { text-align: center; color:#fff; font-weight:bold; font-size:1.3em; padding:0px 0px 6px 0px;}
	
	
/* Begin Various Tags & Classes */
	acronym, abbr, span.caps {
		cursor: help;
		}
	
	acronym, abbr {
		border-bottom:1px dashed #999;
		}
	
	blockquote {
		border:1px solid #d8d9b9; color:#666a67;
		background:#f4f5eb; padding:15px 10px 10px 20px; margin:5px 0;
		}
	
	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}
	
	
/* Captions */
	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;}
	
	.wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;}
	
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;}
	
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;}
	
	
/* Begin Comments*/
	.alt { clear:both; padding-bottom:20px; font-weight: normal;}
	
	.alt a { padding:0px 0px 0px 0px; text-decoration:underline;}
	
	.commentlist { color:#3d505d;
		text-align: justify;
		}
	.commentlist a { color:#666a67}
	.commentlist span { color:#666a67; font-weight: bold;}
	
	ol.commentlist  li { list-style: none; font-size:12px;
		margin:6px 0px 6px 0px;
		padding: 5px 10px 3px;
		/*list-style: none;*/
		border:1px solid #d8d9b9; color:#666a67;
		background: #F1F7F0;
		}
		
	.commentlist li .avatar { 
		float: right;
		border: 1px solid #000;
		padding: 2px;
		background: #fff; /*margin:0px 20px 15px 0px;*/
		}
	
	.commentlist p {
		margin: 10px 5px 10px 167px;
		}

	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
	.commentmetadata {
		margin: 0;
		display: block;
	}
	
	.quick-search {
		height: 41px;
		background: #f5f5f5;
		padding: 13px 15px;
	}
	
	.quick-search-search {
		float: left;
		margin-top: 5px;
	}
	
	.quick-search-text {
		float: left;
		margin: 0 15px 0 10px; 
	}
	
	.quick-search-cb {
		margin: 5px 15px 0 0;
		/*width: 145px;*/
		/*TODO style combobox*/
	}
	
/** quick-search-select BEGIN **/
	/* Drop down styles*/
	div.selectbox-wrapper {
	  position:absolute;
	  width: 200px !important;
	  background-color:white;
	  border:1px solid #ccc;
	  margin:0px;
	  margin-top:25px;
	  padding:0px;
	  text-align:left;
	  max-height:200px;
	  overflow:auto;
	}
	
	/*Drop down list styles*/
	div.selectbox-wrapper ul {
	  list-style-type:none;
	  margin:0px;
	  padding:0px;
	}
	/* Selected item in dropdown list*/
	div.selectbox-wrapper ul li.selected { 
	  background-color: #F1F7F0;
	}
	
	/* Hover state for dropdown list */
	div.selectbox-wrapper ul li.current { 
	  background-color: #F1F7F0;
	}
	
	/* Drop down list items style*/
	div.selectbox-wrapper ul li {
	  list-style-type:none;
	  display:block;
	  margin:0;
	  padding:2px;
	  cursor:pointer;
	}
	
	/* Look and feel of select box */
	.selectbox 
	{
	  margin: 0px 5px 10px 0px;
	  padding-left:2px;
	  padding-right: 25px;
	  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size:1em;/* Resize Font*/
	  width : 120px; /* Resize Width */
	  height: 27px;
	  display : block;
	  text-align:left; 
	  background: #fff url('../images/dropdown.jpg') no-repeat right center;
	  cursor: pointer;
	  border:1px solid #D1E4F6;
	  color:#333;
	  float: left;
	  margin-right: 15px;
	}
/** quick-search-select END **/

	.quick-search-submit {
		background: #545454 url(../images/button_bg_black.jpg) repeat-x bottom;
		color: #FFFFFF;
		text-transform: uppercase;
		border: 0;
		padding: 4px 8px;
		/*margin-top: 5px;*/
		cursor: pointer;
	}
	
	.section-title {
		font-size: 16px;
	}
	
	.section-separator {
		width: 100%;
		border-bottom: 2px solid #000000;
		margin-bottom: 10px;
	}
	
	.line-jump {
		clear: both;
	}
	
	.button-style-link, 
	.button-style {
		padding: 5px 10px;
		background: #65b64d url(../images/button_bg.jpg) repeat-x bottom;
		color: #FFFFFF;
		clear: both;
	}
	
	.button-style-link.over {
		cursor: pointer;
	}
	
	.button-style-link a, 
	.button-style a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.button-style-link a:hover, 
	.button-style a:hover {
		text-decoration: underline;
	}
	
/*** sidebars ***/
	.sidebar-item-left {
		float: left !important;
		clear: none !important;
		padding: 0;
		margin: 0;
	}
	
	.blog-sidebar {
		float: right;
		margin: 0 0 0 20px;
		width: 240px;
	}
	
	.sidebar-champion {
		margin-bottom: 15px;
	}
	
	.events-sidebar {
	}
	
	.key-numbers-sidebar {
		float: right;
		height: 30px;
		color: #000;
		font-weight: bold;
	}
	
	.sub-header {
		clear: both;
		/*height: 40px;*/
		width: 100%;
	}
	
	.sub-header h1 {
		max-width: 600px;
	}
	
	.key-players-subtitle {
		font-size: 14px;
		padding-bottom: 10px;
		color: #000000;
	}
	
	.line-separator {
		padding: 7px 0 7px 0;
	}
	
	.section-etude-de-cas {
		width: 210px;
		height: 75px;
	}
	
	.section-etude-de-cas .text {
		padding: 10px 5px;
		width: 130px;
		color: #000000;
		font-size: 11px;
	}
	
	.section-etude-de-cas .indent {
		padding: 10px;
	}
	
	.addthis_container {
		margin-top: 15px;
	}
	
	.infolettre, 
	.rss {
		font-size: 10px;
		color: #000000;
	}
	.infolettre .text, 
	.rss .text {
		padding-left: 10px;
		width: 175px; /*195px;*/
	}
	.infolettre .title, 
	.rss .title {
		font-weight: bold;
		font-size: 12px;
		margin: 0;
		padding: 0;
	}
	
	.separator {
		clear: both;
		margin-bottom: 10px;
	}
	
	.blog-sidebar ul li, 
	ul.nouvelles li {
		clear: both;
	}
	
	.sidebar-elem .date {
		font-weight: bold;
	}
	
	.sidebar-elem ul {
		margin: 0 0 10px 0;
	}
	.sidebar-elem ul li {
		clear: both;
		padding: 10px 0;
		border-bottom: 1px dashed #646464;	
		text-align: justify;
	}
	
	.sidebar-elem ul li.last {
		border-bottom: 0;
	}
	
	.sidebar-elem ul.cleanlist {
		margin: 10px 0;
	}
	
	.sidebar-elem ul.cleanlist li {
		padding: 2px 0;
		border: 0;
	}
	
	.sidebar-elem .alignright {
		width: 100%;
		text-align: right;
	}
	
	.author-info {
		margin: 10px 0 0 85px; /* margin-left = photo-width + 5*/
	}
	
	.author-name {
		font-weight: bold;
	}
	
	.author-desc {
		/*clear: both;*/
		margin: 5px 0;
	}
	
	
/**************************/
/*** STYLES FOR CONTENT ***/
/**************************/
/* TEXT */
	.text_black_12_bold,
	.text_black_14_bold,
	.text_black_18_bold,
	.text_black_22_bold,
	.text_black_12,
	.text_black_14,
	.text_black_18,
	.text_black_22 {
		color: #000000;
	}
	
	.text_grey_12_bold,
	.text_black_12_bold,
	.text_grey_12
	.text_black_12 {
		font-size: 12px;
	}
	
	.text_grey_14_bold,
	.text_black_14_bold,
	.text_grey_14,
	.text_black_14 {
		font-size: 14px;
	}
	
	.text_grey_18_bold,
	.text_black_18_bold,
	.text_grey_18,
	.text_black_18 {
		font-size: 18px;
	}
	
	.text_grey_22_bold,
	.text_black_22_bold,
	.text_grey_22,
	.text_black_22 {
		font-size: 22px;
	}
	
	.text_grey_12_bold,
	.text_grey_14_bold,
	.text_grey_18_bold,
	.text_grey_22_bold, 
	.text_grey_12,
	.text_grey_14,
	.text_grey_18,
	.text_grey_22 {
		color: #646464;
	}

	.text_grey_12_bold,
	.text_grey_14_bold,
	.text_grey_18_bold,
	.text_grey_22_bold,
	.text_black_12_bold,
	.text_black_14_bold,
	.text_black_18_bold,
	.text_black_22_bold {
		font-weight: bold;	
	}
	
/* TABLES */
	tr.grey td {
		background: #F5F5F5;
	}
	
	tr.green td  {
		background: #F1F7F0;
	}
	
	.table_4_columns_odd_grey TD,
	.table_3_columns_odd_grey TD,
	.table_2_columns_odd_grey TD,
	.table_4_columns_odd_green TD,
	.table_3_columns_odd_green TD,
	.table_2_columns_odd_green TD,
	.table_4_columns TD, 
	.table_3_columns TD, 
	.table_2_columns TD {
		padding: 5px;
	}
	
	.table_4_columns_odd_grey p,
	.table_3_columns_odd_grey p,
	.table_2_columns_odd_grey p,
	.table_4_columns_odd_green p,
	.table_3_columns_odd_green p,
	.table_2_columns_odd_green p,
	.table_4_columns p, 
	.table_3_columns p, 
	.table_2_columns p {
		padding: 0;
		margin: 0;
		text-align: left;
	}

	.table_4_columns_odd_grey,
	.table_3_columns_odd_grey,
	.table_2_columns_odd_grey,
	.table_4_columns_odd_green,
	.table_3_columns_odd_green,
	.table_2_columns_odd_green,
	.table_4_columns, 
	.table_3_columns, 
	.table_2_columns {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 10px;
		border: 0;
		border-collapse: separate;
	}
	
	.table_4_columns_odd_grey THEAD P,
	.table_3_columns_odd_grey THEAD P,
	.table_2_columns_odd_grey THEAD P,
	.table_4_columns_odd_green THEAD P,
	.table_3_columns_odd_green THEAD P,
	.table_2_columns_odd_green THEAD P,
	.table_4_columns THEAD P, 
	.table_3_columns THEAD P, 
	.table_2_columns THEAD P, 
	.table_4_columns_odd_grey THEAD,
	.table_3_columns_odd_grey THEAD,
	.table_2_columns_odd_grey THEAD,
	.table_4_columns_odd_green THEAD,
	.table_3_columns_odd_green THEAD,
	.table_2_columns_odd_green THEAD,
	.table_4_columns THEAD, 
	.table_3_columns THEAD, 
	.table_2_columns THEAD {
		/*text-align: center;*/
		font-weight: bold;
		text-transform: uppercase;
		color: #000000;
	}
	
	.table_4_columns_odd_grey THEAD TD, 
	.table_4_columns_odd_green THEAD TD, 
	.table_4_columns THEAD TD, 
	.table_3_columns_odd_grey THEAD TD, 
	.table_3_columns_odd_green THEAD TD, 
	.table_3_columns THEAD TD,
	.table_2_columns_odd_grey THEAD TD, 
	.table_2_columns_odd_green THEAD TD, 
	.table_2_columns THEAD TD {
		vertical-align: middle;
	}
	
	.table_2_columns_odd_grey,
	.table_2_columns_odd_green,
	.table_2_columns th, 
	.table_2_columns td {
		width: 50%;
	}
	
	.table_3_columns_odd_grey,
	.table_3_columns_odd_green,
	.table_3_columns th, 
	.table_3_columns td {
		width: 33%;
	}
	
	.table_4_columns_odd_grey,
	.table_4_columns_odd_green,
	.table_4_columns th, 
	.table_4_columns td {
		width: 25%;
	}
	
	.important_text {
		font-weight: bold;
		font-size: 14px;
		color: #4BA743;
	}

	.no-margin {
		margin: 0 !important;
	}
	
	.no-padding {
		padding: 0 !important;
	}
	
	.no-justify {
		text-align: left;
	}
	
	.clear { clear: both;}
	
	.fullWidth {width: 100%; }
	
	.noheight{ height: auto !important; }
	
	.text-black-bold { font-weight: bold; color: #000000;}
	
	.text-bold { font-weight: bold; }
	
	.information { font-style: italic; }
	
	div.information { width: 100%; text-align: right; }
	
	.evident { font-size: 18px; color: #5fb247; font-weight: normal; }
	
	.number-evident { font-size: 20px; color: #000000; font-weight: bold; }
	
	.quote { font-size: 18px; margin-bottom: 15px; font-weight: bold; } 
	
	.highlight { background-color: #F1F7F0; }
	
	.text-aligncenter { text-align: center; }
	
	.super {
		vertical-align: super;
		font-size: 10px;
	}
	
	
/* OVERRIDES */
body { 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
}

.header, 
.footer,
.column-left,
.column-right,
.news-left,
.no-print,
#respond,
#player
{
	display: none;
}
