/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


/*  UTILITY */

.clear {
	clear:both;
}



.float-right {
	float:right;
}



.float-left {
	float:left;
}

/*  BODY  */

body {
	background:#ffffff url(images/background.png) repeat-x top left;
	color:#4e4e4e;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}


a {
	color:#4e8511;
	text-decoration:none;
}


a:visited {
    color:#4e8511;
	text-decoration:none;	
}

a:hover {
	color:#0e91c8;
	text-decoration:none;
	
}


/*  MAIN CONTAINER */

#wrapper { 
    background:url(images/wrapper.png) no-repeat top center;
	width:100%;
}

/*  MAIN CONTAINER */
	
	
#container{
	width:940px;
	padding:0;
	margin:0 auto 0;
	}
	
	
#main-col {
	float:left;
	width:630px;
	margin:0;
	padding:0;	
}

#sidebar-col {
	width:310px;
	float:right;
	margin:0;
	padding:0;
}
	
	
/*  HEADER CONTAINER */
	
	
#header{
	display:block;
	height:118px;
	width:940px;
	padding:0;
	margin:0;
	}
#header h1 {
	float:left;
	background:url(images/logo.png) no-repeat 0 10px;
	display:block;
	height:75px;	
	padding:35px 0 0 110px;
}

.logo {
	margin:0;
	display:block;
	width:252px;
	height:41px;
	padding:0;
	margin-top:35px;
}

.logo span {
	display:none;
}
.baseline {
	color:#999999;
	display:block;
	margin:0;
	font-size:11px;
}

/*  MENU TOP */

.menu {
	float:right;
}

.menu ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:38px;
}

.menu li{
	float:left;
	margin:0;
	padding:0;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
	margin-left:15px;
}

.menu a{
	display:block;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
	text-decoration:none;
	background:#292a2d;
	border:1px solid #37383b;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	padding-left:15px;
}

.menu a:visited{
	color:#FFF;
	text-decoration:none;
	background:#292a2d;
	border:1px solid #37383b;
}

.menu a:hover{
	color:#ffffff;
	text-decoration:none;
	background:#8dca3a;
	border:1px solid #aaf14a;
}


/*  FEATURED BLOCK */

#featured {
	display:block;
	width:630px;
	height:196px;
	margin:0;
	padding:0;
	margin-top:21px;
	margin-bottom:25px;
}

#featured img{
	//border:5px solid #FFF;
	margin:0;
	padding:0;
}

.feat-image {
	float:left;
	margin:0;
	padding:0;
	display:block;
	width:298px;
	height:170px;
}

.feat-title {
	margin:0;
	padding:0;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
	border-bottom:1px solid #97d244;
	padding-bottom:5px;
}

.feat-newsletter {
	margin:0;
	padding:0;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.4em;
    border:0;
}

.feat-title a {
	color:#ffffff;
	text-decoration:none;
}

.feat-title a:visited{
	color:#ffffff;
	text-decoration:none;
}

.feat-title a:hover{
	color:#2e2f33;
	text-decoration:none;
}

.feat-text {
	float:left;
	display:block;
	width:299px;
	height:217px;
	margin:0;
	padding:0;
	margin-left:20px;
}

.feat-text p{
	margin:0;
	margin-top:10px;
	color:#FFF;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
}

.feat-text p a {
	color:#2e2f33;
	text-decoration:none;
}

.feat-text p a:visited{
	color:#2e2f33;
	text-decoration:none;
}

.feat-text p a:hover{
	color:#ffffff;
	text-decoration:none;
}

.fbutton {
	display:block;
	color:#FFF;
	float:left;
	width:106px;
	height:29px;
	background:url(images/feat-button.gif) no-repeat top center;
	margin-right:10px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 29px;
	text-align:center;
	margin-top:20px;
}

.fbutton a {
	color:#FFF;
	text-decoration:none;
}

.fbutton a:visited{
	color:#FFF;
	text-decoration:none;
}

.fbutton a:hover{
	color:#aaf149;
	text-decoration:none;
}


/*  SIDEBAR  */


.sidebar-box {
	background:url(images/sidebar-middle.gif) repeat-y top center;
	
}

.sidebar-top {
	display:block;
	background:url(images/sidebar-top.gif) no-repeat top center;
	height:55px;
	width:310px;
	margin:0;
	padding:0;
	
}

.sidebar-bottom {
    display:block;
	background: url(images/sidebar-bottom.gif) no-repeat bottom center;
	height:55px;
	width:310px;
	margin:0;
	padding:0;
}



/* MUST READ ARTICLES */

.more-feat {
	display:block;
	width:310px;
	height:118px;
	background:url(images/morefeat-bg.gif) no-repeat top center;
	padding:0;
	margin:0;
	margin-top:23px;
	margin-bottom:22px;
}
.more-feat td { /* Ajout */
	color:#FFFFFF;
	padding:0 15px 5px 15px;
	margin:0;
}

.mustread-title {
	border:0;
	margin:0;
	padding:0;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.4em;
	margin-left:15px;
	padding-top:5px;
}

.more-feat ul {
	list-style:none;
	padding:0;
	padding:10px;
	padding-left:15px;
	margin:0;
	
}

.more-feat li {
	display:block;
	float:left;
	margin:0;
	padding:2px;
}

.more-feat img{
	margin:17px 30px 17px 30px;
	padding:0;
	display:block;
	border:0px solid #FFF;
}



/* SEARCH SIDEBAR */


#search {
	margin:0;
	padding:0;
	padding-top:10px;
	padding-left:10px;
	
}

.searchbox {
	width:190px;
	padding:5px;
	margin:0;
	background:#000000;
	border:1px solid #404447;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}

.ibutton {
	padding:5px;
	padding-left:18px;
	padding-right:18px;
	padding-left:9px !important!;
	padding-right:9px !important!;
	padding-top:3px !important!;
	padding-bottom:3px !important!;
	margin:0;
	background:#686868;
	color:#FFF;
	border:1px solid #707070;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}

/* NEWSLETTER SIDEBAR */


#newsletter {
	margin:0;
	padding:0;
	padding-top:10px;
	padding-left:10px;
	
}

.searchbox {
	width:190px;
	padding:5px;
	margin:0;
	background:#000000;
	border:1px solid #404447;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}

.ibutton {
	padding:5px;
	padding-left:18px;
	padding-right:18px;
	padding-left:9px !important!;
	padding-right:9px !important!;
	padding-top:3px !important!;
	padding-bottom:3px !important!;
	margin:0;
	background:#686868;
	color:#FFF;
	border:1px solid #707070;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}





/*  POSTS */

p.readmore {
	margin:0;
	padding:0;
    text-align: left; 
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

p.readmore a {
	color: #0e91c8; 
	text-decoration:none;
	
	}

p.readmore a:visited {
	color: #0e91c8; 
	text-decoration:none;
	}
	
p.readmore a:hover {
	color: #4e4e4e; 
	text-decoration:none;
	
	}
.post-image {
	display:block;
	width:154px;
	height:154px;
	float:left;
	margin:0;
	padding:0;
	margin-right:25px;
	margin-top:5px;
	margin-bottom:25px;
	margin-bottom:0 !important!;
}

.post-image img {
	margin:0;
	padding:0;
	background:#f0f0f0;
	border:1px solid #e5e5e5; 
	padding:5px;
	display:block;
	width:149px;
	height:149px;
}


#post { 
      padding:0;
	  margin:0;
	  margin-right:20px;
}

.post { 
      padding:0;
	  margin:0;
	  margin-right:20px;
}

.post-title {
	color:#4e8511;
	border:0;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
}

.meta-stuff {
	color:#4e4e4e;
	border-bottom:1px solid #e5e5e5;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

.meta-stuff a{
	color:#0e91c8;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	text-decoration:none;
}

.meta-stuff a:visited{
	color:#0e91c8;
	text-decoration:none;
}

.meta-stuff a:hover{
	color:#4e4e4e;
	text-decoration:none;
}

.post-title a{
		color:#4e8511;
		text-decoration:none;
}

.post-title a:visited{
		color:#4e8511;
		text-decoration:none;
}

.post-title a:hover{
		color:#4e4e4e;
		text-decoration:none;
}

.entry {
	float:left;
	color:#4e4e4e;
	margin:0;
	padding:0;
	margin-top:15px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

.post-conn{
	width:420px;
	float:left;
	margin:0;
	padding:0;
}



/*  SIDEBAR ADVERTS  */

.adverts{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:20px;
	margin-right:20px;
}

.adverts li{
	float:left;
	padding:5px;
	margin:0;
}

/*  SIDEBAR MAIN  */

#sidebar-widgets {
	margin:0;
	padding:0;
	margin-left:20px;
	margin-right:20px;
	
}

#sidebar-widgets .sidebar-title {
	color:#0e91c8;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
    padding-top:20px;
	padding-top:10px !important!;
	padding-bottom:5px;
	border-bottom:1px solid #34383b;
}

#sidebar-widgets a{
	color:#ffffff;
	text-decoration:none;
	
}

#sidebar-widgets a:visited{
	color:#ffffff;
	text-decoration:none;
	
}

#sidebar-widgets a:hover{
	color:#8dcb3b;
	text-decoration:none;
	
}

#sidebar-widgets ul {
	list-style:none;
	padding:0;
	margin:0;
}

#sidebar-widgets li { 
    border-bottom:1px solid #2a2b2d;
	padding:0;
	margin:0;
	margin-top:5px;
    padding-bottom:5px;
	color:#FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}






/*  FOOTER*/

.pag {
	margin:0;
	padding:0;
	margin-bottom:20px;
}

#footer {
	display:block;
	width:940px;
	padding:0;
	margin:0;
	padding-top:10px;
	margin-top:35px;
	margin-bottom:35px;
    border-top:#cecece solid 1px;
	color:#4e4e4e;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

#footer a{
	color:#0e91c8;
	text-decoration:none;
}

#footer a:visited{
	color:#0e91c8;
	text-decoration:none;
}

#footer a:hover{
	color:#4e4e4e;
	text-decoration:underline;
}



/* MISC */

#main-col ol {
	padding:5px;
	margin:0;
	margin-left:20px;
	padding-top:15px;
	padding-bottom:15px;
}

#main-col ul {
	padding:5px;
	margin:0;
	margin-left:20px;
	padding-top:15px;
	padding-bottom:15px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
	background:#f0f0f0;
	border:1px solid #e5e5e5; 
	padding:5px;
 }

.alignright {
    float: right; 
    margin: 0;
    margin-left:12px; 
    margin-bottom:10px;
    padding:5px; 
	background:#f0f0f0;
	border:1px solid #e5e5e5; 
 }
 
.alignleft {
    float: left; 
    margin:0; 
    margin-right:12px;
    margin-bottom:10px;
    padding:5px;
    background:#f0f0f0;
    border:1px solid #e5e5e5; 
 } 
 
 
 h6 {
	color:#4e8511;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
}

h3 {
	color:#4e8511;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
}

h1 a:link, h1 a:hover, h1 a:visited, h1 a:active {
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
}

h2 {
	color:#4e8511;
	border-bottom:1px solid #e5e5e5;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
}

h4 {
	color:#4e8511;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
}

h5 {
    border-bottom:1px solid #e5e5e5;
	color:#0e91c8;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0;
	padding-bottom:10px;
}


p{
	margin-top:10px;
	margin-bottom:10px;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

blockquote {
	background:#fff9cf;
	border:#fff4ac solid 1px;
	color:#4e4e4e;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	padding:10px;
	margin:0;

}

blockquote p{
	padding:0;
	margin:0;

}






#commentaires{
	background:#f1f1f1;
	margin-right:5px;
}


#comment-wrapper{
	color:#4e4e4e;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	padding:0;
	margin:0;
	margin-top:15px;

}

#comment-wrapper ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comment-wrapper p{
	margin:0;
	padding:0;
}

.commentmeta {
	margin:0;
	padding:0;
	color:#4e4e4e;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
}

.singlecomment {
	margin:0;
	padding:0;
	border-bottom:#e5e5e5 solid 1px;
	padding-bottom:10px;
	margin-bottom:10px;
}

#comment-wrapper li {
	background:#efefef;
	border:#e5e5e5 solid 1px;
	color:#4e4e4e;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	padding:15px;
	margin:0;
	margin-top:15px;
}


.post-commenttitle {
	border-bottom:1px solid #e5e5e5;
	color:#4e4e4e;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin:0;
	padding:0 0 0 15px;
	padding-bottom:10px;
	margin-top:15px;
}

.comment-small {
   color:#4e4e4e;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}


.comment-author {
	color:#4e4e4e;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
}

.input, textarea, select, .cfo{
	border:1px solid #fff4ac;
	padding:5px;
	background:#fff9cf;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#4e4e4e;
	margin-bottom:10px;
}

.combutton {
	background:#89c836;
	border:1px solid #adf24c;
	padding:10px;
	color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.5em;
	margin-top:15px;
	margin-bottom:10px;
	
}

#commentform {
	padding:0 0 0 15px;
	margin:0;
	margin-top:20px;
}
/* Remise en forme des balises de base */
strong {
font-weight:bold;
}

    #main-col ul#mytoolbar {
		border-top: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
		background: #f3f3f3;
		margin: 20px 0 20px 0;
		padding: 10px 0 10px -10px;
	}
	#mytoolbar li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	#mytoolbar img {
		margin: 0 6px 0 0;
		padding: 0;
		display: inline-block;
	}
	#mytoolbar a {
		margin: 10px 0 0 0;
		color: #69666a;
		font-weight: bold;
		padding-left: 20px;
		background-repeat: no-repeat;
		background-attachment: scroll;
		font-size: 14px;
	}
	#mytoolbar a.comment {
		background-image: url(/wp-content/uploads/pf_comment.png);
		color: #cc0000;
		margin-left: 10px;
	}
	#mytoolbar a.subscribe {
		background-image: url(/wp-content/uploads/pf_feed.gif);
		margin-left: 150px;
	}
#sidebar-col .imgaweber {
border-width:0px;
}
#sidebar-col #myads {
margin:10px 0 0 5px;
}

strong a, strong a:hover, strong a:visited, strong a:active {
cursor:text;
color: #4e4e4e;
text-decoration:none;
font-weight:lighter;
}