@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */
@import url(../../rsc/css/blog_base.css);	/* Default styles for the blog navigation */
@import url(../../rsc/css/item_base.css);	/* Default styles for the post CONTENT */


body {
	font : 75%/150% "Trebuchet MS", Tahoma, Arial;
	color : #000000;
	margin : 0;
	padding : 0 0 30px;
	background-color: #EFECE2;
}
#outer_wrap {
	background-image: url(img/bg1.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-size : 10pt;
	font-family : georgia, times, 'times new roman', serif;
	color : #000000;
	text-align : left;
	margin : 0;
	padding : 0;
	line-height : 140%;
}
#wrap {
	width : 960px;
	margin-top : 0px;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
	padding-top : 0px;
}
#page {
	clear : both;
	margin : 0 auto;
	padding : 0;
}
/*=  =  =  =  =  =  =  =  =  =  =  =  =  =  =    SEARCH  BOX =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  */
.search_box {
	width: 960px;
	height: 200px;
	background-color: #000;
	background-image: url(img/header.jpg);

}

.topsearch {
	margin: 0px;
	height: 20px;
	width: 200px;
	border: none;
	padding-top: 10px;
	padding-left: 596px;

}

.text_area {
	background:transparent;
	padding-top: 3px;
	padding-left: 3px;
	margin: 0;
	width: 132px;
	float: left;
	border: none;
	height: 16px;
	border: none;
	color: #4c5954;
	font-size: 10pt;
	margin-left: 21px;
}

.gobutton {
float: right;
font-weight: bold;
background: url(img/fond-bt.jpg) top left no-repeat;
border: none;
width: 36px;
height: 22px;}
/*=  =  =  =  =  =  =  =  =  =  =  =  =  =  =    end of SEARCH  BOX =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  */

/* Navigation */

#nav {
	clear: both;
	padding: 0;
	margin: 0;
	width: 960px;
	height: 30px;
	background: #E0DBBB url(img/nav.jpg) no-repeat;
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	height: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 26px;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav  a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	color: #CCD3A5;
	text-decoration: none;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
#nav  a:hover, #nav  a:active {
	color: #FFFFFF;
	background-image: url(img/pointer.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#nav  a.selected, #nav  a.selected:visited {
	background: url(img/pointer.gif) no-repeat center bottom;
	color: #F0F0F0;
}
#nav a.selected:hover {	
	color: #fff;
}
.featured_post .post-title {	/* intros... */
	margin-left: 0;
	width: 494px;
}
.bPost_ptyp1 .post-title { /* real feature */
	margin-left: 10px;
	width: 494px;
}

div.featured_post {
	padding-bottom: 0;
}


/* ******************* */
/* jquery TABBED BOX */
/* ------------------- */

#tabbed_box {
	border: 1px solid #EEEEEE;
	width: 420px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#tabMenu {
	display: block;
	height: 30px;
}

#tabMenu ul {
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#tabMenu ul li {
	margin: 0px;
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	height: 30px;
	line-height: normal;
	padding-left: 0px;
}

#tabMenu ul li a {
	border-right: 1px solid #363834;
	color: #666666;
	display: block;
	text-decoration: none;
	line-height: 13px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
	height: 30px;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #E2E2E2;
	border-right-color: #C7C7C7;
}
#tabMenu ul li a.active {
	margin-top: 1px;
	background-color: #F8F8F8;
	color: #6097C8;
	font-weight: bold;
}

#tabMenu ul li a.active:hover {
}

#tabMenu ul li a:hover {
	height: 29px;
	margin-top: 1px;
	color: #333333;
}

#tabContent {
	margin: 0px;
	padding: 5px;
	position: relative;
	float: left;
	width: 410px;
	background-color: #F8F8F8;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #D4D4D4;
	border-bottom-color: #E2E2E2;
}

#tabContent .content {
	display:none;
}

#tabContent .active {
	display:block; 
} 

#content_2, #content_3, #content_4, #content_5, #content_6, #content_7, #content_8 {
	display: none;
}

#sidebar #tabContent h1 {
	font-size: 1.5em;
	color: #666666;
}

#sidebar #tabContent h1 a {
	color: #CC0000;
}

#sidebar #tabContent h1 a:hover {
	color: #990000;
	text-decoration: none;
}
#tabContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
}
#tabContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	color: #6699CC;
}

#tabContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
	color: #666;
	margin-top: 10px;
}

#tabContent a {
	color: #954A00;
}

#tabContent a:hover {
	text-decoration: underline;
}

#tabContent ul {
	margin: 0px;
	padding: 10px 5px 0px 5px;
	list-style-type: none;
}

#tabContent ul li {
	list-style: none;
	padding-bottom: 2px;
	font-size: 12px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	border-bottom-width: 1px;
}

#tabContent ul li a {
	text-decoration: none;
	color: #954A00;
	font-weight: normal;
	font-style: normal;
}

#tabContent ul li a:hover {
	text-decoration: underline;
	color: #663300;
}

  
#tabContent ul li a small {
	color:#8b959c;
	font-size:11px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}  

#tabContent ul li:last-child {
	border-bottom:none;
	padding-bottom: 0px;
}

#searchBox input#s {
	border: 1px solid #666666;
	width: 290px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
	vertical-align: middle;
}
.clear {
	clear:both;
}

/* Navigation */

div.pageHeader h1 a, div.pageHeader h1 a:visited {
color : #fff;
text-decoration : none;
}
div.pageHeader h1 a:hover {
	font-weight: bold;
	color: #FFFFFF;
}

div.top_menu ul {
	background-color : #FFFFFF;
	list-style-type : none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 1ex;
	padding-right: 0;
	padding-bottom: 22px;
	padding-left: 0px;
}
div.top_menu li {
	padding-top: 0.5ex;
	padding-right: 5px;
	padding-bottom: 0.5ex;
	padding-left: 5px;
	background-image: url(img/picto_fil.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	display: inline;
	margin-left: 5px;
}
div.top_menu a {
	color : #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 12px;
}
div.top_menu a:hover {
text-decoration : underline;
}

.widget_core_coll_tagline {
color : #fff;
letter-spacing : 4px;
text-align : center;
vertical-align : middle;
border : 0;
padding-right : 6px;
padding-top : 6px;
padding-bottom : 4px;
padding-left : 6px;
font : 109% Arial, Helvetica, sans-serif;
}


#content {
	width : 525px;
	float : left;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

#contentright {
	font-family : tahoma, geneva, verdana, sans-serif;
	font-size : 10pt;
	width : 428px;
	float : right;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 15px;
	margin-left : 0;
	padding-top : 0px;
	padding-right : 0;
	padding-bottom : 15px;
	padding-left : 0;
	list-style-type: none;
}
#featured-libre {
	font-family : tahoma, geneva, verdana, sans-serif;
	font-size : 10pt;
	width : 420px;
	margin: 0;
	background-color: #FFFFFF;
}
#featured-libre h2 {
	font-weight : bold;
	font-size : 12pt;
	letter-spacing : 0;
	padding-top : 0px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 15px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 0px;
	clear: none;
}
#featured-libre ul {
list-style-type : none;

margin : 0;
padding : 0;
}
#featured-libre ul li {
	list-style-type : none;
	margin-top : 0;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	padding-top : 0;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	background-color : transparent;
	line-height : normal;
}
#featured-libre ul li ul {
list-style-type : square;
margin : 0;
padding : 0;
}
#featured-libre ul li ul li {
list-style-type : none;
padding-left : 0px;
margin : 0;
background-image : url(img/flechem.gif);
background-repeat : no-repeat;
background-position : 0 4px;
}

#sidebar {
	font-size : 9pt;
	float : right;
	line-height : 1.4em;
	color : #333333;
	padding-top : 10px;
	padding-right : 3px;
	padding-bottom : 0;
	padding-left : 0px;
	margin: 0;
	width: 230px;
}
#footer {
border-top : 1px solid #fff;
font-family : tahoma, geneva, verdana, sans-serif;
font-size : 8pt;
color : #dad6c4;
width : 960px;
background : #220000;
font-size : 8pt;
line-height : 160%;
clear : both;
margin : 0 auto;
padding : 0 0;
text-align : left;
}
#footer p {
margin : 0;
}
h1, h2, h3, h4, h6, h7 {
	color : #6097C8;
	font-family : georgia, times, 'times new roman', serif;
	letter-spacing : 1px;
	line-height : 130%;
	margin : 0;
	padding : 0;
	text-align : left;
	font-weight : normal;
}
h1 {
text-align : center;
font-size : 30px;
line-height : 100%;
padding : 50px 100px 5px;
margin : 0;
}
h1 a, h1 a:visited {
color : #faf7e8;
}
h2 {
	border-bottom : 1px dotted #cccccc;
	font-size: 14pt;
}
h3 {
font-size : 12pt;
}
h4, h6, h7 {
font-size : 10pt;
}
h5 {
	font-family : Arial, sans-serif;
	font-size : 100%;
	color : #cc0000;
	background-color : #f7f7f7;
	margin-top : 5px;
	margin-bottom : 5px;
	padding-top : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	padding-left : 8px;
	margin-right: 5px;
}
#sidebar h2 {
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #4E637B;
	text-align: right;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 10px;
	font-family: "trebuchet MS", Lucida Grande, Verdana, Arial, Sans-Serif;
	color: #666666;
}


h8 {
color : #59770e;
margin : 0 0 2px;
border-bottom : 1px dotted #cccccc;
letter-spacing : -1px;
font : normal 190%/100% "Trebuchet MS", Tahoma, Arial;
padding-bottom : 3px;
}
h8 a, h8 a:visited {
color : #59770e;
text-decoration : none;
}
h8 a:hover {
color : #ff6600;
text-decoration : none;
}
h1.sectionhead, h2.sectionhead, h2#trackbacks, h3.feedback_section, h3.comment_form_title {
line-height : 100%;
font-weight : bold;
font-size : 10pt;
letter-spacing : 0;
margin : 0;
padding : 10px 15px;
border-bottom : 1px solid #ccc9b8;
border-left-width : 8px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
margin-bottom : 10px;
}
a {
	color : #663300;
	text-decoration : none;
}
a:hover, a:active {
text-decoration : underline;
color : #000;
}
.entry a, .entry a:link, .entry a:visited, .postinfo a, .postinfo a:link, .postinfo a:visited, .postinfo2 a, .postinfo2 a:link, .postinfo2 a:visited {
text-decoration : underline;
}
.post h1 a, .post h2 a, .featurepost h2 a, .featurepost h1 a {
	color : #718C2F;
	letter-spacing : 0.6px;
	padding-bottom : 1px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-style : normal;
	line-height : 100%;
	font-variant : normal;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 1px;
	margin-left : 0;
	border-bottom-width : 0;
	border-bottom-style : none;
	border-bottom-color : #cccccc;
	text-transform: none;
}
#footer a:hover, #footer a:active {
text-decoration : underline;
color : #fff;
}
img.alignright {
float : right;
clear : right;
margin : 0 0 5px 10px;
padding : 2px;
border : 1px solid #ccc;
}
img.alignleft {
float : left;
clear : left;
padding : 2px;
border : 1px solid #ccc;
margin-top : 0;
margin-right : 10px;
margin-bottom : 5px;
margin-left : 0;
}
img.centered {
display : block;
padding : 2px;
margin : 0 auto 20px auto;
border : 1px solid #ccc;
float : none;
clear : both;
}

#midcontent {
	font-family : tahoma, geneva, verdana, sans-serif;
	font-size : 10pt;
	width : 182px;
	float : left;
	margin-top : 10px;
	margin-right : 0;
	margin-bottom : 15px;
	margin-left : 0;
	padding-top : 0;
	padding-right : 0px;
	padding-bottom : 15px;
	padding-left : 2px;
}

#midcontent h2 {
font-size : 11pt;
font-weight : bold;
color : #758d38;
margin : 20px 0 2px;
border-bottom : 1px solid #cfe1ac;
padding-top : 5px;
padding-bottom : 5px;
}
#midcontent ul {
	list-style-type : none;
	margin : 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#midcontent ul li {
	list-style-type : none;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 10px;
	margin-left : 0;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
#midcontent ul li ul {
	list-style-type : none;
	margin : 0;
	padding: 0;
	text-decoration: underline;
}
#midcontent ul li ul li {
	list-style-type : none;
	padding-left : 4px;
	margin : 0;
	line-height: 1.2em;
}
/*Categories*/
#bSideCat {
	color: #666666;
	border: 1px solid #A1C34D;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #F7F7F7;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.bSideCat a {
	color: #333333;
}
.bSideCat a:hover, .bSideCat a:active {
	color: #A84B45;
}

#bSideCat .cat {
	height: auto;
	border: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.cat h3 {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #6097C8;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#bSideCat .subcat {
	border: none;
	margin: 0px;
	padding: 0px;
}
.subcat h4 {
	font-family: "PT Banana Split", "Comic Sans MS", cursive;
	font-size: 20px;
	margin: 0;
	color: #F5F5F5;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bSideCat p {
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #333333;
}
#bSideCat p a {
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #666666;
}
#bSideCat  img{
	line-height: 1.5em;
	padding-right: 1px;
	padding-left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
}

#bSideCat ul {
	list-style: none;
	margin: 0px;
	line-height: normal;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 2px;
}
.catsubmitback {
	padding-left: 4em;
	line-height: 2em;
}
#bSideCat ul li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}
#bSideCat ul li .dimmed {
	color: #000000;
	font-size: 84%;
} 
#bSideCat ul li a {
	color: #666666;
	font-size: 100%;
} 
.catsubmitback, #bSideCat form, #bSideCat input {
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 8px;
}
#sidebar ul {
	list-style-type : none;
	margin : 0;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar ul li {
	list-style-type : none;
	margin-top : 0;
	margin-right : 5px;
	margin-left : 0px;
	padding-top : 2px;
	padding-right : 2px;
	padding-bottom : 5px;
	padding-left : 5px;
	line-height : normal;
}
#sidebar ul li ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
}
#sidebar ul li ul li {
	list-style-type : none;
	padding-left : 15px;
	margin : 0;
}

form.bComment {
font-size : 8pt;
margin : 0;
background-color : #ffffff;
border-bottom-width : 1px;
border-top-style : none;
border-right-style : none;
border-bottom-style : none;
border-left-style : none;
border-bottom-color : #ccc9b8;
padding-top : 15px;
padding-right : 15px;
padding-bottom : 10px;
padding-left : 15px;
}
#commentform label {
display : block;
margin : 0;
}
#commentform input {
width : 170px;
padding : 1px;
margin : 0 5px 10px 0;
}
#commentform textarea {
width : 400px;
padding : 0;
margin : 0 0 10px 0;
}
#commentform #submit {
margin : 0 0 20px 0;
}
#commentform p {
margin : 5px 0;
}
div.bComment, div.moderation_msg, div.feedback_feed_msg {
font-size : 10pt;
display : block;
list-style : none;
padding : 15px 15px 0;
margin : 0;
border : none;
border-bottom : 1px solid #ccc9b8;
}
div.bCommentSmallPrint {
font-size : 100%;
margin-bottom : 15px;
}
#comment_preview {
background-color : #f2ecce;
}
.post {
clear : both;
padding-top : 15px;
}
.post-date {
	width : 45px;
	height : 56px;
	float : left;
	background-image: url(img/bgDate4.gif);
	background-repeat: no-repeat;
}
.post-month {
	font-size : 11px;
	text-transform : uppercase;
	color : #FFFFFF;
	text-align : center;
	display : block;
	line-height : 11px;
	padding-top : 3px;
	margin-left : -3px;
}
.post-day {
	font-size : 22px;
	text-transform : uppercase;
	color : #999999;
	text-align : center;
	display : block;
	line-height : 18px;
	padding-top : 3px;
	margin-left : -3px;
}
.post-year {
	font-size : 10px;
	text-transform : uppercase;
	color : #999999;
	text-align : center;
	display : block;
	line-height : 10px;
	padding-top : 3px;
	margin-left : -3px;
}
.post-title {
	float : left;
	margin-left : 10px;
	width : 449px;
	margin-bottom : 20px;
}
.entry {
clear : both;
padding-top : 10px;
}
.post-cat {
background : url(img/mini-category.gif) no-repeat;
padding-left : 20px;
float : left;
font-size : 95%;
color : #999999;
}
.post-comments {
background : url(img/mini-comments.gif) no-repeat;
padding-left : 20px;
float : right;
font-size : 95%;
}
.post-calendar {
background : url(img/mini-calendar.gif) no-repeat;
padding-left : 0;
float : left;
font-size : 95%;
color : #999999;
padding-right : 20px;
margin-right : 0;
}
.post-tag {
background : url(img/mini-tag.gif) no-repeat;
padding-left : 20px;
float : left;
font-size : 95%;
color : #999999;
}
.post-footer {
	padding: 8px 10px;
	margin: 5px 0 10px 0;
	color: #666666;
	background-color: #F1F8FA;
}

.post-footer a:hover, .post-footer a:active {
	color: #A84B45;
}

.mini-add-comment {
background : url(img/mini-down-arrow.gif) no-repeat;
padding-left : 18px;
float : right;
}
.post ul, .singlepost ul {
list-style-type : none;
}
.post ul li, .singlepost ul li {
list-style-type : none;
}
p {
margin-top : 0;
margin-bottom : 15px;
}
acronym, abbr, span.caps {
cursor : help;
}
acronym, abbr {
border-bottom : 1px dotted #999;
}
* html acronym, abbr {
border-bottom : 1px dashed #999;
}
.center {
text-align : center;
}
a img, img a {
border : none;
}
table.prevnext_post {
margin : 10px auto;
}
.navigation {
text-align : left;
margin : 0;
padding : 10px 15px;
}
.alignleft {
float : left;
}
.alignright {
float : right;
}
.entry {
padding : 0;
margin : 0;
}
.postinfo {
font-family : tahoma, geneva, verdana, sans-serif;
font-size : 8pt;
background : url(img/doc.gif) no-repeat 0 3px;
clear : both;
margin : 0 0 10px;
padding-left : 14px;
}
.post {
    background-color: #FFFFFF;
	margin : 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.featurepost {
margin : 0;
padding : 15px 15px 5px;
background : #f2ecce;
border-bottom : 1px solid #ccc9b8;
}
code {
font : 1.1em 'Courier New', Courier, Fixed;
}
hr {
clear : both;
}
p.bMore a {
background : url(img/lire-la-suite.gif) no-repeat 100% 70%;
padding-right : 16px;
}
.excerpt_more a {
background : url(img/lire-la-suite.gif) no-repeat 100% 70%;
padding-right : 16px;
}
.SearchField {
font-size : 8pt;
width : 120px;
margin-right : 2px;
}
.search p {
margin-bottom : 0;
}
.search {
margin-bottom : 15px;
}
.search .submit {
font-size : 8pt;
}
.entry table {
margin-bottom : 15px;
}
.entry tr, .entry td, .entry th {
margin : auto;
}
.entry td, .entry th {
padding : 8px;
vertical-align : top;
}
.entry th {
font-weight : bold;
background : #e5e0c3;
}
.entry td {
border : 1px solid #e5e0c3;
}
.related {
margin : 0 0 1px;
background : #eee;
padding : 10px 10px 8px;
}
.related ul {
line-height : 130%;
margin : 0;
padding-left : 0;
list-style-type : none;
}
.related ul li {
list-style-type : none;
padding : 0 0 0 14px;
margin : 0 0 2px;
background : url(img/zekebullet.gif) no-repeat 0 3px;
}
ul#archives {
margin : 0 0 15px 5px;
padding : 0;
}
ul#archives ul {
padding : 0;
}
ul#archives ul li {
background : transparent;
padding-left : 0;
margin : 0;
}
ul#archives ul ul {
margin : 0;
margin-left : 10px;
padding : 0;
}
#footer {
	clear : both;
	color : #000000;
	font-size : 95%;
	line-height : 130%;
	padding-bottom : 10px;
	background-color: #FFFFFF;
	background-image: url(img/footer-bg2.jpg);
	background-repeat: no-repeat;
	height: 460px;
}
#footer a, #footer a:visited {
	color : #336600;
}
#footer a:hover {
	color : #103E56;
}
#footer h4 {
	font : normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color : #FF6600;
	margin : 10px 0 5px;
}
.footer-recent-comments {
	width : 240px;
	float : left;
	margin-left : 10px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
	margin-top: 10px;
}
.footer-recent-comments strong {
font-size : 107%;
line-height : 135%;
font-weight : bold;
}
.footer-recent-comments ul {
list-style : none;
margin : 0;
padding : 0;
}
.footer-recent-comments ul li {
background : url(img/mini-footer-comments.gif) no-repeat;
padding : 0 0 10px 20px;
}
.footer-recent-posts {
	width : 240px;
	float : left;
	margin-left : 10px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
  	margin-top: 10px;
}
.footer-recent-posts strong {
font-size : 107%;
line-height : 135%;
font-weight : bold;
}
.footer-recent-posts ul {
list-style : none;
margin : 0;
padding : 0;
font-size : 92%;
line-height : 110%;
text-align : left;
}
.footer-recent-posts ul li {
background : url(img/mini-footer-post.gif) no-repeat;
padding : 0 0 10px 20px;
}
.footer-about {
width : 180px;
float : right;
padding-right : 10px;
padding-left : 10px;
	margin-right : 10px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
  	margin-top: 10px;
}
.footer-count {
width : 190px;
float : left;
	margin-top: 10px;
	margin-left : 10px;
padding-right : 10px;
padding-left : 10px;
	background-color:#ffffff;
	border:1px solid #CCCCCC;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
}
#credits {
	color : #7a9299;
	font-size : 100%;
	line-height : 120%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(img/footer-page-post.png);
	height: 59px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 990px;
}
#credits a, #credit a:visited {
color : #048db4;
}
.rss {
background : url(img/mini-rss.gif) no-repeat left center;
padding-left : 18px;
padding-bottom : 2px;
margin-left : 8px;
}
.loginout {
background : url(img/mini-loginout.gif) no-repeat left center;
padding-left : 18px;
padding-bottom : 2px;
margin-left : 8px;
}
.center {
text-align : center;
}
img.center, img[align="center"] {
display : block;
margin-left : auto;
margin-right : auto;
}
.alignleft {
	float : left;
	padding-left: 160px;
}
img.alignleft, img[align="left"] {
float : left;
margin-top : 2px;
margin-right : 10px;
margin-bottom : 5px;
margin-left : 0;
}
.alignright {
	float : right;
	padding-right: 160px;
}
img.alignright, img[align="right"] {
float : right;
margin : 2px 0 5px 10px;
}
.clear {
clear : both;
}
hr.clear {
clear : both;
visibility : hidden;
margin : 0;
padding : 0;
}
#blockquote2 {
border : 2px solid #ccc;
background : url(http://coye29.com/weblog/media/Image/fondva.jpg) no-repeat;
margin-top : 1em;
margin-right : 2em;
margin-bottom : 1em;
margin-left : 2em;
padding-top : 0;
padding-right : 3ex;
padding-bottom : 6ex;
padding-left : 3ex;
}
#blockquotebis {
margin-right : 2em;
margin-bottom : 1em;
margin-left : 2em;
padding-top : 0;
padding-right : 3ex;
padding-bottom : 6ex;
padding-left : 3ex;
}
#blockquote3 {
background : url(http://coye29.com/weblog/media/Image/fondpoesie.jpg) no-repeat;
margin : 0;
padding : 0;
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 12px;
line-height : 13px;
}
div.sharethis {
display : inline;
margin-left : 5px;
}
#left {
float : left;
width : 490px;
margin : 0 0 10px 0;
}
.subheader {
margin : 0 0 10px 0;
padding : 8px;
background : #f4f4f4 url(img/bgshade.gif) repeat-x;
color : #808080;
border-bottom : 1px solid #ccc;
}
.left_articles {
margin : 0 0 10px 0;
background : #fff url(img/bgshade.gif) repeat-x;
color : #454545;
padding : 15px 15px 5px 10px;
}
.date {
font-size : 0.9em;
padding : 0 0 0 12px;
background : #fff url(img/news.gif) no-repeat center left;
color : #808080;
}
.bigimage {
float : left;
clear : left;
border : 1px solid #ccc;
background : #eee;
color : #000;
width : 200px;
height : 150px;
margin : 0 15px 10px 0;
}
.left_box {
background : #f4f4f4;
color : #808080;
border-top : 1px dotted #ccc;
border-bottom : 1px dotted #ccc;
padding : 15px;
margin : 0 0 15px 0;
}
.thirds {
float : left;
width : 220px;
padding : 0 10px 0 15px;
}
.Style1 {
color : #990000;
font-style : normal;
}
#calendar #calheader .calendarText div {
margin : 5px;
}
.Style2 {
color : #006699;

}
.Style3 {
font-family : Geneva, Arial, Helvetica, sans-serif;

}
.Style6 {
color : #990000;
font-style : normal;
}
em {
font-style: italic; /* je veux utiliser les balises em
pour mettre en évidence du texte en italique */
}
strong {
font-weight:bold;
}

em strong, strong em { font-weight:bold; font-style:italic; }
.italique {font-style: italic;} 

