/*  
Theme Name: dkret3

Userstyle: Fluidelity
Description: Variable size of the content area
*/

div#wrapper {
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    width: auto;
	max-width: 1100px;
}
#blog-title {
	font-size: 36px;   /* position du titre dans entete */
	margin: 0;
	padding: 11px 80px 0;
	text-align: right;
}
.entry-calendar-date .entry-calendar-day {
	color: #C33;	/* couleur du jour */
}
div.entry p {
    margin: 0px 0px 0px
}
.sticky_post {
   border: 1px solid  #49ab0d;
   background-color: #d8fbd8;
}
.sticky .entry-calendar-date {
   display: none;
}
.sticky .entry-meta-above {
   display: none;
}
.announcement_post{
   border: 1px solid  #49ab0d;
   background-color: #d8fbd8;
   clear:both;
}
.accueil {		/* message announcement */
	font-size: 21px;
	color: #3a7930;
}
/* wordtube */
.wordtube {text-align:center;}
/* image background */
/*
body {
background-image:url(/wordpress/wp-content/uploads/1blue.gif);
background-repeat: repeat;
}
*/