html
{
	min-height: 100%;
}

*
{
	margin: 0;
	padding: 0;
}

a
{
	color: #F87217;
}

.content img
{
	border: 0px;
	padding: 2px 2px 2px 2px;
}

hr
{
	border: 1px solid #CAF1FF;
}

body
{
	background: #CCD8E0 url(img/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul
{
	padding-bottom: 1.2em;
}

li
{
	list-style: none;
}

.content .titleB
{
	font-size: 24px;
	font-family: Monaco;
	margin-bottom: 0px;
}

.content .titleB .calendar
{
	background-image: url(img/cal.jpg);
	left: -10px;
	position: relative;
	width: 80px;
	height: 81px;
	float: left;
}

.content .titleB .calendar .mois
{
	text-transform: uppercase;
	padding-top: 18px;
	padding-left: 14px;
	font-size: 11px;
	font-family: Geneva, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

.content .titleB .calendar .jour
{
	text-align: center;
	padding-top: 1px;
	font-size: 21px;
	font-family: Geneva, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

.content .titleB a
{
	text-decoration: none;
	color: #5786B7;
}

.content .titleB a:hover
{
	color: #5786B7;
	text-decoration: underline;
}

.content .titleB a:visited
{
	text-decoration: none;
	color: #D0E4FD;
}

.content .titleB a:visited:hover
{
	text-decoration: underline;
	color: #D0E4FD;
}

.post-title
{
	text-decoration: none;
}

.post-footer
{
	height: 50px;
}

.post-footer .comments:link
{
	text-decoration: none;
	color: #5786B7;
	padding: 2px 0px 2px 18px;
	background: transparent url(img/commentaire.png) no-repeat 0 50%;
}

.post-footer .comments:hover
{
	color: #5786B7;
	text-decoration: underline;
	padding: 2px 0px 2px 18px;
	background: transparent url(img/commentaire.png) no-repeat 0 50%;
}

.post-footer .comments:visited
{
	text-decoration: none;
	color: #D0E4FD;
	padding: 2px 0px 2px 18px;
	background: transparent url(img/commentaire_v.png) no-repeat 0 50%;
}

.post-footer .comments:visited:hover
{
	text-decoration: underline;
	color: #D0E4FD;
	padding: 2px 0px 2px 18px;
	background: transparent url(img/commentaire_v.png) no-repeat 0 50%;
}

.post-footer .readmore:link
{
	text-decoration: none;
	color: #669933;
	padding: 2px 0px 2px 18px;
	background: transparent url(img/retrolien.png) no-repeat 0 50%;
}

.post-footer .readmore:hover
{
	color: #669933;
	text-decoration: underline;
	padding: 2px 0px 2px 18px;
	background: transparent url(img/retrolien.png) no-repeat 0 50%;
}

.post-footer .readmore:visited
{
	text-decoration: none;
	color: #A7CB8F;
	padding: 2px 0px 2px 18px;
	background: transparent url(img/retrolien_v.png) no-repeat 0 50%;
}

.post-footer .readmore:visited:hover
{
	text-decoration: underline;
	color: #A7CB8F;
	padding: 2px 0px 2px 18px;
	background: transparent url(img/retrolien_v.png) no-repeat 0 50%;
}

.navigate a
{
	font-size: 1.1em;
	font-style: italic;
	text-decoration: none;
	color: #D21C1C;
}

.navigate a:hover
{
	text-decoration: underline;
	color: #D34949;
}

.post-info-co a:hover
{
	text-decoration: underline;
}

.post-info-co a + a:link,

.post-info-co a + a:visited,

.post-info-co a + a:hover
{
	background: transparent url(img/retrolien.png) no-repeat 0 50%;
}

code
{
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote
{
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3
{
	padding-top: 6px;
}

/* misc */

.clearer
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

/* structure */

.container
{
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */

.top
{
	background: url(img/clouds.gif) repeat-x;
	padding: 50px 10px 0;
}

/* title */

.header
{
	background: #FFF;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header .left, .header .right
{
	background: #A4A4A0;
	color: #FFF;
	height: 150px;
}

.header .left
{
	background: #B3C2C7 url(img/header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;
	width: 564px;
}

.header .right
{
	overflow: auto;
	width: 212px;
}

.header .right p,.header .right h2
{
	padding: 0 16px;
}

.header .right h2
{
	padding-top: 10px;
	font-family: Monaco;
	font-size: 20px;
}

/* navigation */

.navigation
{
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}

.navigation a
{
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}

.navigation a:hover
{
	background-position: left bottom;
	color: #234;
}

/* main */

.main
{
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */

.sidenav
{
	float: right;
	width: 210px;
}

.sidenav h2
{
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.sidenav h3
{
	font-family: Monaco;
	color: #5A5A43;
	margin: 0;
	padding-left: 0px;
	font-size: 14px;
}

.sidenav ul
{
	padding: 0;
	border-top: 1px solid #EAEADA;
}

.sidenav li
{
	border-bottom: 1px solid #EAEADA;
}

.sidenav li a
{
	font-family: Monaco;
	font-size: 12px;
	color: #554;
	display: block;
	padding: 5px 0px 5px 8px;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover
{
	background: #F0F0EB;
	color: #654;
}

/* content */

.content
{
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}

.content .descr
{
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li
{
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content p
{
	font-family: "Century Gothic";
	font-size: 12px;
}

.content p a img
{
	border: 0px;
	padding-bottom: 10px;
}

/* footer */

.footer
{
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}

.footer a,.footer a:hover
{
	color: #FFF;
}

#attachments ul li
{
	display: block;
	padding: 2px 8px 2px 18px;
	margin: 1px 5px 2px 0;
	background: transparent url(img/attachments.png) no-repeat 0 50%;
}

#comments, #pings,#attachments, #comment-form
{
	width: 490px;
	margin-left: 20px;
}

#comment-form
{
	padding-top: 10px;
}

#comments h3,#attachments h3, #pings h3
{
	clear: left;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #FBFBFB;
	padding: 5px;
	margin: 20px 0 0 0;
	font-size: 1.2em;
}

#attachments ul li
{
	display: block;
	padding: 2px 8px 2px 18px;
	margin: 1px 5px 2px 0;
	background: transparent url(img/attachments.png) no-repeat 0 50%;
}

#comments-feed
{
	text-align: right;
	font-weight: bold;
	margin: 14px 0 8px 0;
}

#comments-feed a:link, #comments-feed a:visited
{
	font-size: 0.8em;
	text-decoration: none;
	background: transparent url(img/rss.png) no-repeat 0px 50%;
	padding: 3px 0 3px 22px;
}

#comments-feed a:hover
{
	text-decoration: underline;
}

#pr
{
	padding-right: 0;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
}

#comments dl, #pings dl, #pr dl
{
	background: #f9f9f9;
}

#comments dt, #pings dt, #pr dt
{
	position: relative;
	top: 1px;
	display: block;
	padding: 10px 10px 10px 10px;
}

#comments dd, #pings dd, #pr dd
{
	border-bottom: 1px dashed #E4E4E4;
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.4;
}

#comments dt.me, #comments dd.me
{
	background: #FFFCDF;
}

#comments dd.me blockquote
{
	padding-left: 5px;
	margin-right: 1px;
	background: #FFEEBF;
	border: 1px dotted #3C8FD1;
}

#comments dt a:link, #comments dt a:visited
{
	color: #3C8FD1;
	text-decoration: none;
}

#comments dt a:hover
{
	text-decoration: underline;
}

#pings dt a:link, #pings dt a:visited
{
	color: #3C8FD1;
	text-decoration: none;
}

#pings dt a:hover
{
	text-decoration: underline;
}

#comments dd *, #pings dd *, dd.comment-preview *
{
	padding: 5px 0;
	font-size: 1em;
}

#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover
{
	color: #FF8B54;
}

.comment-number, .ping-number
{
	color: #3C8FD1;
	font-weight: bold;
	font-size: 1.4em;
}

#ping-url, #comments-feed, #pr h3
{
	background: url(img/spacer.jpg) no-repeat top center;
	font-weight: bold;
	padding-bottom: 13px;
	padding-top: 10px;
	margin-top: 5px;
	text-align: center;
}

#comments-feed, #pr h3
{
	text-align: left;
	padding-left: 10px;
}

#comments-feed
{
	text-align: right;
	font-weight: bold;
	margin: 14px 0 8px 0;
}

#comments-feed a:link, #comments-feed a:visited
{
	font-size: 0.8em;
	text-decoration: none;
	background: transparent url(img/rss.png) no-repeat 0px 50%;
	padding: 3px 0 3px 22px;
}

#comments-feed a:hover
{
	text-decoration: underline;
}