#bg-header {
	background-image: url(images/bg_header2010.jpg);
	background-color: white;
	height: 150px;
}
/* The previous bg is centered with respect to the page, but when there is a horizontal scroll, we only want it centered with respect to the content div. Therefore use the same background centered in the inner div */

#inner-header {
	background-image: url(images/bg_header2010.jpg);
	background-position: center top;
	background-color: white;
	width: 1000px;
	position: relative;
}
body {
	font-family: "Lucida Grande", arial, sans-serif !important;
	font-size: 12px;
}
h2.widgettitle, h2.region {
	font-size: 15px !important;
	letter-spacing: -0.03em;
	font-weight: bold;
	color: #358c65;
}
h2.region {
	padding: 10px 0 0 0;
	font-weight: normal;
	color: #333;
}
#content h1 , #content h4 {
	color: #C51A21;
	margin-bottom: 0.5em;
	text-transform: none !important;
}
#wrap {
	background-color: #fff;
	color: #333;
	width: 1000px;
	padding: 0;
}

/* ------ STRUCTURE ------ */
.col_lhs {
	float: left;
}
.col_centre {
	width: 44em !important;
	margin: 0 12px 0 12px;
	float: left;
	display: inline; 
/*	background-color: #f06; */
}
.col_rhs {
	float: right;
}
div.commenttext {
	margin-left: -1em;
	border: none;
	background-image: url(http://semaine.icea.qc.ca/images/bg-nav-subitem.gif) no-repeat !important;
}
.postmeta {
	font-size: 0.8em;
} 
#basdepage {
	background-color: #e0eedf;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	margin-top: 30px;
	padding: 0 1em;
	width: 1008px !important;
}
#off-page-footer {
	width: 1000px;
	margin: 18px 30px;
	text-align: center;
}
#off-page-footer img {
	margin-right: 15px;
}
.postmeta {
	padding: 1em 0 0 0;
	margin-bottom: 0.5em;
}
.postmeta p {
	line-height: 1.5em !important;
	padding: 0 0 0 0 !important;
}
.post {
	margin-bottom: 2em;
}
.col_RHS ul li {
	list-style-image: none;
	list-style-position: inside;
}
.aktt_tweet_digest {
	font-size: 100%;
}
.aktt_credit {
	display: none;
}
div.aktt_tweets ul li {
	list-style: square;
	list-style-position: outside;
	line-height: 1.3em;
}
div.aktt_tweets ul li.aktt_more_updates {
	text-align: right;
	font-size:10px;
	list-style-type: none;
}
div.aktt_tweets ul li a.aktt_tweet_time {
	margin-left: 2em;
	font-size: 10px;
}
#l_sidebar ul li#text-5 {
	padding: 10px;
	background-color: #60a686;
	color: #fff;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 2px 6px #000 inset;
}
#l_sidebar ul li#text-5 h2, 
#l_sidebar ul li#text-5 a {
	color: #fff;
}
#l_sidebar ul li#text-5 p {
	padding: 0;
	margin: 10px 0;
}
.widget h2 {
	padding-top: 0.5em;
	text-align: center;
}
#r_sidebar ul li#text-6 {
	padding: 10px;
	background-color: #c51a21;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	-moz-box-shadow: 0 2px 6px #000 inset;
}
#r_sidebar ul li#text-6 blockquote {
	padding: 5px;
	color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#r_sidebar ul li#text-6 h2 {
	color: white;
}
.cat-item  {
	font-size: 80%;
	line-height: 1.3em;
}
#l_sidebar .widget_categories ul {
	margin-left: 2em;
}
#content blockquote {
	padding: 0 2em;
	margin-bottom: 1em;
}
span.youtube {
	display: block;
	border: 1px solid black;
	background-color: silver;
	width: 150px;
	margin: 0 auto;
}
object {
	display: block;
	border: 1px solid black;
	background-color: silver;
	margin: 0 auto;
}
img.size-full {
	border: 1px solid black;
}
#inner-header a#logo {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	width: 233px;
	height: 110px;
	top: 20px;
	left: 20px;
}
#subNav1 {
	top: 130px;
}
.subNav li a {
	text-transform: uppercase;
	padding: 5px 5px 0 5px;
	background: #60a686;
	color: #fff;
	font-weight: bold;
	margin-left: 1px;
	height: 15px;
	font-size: 10px;
}
.subNav li a:hover {
	color: #fff;
	background: #017F8D;
	text-decoration: none;
}
.subNav li a:visited {
	color: #fff;
}

#content, #page {
	width: 1000px;
	display: block;
}
#content {
	padding-top: 10px;
}
#page {
	margin: 0;
	font-size:1.1em
}
#l_sidebar, #r_sidebar {
	margin: 0;
	padding: 0;
	width: 200px;
	background: #fff;
}
#l_sidebar ul li.widget, #r_sidebar ul li.widget {
	padding: 10px 0;
	margin-bottom: 10px;
}
#l_sidebar {
	padding-left: 20px;
}
#r_sidebar {
	padding-right: 20px;
}
.widget h2 {
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
}
.col_centre, #contentleft {
	width: 520px;
	padding: 0 20px;
}
.sticky {
	background-color: #eee;
	padding: 10px 15px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 2px 6px #aaa inset;
}
.post-22 {
	background: url(images/jici.jpg) no-repeat right top;
	padding: 10px 220px 10px 15px;
}
.postmeta {
	width: auto;
}
#searchform label {
	display: none;
}
#searchform #s {
	width: 165px;
	margin: 0;
}
#searchsubmit {
	text-indent: -5000px;
	width: 24px;
	height: 24px;
	background: url(images/searchbutton.png) no-repeat 0 0;
	padding: 0;
	border: 0;
	float: right;
}
#searchsubmit:hover {
	background-position: 0 -24px;
}
.aktt_tweets {
	background: #e0eedf;
	padding: 10px;
}
#r_sidebar .aktt_tweets ul {
	margin-left: 13px;
	padding: 0;
}
#r_sidebar .aktt_tweets li {
	margin-bottom: 5px;
}
#r_sidebar .aktt_tweets li.aktt_more_updates {
	margin-bottom: 0;
}
.aktt_tweet_time {
	display: block;
}
.col_lhs ul li, #content .col_lhs ul li p, #content .col_rhs ul li p {
	font-size: 11px;
	line-height: 14px;
}
#content p img {
	float: none;
}
.smbutton {
	margin: 0 0 10px 0;
	text-align: center;
}
.smbutton img {
	width: 50px;
}
.smbutton img.identica {
	margin: 0 10px 3px 10px;
	width: auto;
	height: 44px;
}
#text-6 form {
	margin-left: 0;
}
#apprendrequoi {
	margin: 5px 0;
	width: 174px;
}
select#VoirRegion {
	font-size: 11px;
	margin: 10px 0 0 0;
}



/** YVES OTIS 2010-02-24 **/

#twitter_update_list li {
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px !important;
	font-size: 10px;
	border: solid 1px #ddd;
}
	
#twitter_update_list a { 
	display: block;
	font-size: 100% !important;
	margin: 5px 0 0 0 !important;
}

.wp-caption-text {font-size:80%;font-style:oblique;}

h2,h3 {padding-top:0em}


/* Laurent LaSalle 2010.02.25 */
#extended-categories-select-3 {
	width: 200px;
}
.twitjici {
	background: url(images/minijici.jpg) no-repeat right top;
	width: 200px;
	height: 180px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 2px 6px #aaa inset;
}
#twitter_div {
	width: 100px;
	padding: 10px;
	float: left;
}
#content p.followme {
	text-align: right;
	margin-top: 5px;
	padding: 0 0 8px 0;
}
#content p.followme img {
	margin: 0 0 -8px 0;
}
#l_sidebar ul.participate {
	margin-left: 14px;
}
#l_sidebar ul.participate li {
	list-style: disc;
}
#l_sidebar ul li .sqaftv a {
	display: block;
	width: 200px;
	padding-top: 200px;
	background: url(images/youtube.jpg) no-repeat center top;
	text-align: center;
	margin-top: -50px;
}
#content #text-5 p {
	text-align: center;
	margin: 10px 0;
}
#content #text-5 p img {
	margin: 0;
}
h1 span {
	font-size: 10px;
	font-family: sans-serif;
	float: right;
}
h1 span a {
	color: #eee;
}
#logo-icea, #logo-qc {
	position: absolute;
	top: 42px;
	left: 313px;
	width: 155px;
	padding-bottom: 40px;
	display: block;
	font-family: georgia, serif;
	font-style: italic;
	color: #000;
	font-size: 14px;
	text-align: center;
}
#logo-qc {
	left: 500px;
	width: 130px;
}

/** YO 2010-03-03 **/
#content .hentry div p {line-height:1.5em;margin:0 0;padding:0;}
#content .hentry h1 {padding-top:1em;}
#content .hentry h3 {padding-top:1em;}

#content .hentry blockquote {padding:1em; 2em}
#content .hentry br {display:none;}

/** Erreur de syntaxe à corriger sur ul dans les entrées  : devrait être une classe, pas un id, mais bon YO **/

#content  .hentry ul#contact_activite {line-height:1.5em;margin:0 0 0 2em;padding:0;}
#content  .hentry ul#contact_activite  li {list-style:none;padding:0;margin:0;}

#content  .hentry  ul#details_activite {line-height:1.5em;margin:0 0 0 2em;padding:0;font-size:80%;}
#content  .hentry  ul#details_activite li  {list-style:none;padding:0 1em 0 0.5em;margin:0;display:inline;clear:both;}

#pourIE6 {display:none;}


/** DEFI **/
div.defi {margin-bottom:1em;border-bottom:1px solid silver;border-left:6px solid #60A686;padding-left:6px}
.defi h3 {padding:0.5em 0;}
.defi h2 {font-size:100%;font-weight:bold;}
#content div.defi p  {padding-left:1em;padding-bottom:0.33em;max-width:36em;}
.defi .footer {border:none;}
.defi .postmeta {border:none;padding:1em 0 0.5em 0}

#content div#defi-formulaire p {padding-bottom:0.67em}

div.defi-top {margin-bottom:1em;border-bottom:1px solid silver;border-left:none;padding-left:12px}
div.defi-top h3.title {font-size:133%;}
div.defi-top h2 {font-size:133%;}
div.defi-top blockquote {padding:0.5em 0 }