/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	background: #e3e1e2 url(images/bg5.gif) repeat-x;
	margin:0px;
	padding:0px;
	color: #333;
		}
		
body, select, input, textarea {
	font: 10pt Arial, Verdana, Sans-Serif;
	line-height:inherit;
	}

/* calage des textes rapport aux photos */

img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}


a:link, a:visited {
	color: #4a4a4a;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#666666;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}

/****** Images ****************************/

img, a:link img, a:visited img{
 /*border:2px solid #f77401;*/
 border:none;
 padding:2px;}
img.left,img.right,img.center,img.norm{
 margin:5px 12px 5px 0;
 /*border:2px solid #f77401;*/
 border:none;
 padding:2px;}
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }
	
		
/******************************************
*   General Structure                         
******************************************/

#page{
	background: url(images/header.gif) no-repeat center top;
	/*background-color:#ffffff;*/
	width:880px;
	margin:0 auto;
	font-size:1em;
	padding: 10px 25px 35px 25px;
	
}

#branding {/* calage par rapport au haut de la fenetre*/
	width:625px;
	height:195px;
	padding-bottom:15px;

	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it's the sidebar container*/
	width: 250px;
	float:right;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section - trait de séparation entre les features et les blurbs*/
	width:287px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}

	
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #f77401;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none;
	}
	
#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.5em;
	font-family: Arial, Times, serif;
	font-weight:normal;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #f77401;
	font-size: 1.8em;
	font-family: Arial, Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
/* style des titres de page*/	

h2 {
	color: #f77401;
	font: 2em Arial, Times, serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h3 { /* styles des titres de la colonne de droite et des titres d'articles*/
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1pt;
	margin-bottom:4px;
	font-weight:bold;
	color:#4a4a4a;
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Times, serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#f77401;
	}

#sidebar h3, #sidebar h2 { /* style des bordures séparant les textes contenus dans la sidebar*/
	font-size:0.9em;
	font-weight: bold;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#f77401; /*couleur des titres du sidebar*/
	border-top: 1px solid #999999;
	border-bottom: 1px dotted #999999;
	/*border-top:4px solid #666;*/
	/*border-bottom:2px solid #b6b6b6;*/
	}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	

	
/******************************************
*   Content                       
******************************************/

#content {
	width:605px;
	float:left;
	/*background: #FFFFFF;*/
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" Format des onglets*/

.feature {
	background: /*url(images/backgrounds/bg_featured.jpg) repeat-x*/ #4a4a4a;
	color:#FFFFFF;
	padding:15px;
	border: 1px solid #ccc;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img {
	padding:2px;
	border:1px solid #4a4a4a;
	}
	
#rightcol img {
	padding:2px;
	border:none;
	/*border:2px solid #f77401;*/
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:2px;
	border: 2px solid #999;
	}

.title, a.title  { /*Titres des articles de la colonne de gauche Features*/
	font-family: Arial, Times, serif;
	font-size:1.5em;
	font-weight:normal;
	color: #f77401;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}


/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}	
	


/* Post Formatting - Format des articles*/

.entry { /* contenu de l'article*/
	padding-bottom:28px;
	text-align:justify;
	}

.post blockquote {
	color:#4a4a4a;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;	
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;	
	margin-left:48px;
	}
	
#tags {
visibility:hidden;
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
visibility:hidden;
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}

/*---------------------------------------------------------------------------------------------------------------------
/* Form Elements */

select {
	background:#eee;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	width:100%
	}
	

#searchform {padding: 143px 5px 0 0;} /*calage en hauteur du champ de recherche - 4px pour être aligné sur le haut du logo - 20px pour être calé sur le haut du texte*/

.searchbutton {
	font-weight:bold;
	padding: 1px;
	background:#666;
	color:#999;
	border:1px solid #ddd;
	}

.searchbutton:hover {
	color:#fff;
	background:#eee;
	border:1px solid #999;
	text-decoration:none;
	}

.searchfield {
	width:150px;
	padding: 1px 1px 1px 20px;
	background: url(images/icons/search-16.png) no-repeat #fff;
	color:#666;
	border:1px solid #ddd;
	}

.searchfield:hover, .searchfield:focus {
	background: url(images/icons/search-16.png) no-repeat #eee;
	border:1px solid #999;
	text-decoration:none;
	}

.button {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#666;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

.button:hover {
	color:#333;
	background:#eee;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	text-decoration:none;
	}


#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

#commentform textarea {
	background:#eee;
	width: 100%;
	margin-top:5px;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
	}

#commentform textarea:hover, #commentform textarea:focus {background:#fff;}

/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/
#footer {
    background-color:#e3e1e2;
   /* background-image:  url(images/footer.gif);
    background-position:center top;
    background-repeat:no-repeat;   */
    width: 990px;
    height: 90px;
    margin: 0px auto 0px ;
    padding: 0px;
    text-align:center;
    font-size:10px;
    }
	
#footer a {
	color:#A29D80;
	}