/*
    Theme Name: Entracte - Notepad Chaos
    Theme URI: http://www.notepadchaos.com
    Description: Notepad Chaos est un th&egrave;me Wordpress de <a href="http://www.evaneckard.com">Evan Eckard</a>
    Version: 2.1
    Author: Fabien Foussier
    Author URI: http://www.evaneckard.com/
*/

/*================ Arri�re plan =================*/
body {
	background:url(images/page-back.gif) repeat-x #3f808a;
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/*================ Imange Ent�te =================*/
#outer {
	background:url(images/entete.jpg) no-repeat top center;
}

#container {
	width:960px;
	margin:0 auto;
	position:relative;
	height:239px;
}
/*=================== Menu WP Menu Creator ====================*/
/*-=-=-=[This is just for the menu wrapper. Its a simple BOX of sorts]=-=-=-*/
#topnavigation {
position:absolute;
/*top:155px;*/
top:55px;
left:110px;
z-index:105;
/*background:url(images/navbar.jpg) repeat;*/
/*width:100%;*/
width:960px;
height:20px;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
font-weight:700;
margin:0 auto;
padding:0;
}
#topnavigation div{
	background: url(images/topnavleft.jpg) top left no-repeat;
}
#topnavigation div div{
	height:50px;
	background: url(images/topnavright.jpg) top right no-repeat; padding-left:14px;
}
 
/*-=-=-=[]=-=-=-*/
#mc_menu_1{
	margin:0px;
	padding:0px;
	list-style:none
}
#mc_menu_1 ul{
	margin:0px;
	padding:0px;
	list-style:none
}
#mc_menu_1 a,
#mc_menu_1 a:visited{
	color: #FFF;
	display:block;
	font-weight:bold;
	text-transform: uppercase;
	margin:0px;
	padding:2px 8px 2px 8px;
	text-decoration:none;
	border-right:1px solid #5a0000;
	border-left:1px solid #5a0000;
}
#mc_menu_1 a:hover{
/*	background: url(images/navover.jpg) right;*/
	color: #fe912a;
	margin:0px;
	padding:2px 8px 2px 8px;
	text-decoration:none
}
#mc_menu_1 li{
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
}
#mc_menu_1 li li{
	float:left;
	margin:0px;
	padding:0px;
	width:150px
}
/*-=-=-=[]=-=-=-*/
#mc_menu_1 li li a,
#mc_menu_1 li li a:link,
#mc_menu_1 li li a:visited{
	background-color: #B0724D;
	width:150px;
	float:none;
	text-transform:none;
	margin:0px;
	padding:5px 5px 5px 5px;
	border-top:1px solid #5a0000;
	border-bottom:1px solid #5a0000;
	border-left:1px solid #5a0000;
	border-right:1px solid #5a0000;
	color:#fff;
}
#mc_menu_1 li li a:hover,
#mc_menu_1 li li a:active{
	background-color: #894A2B;
	padding:5px 5px 5px 5px;
	margin:0px;
}
#mc_menu_1 li ul{
	position:absolute;
	width:10em;
	left:-999em
}
#mc_menu_1 li:hover ul{
	left:auto;
	display:block;
}
#mc_menu_1 li:hover ul,
#mc_menu_1 li.sfhover ul{
	left:auto;
}	
#mc_menu_1 li ul ul{
	left:auto;
	display: block;
	margin: -24px 0 0 161px !Important;
}
#mc_menu_1 li:hover ul ul,
#mc_menu_1 li:hover ul ul ul,
#mc_menu_1 li.sfhover ul ul,
#mc_menu_1 li.sfhover ul ul ul {
	left: -999em;
	display:block;
}
/* lists nested under hovered list items */
/*-=-=-=[]=-=-=-*/
#mc_menu_1 li:hover ul,
#mc_menu_1 li li:hover ul,
#mc_menu_1 li li li:hover ul,
#mc_menu_1 li.sfhover ul,
#mc_menu_1 li li.sfhover ul,
#mc_menu_1 li li li.sfhover ul {
	left: auto;
} 
/*-=-=-=[]=-=-=-*/
/*=================== Fin Menu WP Menu Creator ====================*/

/*=================== Menu Onglet ====================*/

#menu-holder {
	position:absolute;
	top:36px;
	left:620px;
	width:419px;
	overflow:hidden;
	background:url(images/menu-off.gif) no-repeat 0 0;
}
#menu {
	width:319px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:42px;
	display:block;
}
#accueil {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:107px;
}
#contact {
	text-indent:-300em;
	overflow:hidden;
	left:107px;
	width:107px;
}
#membres {
	text-indent:-300em;
	overflow:hidden;
	left:213px;
	width:106px;
}



#accueil a:hover {
	background:transparent url(images/menu-on.gif) 0px 0px no-repeat;
}
#contact a:hover {
	background:transparent url(images/menu-on.gif) -107px 0px no-repeat;
}
#membres a:hover {
	background:transparent url(images/menu-on.gif) -213px 0px no-repeat;
}
/*=================== Fin Menu Onglet ====================*/




/*=================== Zone Recherche ====================*/
#search {
	position:absolute;
	text-align:left;
	width:380px;
	left:630px;
	top:7px;
	z-index:100;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	border:1px solid #fff;
	width:198px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/search-back.gif) transparent;
}
#search .image-search {
	position:absolute;
	left:630px;
	top:7px;
	background:url(images/zone-recherche.gif);
}
#search .btnSearch {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/btn-back.gif) transparent;
}
/*=================== Fin Zone Recherche ====================*/

/*=================== Titre du site ====================*/
#title {
	position:relative;
	top:2px;
/*	left:390px;*/
	left:40px;
	color:#fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:500px;
	overflow:hidden;
}
#title h2 {
	color:#fff;
	font-size:25px;
	margin:0 0 2px;
}
#title a {
	color:#fff;
	text-decoration:none;
}
#title a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #e7d8cf;
}

#sous_title {
	position:relative;
	top:-17px;
	left:200px;
	color:#fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:500px;
	overflow:hidden;
}
#sous_title h2 {
	color:#fff;
	font-size:25px;
	margin:0 0 2px;
}
#sous_title a {
	color:#fff;
	text-decoration:none;
}
#sous_title a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #e7d8cf;
}
/*=================== Fin Titre du site ====================*/

/*=================== Corps de page ====================*/
#content {
/*	position:relative;
	left:0px;
	top:197px;*/
	background:url(images/papier.gif) repeat-y;
	width:870px;
	margin:0 auto;
	padding:0 20px 0 70px;
}
#content blockquote {
	padding:0 0 0 30px;
	background:url(images/blockquote.gif) no-repeat 0 50%;
}

#content .cat-title {
	font-size:22px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	color:#F63003;
	margin:0 0 20px;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}

/*=================== Colonne 1 - Largeur 620px ====================*/

#content .col011 {
	float:left;
	width:600px;
	font-size:12px;
	line-height:18px;
	margin:0 auto;
	padding:0 20px 0 20px;
}
#content .col011 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	margin:0;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col011 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	margin:0;
	padding:0 0 16px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col011 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col011 h3 a:hover {
	background-color:#f4f0db;
}
#content .col011 .post {
	padding-bottom:30px;
}
#content .col011 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}
#content .col011 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/line.gif) repeat-x;
	padding-top:10px;
}
#content .col011 .post-inner {
	position:relative;
}
#content .col011 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-120px;
	height:64px;
	width:83px;
	background:url(images/date-tab.gif) no-repeat;
}
#content .col011 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:6px 16px 6px 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	padding:8px 16px 2px 0;
	font-size:11px;
	font-weight:bold;
}

/*-------- Lien interieur page --------*/
#content .col011 .post-inner a {
	color:#0066FF;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #3366FF;
/*	background:#ffff99;*/
}
#content .col011 .post-inner a:hover {
	color:#0066FF;
	text-decoration:none;
	border-bottom:1px solid #3366FF;
/*	background:#ffff66;*/
}
#content .col011 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col011 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}
.side-columns {
	float:right;
	width:440px;
	font-size:12px;
	line-height:18px;
}

/*=================== Colonne 1 - Largeur 830px ====================*/

#content .col012 {
	float:left;
	width:800px;
	font-size:12px;
	line-height:18px;
	margin:0 auto;
	padding:0 30px 0 30px;
}
#content .col012 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	margin:0;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col012 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	margin:0;
	padding:0 0 16px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col012 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col012 h3 a:hover {
	background-color:#f4f0db;
}
#content .col012 .post {
	padding-bottom:30px;
}
#content .col012 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}
#content .col012 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/line.gif) repeat-x;
	padding-top:10px;
}
#content .col012 .post-inner {
	position:relative;
}
#content .col012 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-130px;
	height:64px;
	width:83px;
	background:url(images/date-tab.gif) no-repeat;
}
#content .col012 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:6px 16px 6px 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	padding:8px 16px 2px 0;
	font-size:11px;
	font-weight:bold;
}
#content .col012 .post-inner a {
	color:#0066FF;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #3366FF;
/*	background:#ffff99;*/
}
#content .col012 .post-inner a:hover {
	color:#0066FF;
	text-decoration:none;
	border-bottom:1px solid #3366FF;
/*	background:#ffff66;*/
}tent .col012 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col012 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}
.side-columns {
	float:right;
	width:440px;
	font-size:12px;
	line-height:18px;
}

/*=================== Colonne 1 - Largeur 410px ====================*/

#content .col01 {
	float:left;
	width:410px;
	font-size:12px;
	line-height:18px;
}
#content .col01 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	margin:0;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .cat-title {
	font-size:22px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	color:#F63003;
	margin:0 0 20px;
	padding:0 0 10px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, serif;
	margin:0;
	padding:0 0 16px;
	background:url(images/line.gif) repeat-x bottom;
}
#content .col01 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:30px;
}
#content .col01 .thumbnail {
	float:right;
	margin:10px 0 10px 10px;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/line.gif) repeat-x;
	padding-top:10px;
}
#content .col01 .post-inner {
	position:relative;
}
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-95px;
	height:64px;
	width:83px;
	background:url(images/date-tab.gif) no-repeat;
}
#content .col01 .thumbnail {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:6px 16px 6px 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	padding:8px 16px 2px 0;
	font-size:11px;
	font-weight:bold;
}
#content .col01 .post-inner a {
	color:#0066FF;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #3366FF;
	background:#ffff99;
}
#content .col01 .post-inner a:hover {
	color:#0066FF;
	text-decoration:none;
	border-bottom:1px solid #3366FF;
	background:#ffff66;
}
#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}

/*=================== Zone Colonne ====================*/
.side-columns3 {
	float:right;
	width:220px;
	font-size:12px;
	line-height:18px;
}
.side-columns23 {
	float:right;
	width:440px;
	font-size:12px;
	line-height:18px;
}
/*=================== Colonne 2 ====================*/

#content .col02 {
	float:left;
	width:210px;
	font-size:11px;
	line-height:16px;
}

/**********  Post it Pages **********/ 
#content .col02 .pages {
	width:212px;
	background:url(images/pages-back.gif) repeat-y;
}
#content .col02 .pages ul {
	padding:0;
	margin:0;
}
#content .col02 .pages ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}
#content .col02 .pages-bottom {
	width:188px;
	height:62px;
	background:url(images/pages-bottom.gif) no-repeat left bottom;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}
#content .col02 .pages ul li .listMeta {
	font-size:10px;
}
#content .col02 .pages ul li a {
	color:#21565E;
	border-top:1px solid #FFE5BE;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 25px;
	background:url(images/bullet-postit.gif) no-repeat 5px 8px;
}
#content .col02 .pages ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #f99034;/* #ff5092;*/
}

/**********  Post it Cat�gories **********/ 
#content .col02 .categories-upper {
	height:124px;
	background:url(images/categories-upper.gif) no-repeat;
}
#content .col02 .categories {
	background:url(images/categories-back.gif) repeat-y;
}
#content .col02 .categories ul {
	margin:0;
	padding:0;
}
#content .col02 .categories ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
}
#content .col02 .categories ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
	background:url(images/bullet-note.gif) no-repeat 5px 8px;
}
#content .col02 .categories ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}
#content .col02 .categories-btm {
	height:68px;
	background:url(images/categories-btm.gif) no-repeat;
}

/*=================== Colonne 3 ====================*/

#content .col03 {
	float:right;
	width:210px;
	font-size:11px;
	line-height:16px;
	padding:0 0 0 10px;
}
/**********  Post it Nouveaut�s **********/ 
#content .col03 .postit-haut {
	width:220px;
	height:62px;
	position:relative;
	top:-42px;
	left:7px;
	background:url(images/post-it-jaune.gif) no-repeat;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}
#content .col03 .recent-posts {
	width:211px;
	position:relative;
	top:-42px;
	left:11px;
	background:url(images/post-it-fond.gif) repeat-y;
}
#content .col03 .recent-posts ul {
	padding:0;
	margin:0;
}
#content .col03 .recent-posts ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}
#content .col03 .recent-posts ul li .listMeta {
	font-size:10px;
}
#content .col03 .recent-posts ul li a {
	color:#21565E;
	border-top:1px solid #ffffbe;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 25px;
	background:url(images/bullet-postit.gif) no-repeat 5px 8px;
}
#content .col03 .recent-posts ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #f99034;/* #ff5092;*/
}
/**********************************************************************************/
#content .col03 .recent-pages {
	width:211px;
	position:relative;
	top:-42px;
	left:11px;
	background:url(images/post-it-fond.gif) repeat-y;
}
#content .col03 .recent-pages ul {
	padding:0;
	margin:0;
}
#content .col03 .recent-pages ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}
#content .col03 .recent-pages ul li .listMeta {
	font-size:10px;
}
#content .col03 .recent-pages ul li a {
	color:#21565E;
	border-top:1px solid #ffffbe;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 25px;
	background:url(images/bullet-postit.gif) no-repeat 5px 8px;
}
#content .col03 .recent-pages ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/bullet-postit-on.gif) no-repeat 5px 8px #f99034;/* #ff5092;*/
}
/**********************************************************************************/
#content .col03 .postit-bottom {
	width:187px;
	height:62px;
	position:relative;
	top:-42px;
	left:11px;
	background:url(images/post-it-bas.gif) no-repeat;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}
#content .col03 .postit-bottom a {
	color:#21565E;
}
#content .col03 .postit-bottom a:hover {
	color:#21565E;
	text-decoration:none;
}

/**********  Image "Quoi" **********/ 
#content .col03 .about-box {
	background:url(images/txt-what.gif) no-repeat 10px 5px;
	padding:30px 10px 20px;
	font-family: Times New Roman, Times, Georgia, serif;
	font-size:12px;
	line-height:18px;
}

/**********  Post it Liens **********/ 
#content .col03 .links {
	width:220px;
	height:62px;
	position:relative;
	top:-42px;
	left:-4px;
	background:url(images/post-it-orange.gif) no-repeat 50% 8px;
	padding:30px 10px 20px;
}
#content .col03 .links-fond {
	width:210px;
	position:relative;
	top:42px;
	left:5px;
	background:url(images/liens-fond.gif) repeat-y;
}
#content .col03 .links ul {
	margin:0;
	padding:0;
}
#content .col03 .links ul li {
	font-size:11px;
	line-height:15px;
	list-style:none;
/*	background:url(images/line-inner.gif) no-repeat bottom;*/
}
#content .col03 .links ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:186px;
	padding:3px 0;
}
#content .col03 .links ul li a:hover {
	text-decoration:none;
	color:#000;
}
#content .col03 .links-bottom {
	width:210px;
	height:68px;
	position:relative;
	top:42px;
	left:5px;
	background:url(images/liens-bas.gif) no-repeat;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}
#content .col03 .side-meta {
	background:url(images/txt-misc-debris.gif) no-repeat top right;
	padding:10px 20px 20px;
}
#content .col03 .side-meta ul {
	margin:0;
	padding:0;
}
#content .col03 .side-meta ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col03 .side-meta ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:186px;
	padding:3px 0;
}
#content .col03 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}
/*=================== Fin Zone Colonne ====================*/

/*=================== Fin Corps de page ====================*/

/* dynamic sidebar */

#content .widget {
	display:block;
	padding:10px 20px;
	background:url(images/dynamic-back.jpg) repeat-y;
	border:1px solid #d4d4d4;
}

/* image handling */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


/*=================== Pied de page ====================*/
#footer-holder {
	width:960px;
	margin:0 auto;
	position:relative;
	background:url(images/pied-de-page.jpg) no-repeat;
	min-height:259px;
}
#footer-holder .footer-c1 {
	float:right;
	width:520px;
	font-size:11px;
	padding:30px 100px 0 0;
	line-height:16px;
	color:#000;
	height:60px;
	overflow:hidden;
}
#footer-holder .footer-c2 {
	position:absolute;
	right:30px;
	left:650px;
	float:right;
	width:520px;
	font-size:11px;
	padding:30px 100px 0 0;
	line-height:16px;
	color:#000;
	height:60px;
	overflow:hidden;
}
#footer-holder .footer a {
	color:#000;
}
#footer-holder .footer a:hover {
	color:#000;
	text-decoration:none;
}

#footer-holder .smashing a {
	width:32px;
	height:32px;
	position:absolute;
	top:35px;
	left:869px;
	font-size:11px;
	text-indent:-400px;
	z-index:102;
	overflow:hidden;
	background:url(images/logo-smashing.gif) no-repeat 0 0;
}
#footer-holder .smashing a:hover {
	background:url(images/logo-smashing.gif) no-repeat 0 -32px;
}
#footer-holder .rss a {
	width:49px;
	height:51px;
	position:absolute;
	top:58px;
	left:273px;
	font-size:11px;
	text-indent:-400px;
	z-index:103;
	overflow:hidden;
	background:url(images/icon-rss.gif) no-repeat 0 0;
}
#footer-holder .rss a:hover {
	background:url(images/icon-rss.gif) no-repeat 0 -51px;
}
#footer-holder .evaneckard a {
	width:37px;
	height:37px;
	position:absolute;
	top:74px;
	left:867px;
	font-size:11px;
	text-indent:-400px;
	z-index:102;
	overflow:hidden;
	background:url(images/icon-evaneckard.gif) no-repeat 0 0;
}
#footer-holder .evaneckard a:hover {
	background:url(images/icon-evaneckard.gif) no-repeat 0 -37px;
}

#footer-holder .top{
/*	background:url(images/fleche-haut.gif) no-repeat 0 0 /*Width="20"*/;*/
	font-size:15px;
	top:0px;
	display:inline;
	float:right;
	position:absolute;
	right:5px;
	left:400px;
}
/*=================== Fin Pied de page ====================*/

/* next previous */

.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-older.gif) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/link-older.gif) no-repeat 0 -33px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}


/* comment styles */

.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
	display:block;
	text-indent:-800px;
	font-size:10px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	background:url(images/txt-your-comment.gif) no-repeat;
}
.avatar {
	float:left;
	clear:left;
}
.comment-txt {
	width:350px;
	float:right;
	clear:right;
}
.name, .email, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:30px;
	background:url(images/txt-name.gif) no-repeat top right;
}
.email {
	height:30px;
	background:url(images/txt-email.gif) no-repeat top right;
}
.website {
	height:30px;
	background:url(images/txt-website.gif) no-repeat top right;
}
.txt-email-sub {
	height:20px;
	background:url(images/txt-email-sub.gif) no-repeat 90px 0;
	clear:both;
}
.txt-website-example {
	height:20px;
	background:url(images/txt-site-example.gif) no-repeat 90px 0;
	clear:both;
}
#commentform {
	padding:0;
	margin:0;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:290px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:380px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/btn-back.gif) transparent;
	float:left;
	clear:left;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	background:url(images/line-inner.gif) no-repeat bottom;
	font-size:12px;
	line-height:20px;
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}


ul.commentlist li div.reply {
	font-size:11px;
	color:#FF0099;
	background:#F99034 none repeat scroll 0 0;
	border:1px solid #C0C0C0;
	text-align:center;
	width:90px;
	font-family:helvetica,arial,sans-serif;
	font-size:9px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1;
	padding:5px 10px;
}
ul.commentlist li div.reply a {
	font-weight:bold;
}
ul.commentlist li ul.children li.depth-2 {
	margin:0.45em 0.45em 0 1.5em;
	background:#969696 none repeat scroll 0 0;
}
ul.commentlist li ul.children li.depth-3 {
	margin:0.45em 0.45em 0 2em;
}
ul.commentlist li ul.children li.depth-4 {
	margin:0 .45em 0 2.5em;
	background:#969696 none repeat scroll 0 0;
}
ul.commentlist li ul.children li.depth-5 {
}
ul.commentlist li div.comment-author {
	padding:0 170px 0 0;
}
ul.commentlist li ul.children li.bypostauthor {
}
ul.commentlist li ul.children li.comment-author-admin {
	background:#C0C0C0 none repeat scroll 0 0;
}
ul.commentlist li.comment-author-admin {
	background:#DDDDDD none repeat scroll 0 0;
}
ul.commentlist li.pingback {
	background:#DDDDDD none repeat scroll 0 0;
}
ul.commentlist li div.vcard img.photo {
}
ul.commentlist li div.vcard img.avatar-32 {
}
ul.commentlist li div.vcard img.avatar {
	border:2px solid #000000;
	float:left;
	top:5px;
}
