/* base css */
@import url(/.shared-fr/themes/common/base-weblog.css);



/* portal css */


/* theme css */
/* general page elements */

a
{
	text-decoration: underline;
	
}

a:link { color: #003366; }
a:visited { color: #003366; }
a:hover { color: #003366; }
a:active { color: #003366; }


/* layout */

body
{
	margin: 0;
	color: #666666;
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: normal;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #FFFFFF;
}

#banner
{
	border-bottom: 1px dotted #FFFFFF;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #FFFFFF;
	text-align: center;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #FFFFFF;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: x-small;
	
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */
	
	#banner
	{
		height: 210px;
		background-image: url("http://christian-pees.typepad.fr/christian_pees/blog_ban.jpg");
		background-position: 15px 15px;
		background-repeat: no-repeat;
		text-align: left;
	}
	
	#banner-inner { overflow: visible; padding: 0; }
	
	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 210px;
		text-indent: -1000em;
	}
	
	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



/* default to artistic/calendar/timeline layout */

#container
{
	width: 780px;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
			width: 315px; /* 285px + 15px + 15px */
	
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header
{
	margin: 0 0 10px 0;
	padding-top: 8px;
	padding-left: 5px;
	border: 0;
	color: #006699;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	background-color: #DFE3EA;
	height: 20px;
}
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border: 0;
	
	color: #006699;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.comments-open-footer,
.comments-open-text,
.comments-open-data,
.comments-open-logout,
.comments-open-login,
.comment-form,
.comments,
.entry-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	background: url("http://christian-pees.typepad.fr/christian_pees/images/dotted_pix.gif") left top repeat-x;
	padding: 3px;
	padding-top: 10px;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: left;
	font-style: italic;
}
#beta-inner a:link
{
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#beta-inner a:visited
{
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#beta-inner a:hover
{
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}
#beta-inner a:active
{
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/* modules */

.module a
{
	text-decoration: none;
	font-weight: inherit;
}
.module-header
{
	margin: 0 20px 5px 20px;
	border-bottom: 1px solid #999999;
  	padding-bottom: 3px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.module-header2
{
	border-top: 1px solid #999999;
}
.module-content
{
	margin: 5px 20px 10px 20px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
.module a:link { color: #003366; }
.module a:visited { color: #003366; }
.module a:hover { color: #003366; }
.module a:active { color: #003366; }
.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module-photo img
{
	border: 5px solid #EEEEEE;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}

.module-tipjar-r2 .tipjar-button
{
			float: left;
	
}


/* moblog1 tweaks */
	
	.layout-moblog1 #container
	{
		width: 780px;
	}
	
	.layout-moblog1 #alpha
	{
		width: 200px;
		
	}
	
	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog1 #beta
	{
					width: 380px;
		
		
	}
	
	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog1 #gamma
	{
		width: 200px;
		
	}
	
	.layout-moblog1 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* moblog2 tweaks */
	
	.layout-moblog2 #container
	{
		width: 780px;
	}
	
	.layout-moblog2 #alpha
	{
		width: 100px;
		
	}
	
	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #beta
	{
					width: 350px;
		
		
	}
	
	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #gamma
	{
		width: 190px;
		
	}
	
	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 #delta
	{
		width: 140px;
		
	}
	
	.layout-moblog2 #delta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}
	
	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */

	.layout-timeline #alpha
	{
					width: 390px; /* 285px + 15px + 15px */
		
		
	}
	
	.layout-timeline #beta
	{
		width: 390px;
		
	}
	
	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }

	
/* three-column tweaks */
	
	.layout-three-column #container
	{
		width: 800px;
	}
	
	.layout-three-column #alpha
	{
		width: 200px;
		
	}
	
	.layout-three-column #alpha-inner
	{
		border: 0;
		padding: 15px 20px 15px 20px;
		background: #FFFFFF;
	}
	
	.layout-three-column #beta
	{
					width: 400px;
		
		
	}
	
	.layout-three-column #beta-inner
	{
		border: 0;
		padding: 15px 0px 15px 0px;
		background: #FFFFFF;
	}
	
	.layout-three-column #gamma
	{
		width: 200px;
		
	}
	
	.layout-three-column #gamma-inner
	{
	border: 0;
	padding: 15px 20px 15px 20px;
	background: #FFFFFF;
	}


/* user css */
* {margin: 0;padding: 0;}
body
{
        background-color: #DFE3EA;	
        background-image:url(blog_fd.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
.layout-three-column #container
{
	width: 900px;
}
.layout-three-column #alpha
{
	width: 250px;
		
}
.layout-three-column #beta
{
     	width: 400px;
}
.layout-three-column #gamma
{
	width: 250px;
		
}
#banner
{
	height: 180px;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/blog_ban.jpg");
	background-position: 0px 0px;
}
#mod-about .module-about
{
    background: #006699 url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleuinter_haut.jpg") no-repeat center top;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 210px;
	margin: 0px 0px 0px 0px;
}
#mod-about .module-header 
{
	background: #006699 url("http://christian-pees.typepad.fr/christian_pees/images/gt_pix-blanc.gif") no-repeat left center;
	padding-left: 13px;
	font-size: 13px;
	border-bottom: 1px solid #80B3CC;
	margin: 0px 20px 0px 20px;
}
#mod-about .module-content
{
	background: #006699 url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleuinter_bas.jpg") no-repeat center bottom;
	padding-bottom: 20px;
	margin: 0px 0px 0px 0px;
}
#mod-about .module-content p
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 5px 20px 5px 20px;
}
#mod-about .module-header2
{
	border-top: 1px solid #80B3CC;
	padding-top: 5px;
	margin: 0px 20px 0px 20px;
}
#mod-about a:link
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
    padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-about a:visited
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-about a:hover
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding-left: 13px;
	text-decoration: underline;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-about a:active
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-categories .module-categories
{
    background: #003366 url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleufonce_haut.jpg") no-repeat center top;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 210px;
	margin: 10px 0px 0px 0px;
}
#mod-categories .module-header 
{
	background: #003366 url("http://christian-pees.typepad.fr/christian_pees/images/gt_pix-bleu.gif") no-repeat left center;
	padding-left: 13px;
	font-size: 13px;
	border-bottom: 1px solid #8099B3;
	margin: 0px 20px 0px 20px;
}
#mod-categories .module-content
{
	background: #003366 url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleufonce_bas.jpg") no-repeat center bottom;
	padding-bottom: 20px;
	margin: 0px 0px 0px 0px;

}
#mod-categories ul
{
	margin: 5px 20px 5px 20px;
}
#mod-categories li
{
	margin: 0px 0px 0px 0px;
}
#mod-categories a:link
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
        padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-categories a:visited
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
        padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-categories a:hover
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
        padding-left: 13px;
	text-decoration: underline;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-categories a:active
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
        padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

#mod-liens .module-typelist
{
	background: #DFE3EA url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleuclair_haut.jpg") no-repeat center top;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 210px;
	margin: 10px 0px 0px 0px;
}
#mod-liens .module-header 
{
	background: #DFE3EA url("http://christian-pees.typepad.fr/christian_pees/images/gt_pix-bleu.gif") no-repeat left center;
	padding-left: 13px;
	color: #006699;
	font-size: 13px;
	border-bottom: 1px solid #006699;
	margin: 0px 20px 0px 20px;
}
#mod-liens .module-content 
{
	background: #DFE3EA url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleuclair_bas.jpg") no-repeat center bottom;
	padding-bottom: 20px;
	margin: 0px 0px 0px 0px;
}
#mod-liens ul
{
	margin: 5px 20px 5px 20px;
}
#mod-liens li
{
	margin: 0px 0px 0px 00px;
}
#mod-liens a:link
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
        padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-fonce.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-liens a:visited
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
        padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-fonce.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-liens a:hover
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
        padding-left: 13px;
	text-decoration: underline;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-fonce.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-liens a:active
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
        padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-fonce.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-syndicate .module-syndicate
{
	background: #DFE3EA url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleuclair_haut.jpg") no-repeat center top;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 210px;
	margin: 10px 0px 0px 0px;
}
#mod-syndicate .module-content
{
	background: #DFE3EA url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleuclair_bas.jpg") no-repeat center bottom;
	padding-bottom: 20px;
	margin: 0px 0px 0px 0px;
}
#mod-syndicate .module-content a
{
	margin: 0px 20px 0px 20px;
}
#mod-invite .module-typelist
{
	background: url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_blanc.jpg") no-repeat center top;
	/*border-right: 1px solid #DFE4EA;
	border-left: 1px solid #DFE4EA;/*
	border-top: 1px solid #DFE4EA;*/
	padding-top: 20px;
	padding-bottom: 0px;
	width: 210px;
	margin: 0px 0px 0px 0px;
}
#mod-invite .module-header 
{
	color: #006699;
	font-size: 13px;
	margin: 0px 20px 0px 20px;
	border: 0;
}
#mod-invite .module-content 
{
	padding-bottom: 20px;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
#mod-invite .invite-titre
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	font-weight: bold;
	padding-bottom: 20px;
}
#mod-invite .module-content ul.module-list
{
	margin: 0px 0px 0px 0px;
                list-style:none;
}
#mod-invite .module-content li.module-list-item
{
	margin: 5px 0px 5px 0px;
}
#mod-invite a:link
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
    padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-clair.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-invite a:visited
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
    padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-clair.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-invite a:hover
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
    padding-left: 13px;
	text-decoration: underline;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-clair.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-invite a:active
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
    padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-clair.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-invite img
{
	text-align: center;
}
#mod-notes .module-archives
{
	background: #DFE3EA url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleuclair_haut.jpg") no-repeat center top;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 210px;
	margin: 10px 0px 0px 0px;
}
#mod-notes .module-header 
{
	background: #DFE3EA url("http://christian-pees.typepad.fr/christian_pees/images/gt_pix-bleu.gif") no-repeat left center;
	padding-left: 13px;
	color: #006699;
	font-size: 12px;
	border-bottom: 1px solid #006699;
	margin: 0px 20px 0px 20px;
}
#mod-notes .module-content
{
	background: #DFE3EA url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleuclair_bas.jpg") no-repeat center bottom;
	padding-bottom: 20px;
	margin: 0px 0px 0px 0px;
}
#mod-notes ul
{
	margin: 5px 20px 5px 20px;
}
#mod-notes li
{
	background: url("http://christian-pees.typepad.fr/christian_pees/images/dotted_pix.gif") left bottom repeat-x;
	margin: 5px 0px;
    padding-bottom: 5px;
}
#mod-notes a:link
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#mod-notes a:visited
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#mod-notes a:hover
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}
#mod-notes a:active
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#mod-comments .module-recent-comments,#mod-inviteList .module-recent-comments
{
	background: #DFE3EA url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleuclair_haut.jpg") no-repeat center top;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 210px;
	margin: 10px 0px 0px 0px;
}
#mod-comments .module-header ,#mod-inviteList .module-header 
{
	background: #DFE3EA url("http://christian-pees.typepad.fr/christian_pees/images/gt_pix-bleu.gif") no-repeat left center;
	padding-left: 13px;
	color: #006699;
	font-size: 12px;
	border-bottom: 1px solid #006699;
	margin: 0px 20px 0px 20px;
}
#mod-comments .module-content,#mod-inviteList .module-content
{
	background: #DFE3EA url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleuclair_bas.jpg") no-repeat center bottom;
	padding-bottom: 20px;
	margin: 0px 0px 0px 0px;
}
#mod-comments ul,#mod-inviteList .module-content ul
{
	margin: 5px 20px 5px 20px;
list-style:none;

}
#mod-comments li,#mod-inviteList .module-content li
{
	margin: 5px 0px;
	padding-bottom: 5px;
	background: url("http://christian-pees.typepad.fr/christian_pees/images/dotted_pix.gif") left bottom repeat-x;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#mod-comments a:link
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#mod-comments a:visited
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#mod-comments a:hover
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
}
#mod-comments a:active
{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
#mod-archives .module-archives
{
	background: #003366 url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleufonce_haut.jpg") no-repeat center top;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 210px;
	margin: 10px 0px 0px 0px;
}
#mod-archives .module-header 
{
	background: #003366 url("http://christian-pees.typepad.fr/christian_pees/images/gt_pix-bleu.gif") no-repeat left center;
	padding-left: 13px;
	color: #FFFFFF;
	font-size: 13px;
	border-bottom: 1px solid #8099B3;
	text-transform: uppercase;
	margin: 0px 20px 0px 20px;
}
#mod-archives .module-content
{
	background: #003366 url("http://christian-pees.typepad.fr/christian_pees/images/blog_fdmodule_bleufonce_bas.jpg") no-repeat center bottom;
	padding-bottom: 20px;
	margin: 0px 0px 0px 0px;
}
#mod-archives ul
{
	margin: 5px 20px 5px 20px;
}
#mod-archives li
{
	margin: 0px 0px 0px 0px;
}
#mod-archives a:link
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
    padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-archives a:visited
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
    padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-archives a:hover
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
    padding-left: 13px;
	text-decoration: underline;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
#mod-archives a:active
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
        padding-left: 13px;
	text-decoration: none;
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/chevron-blanc.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
a.module-header { color: #FFFFFF; }
a.module-header:visited { color: #FFFFFF; }
a.module-header:hover { color: #003366; }
a.module-header:active { color: #FFFFFF; }
.module img
{
	border: 0px;
}
.recherche{
	width:232px;
	height:31px;
	position: relative;
	top: 169px;/*63*/
	left: 667px;/*667*/
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/recherche.gif");
	background-repeat: no-repeat;
	z-index: 99;
}
.recherche_input {
	width:125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-indent: 5px;
	margin: 8px auto auto 50px;
	border: 0px;
}
.recherche_btn {
	background-image: url("http://christian-pees.typepad.fr/christian_pees/images/btn_ok.jpg");
	background-repeat: no-repeat;
	height: 16px;
	width: 25px;
	vertical-align: middle;
	margin-left: 10px;
	/*cursor: hand;*/
	border: 1px #FFFFFF;
}
#container-inner form
{
	margin: -32px 0px 0px 0px;
	padding: 0px;
}

/* other css */
/* ph=1 */

