@import url("communs.css");
@import url("bordures.css");
@import url("header.css");
@import url("footer.css");
@import url("accesdirect.css");

#weblog .container 
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 600px;
	clear: both;
	margin: 0;
}


#weblog .containingbox {
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	clear: both;
	margin: 0;
        overflow:auto;
}


#calendrier .container 
{
	position: absolute;
	top: 20px;
	right: 0px;
	height: 200px;
	width: 200px;
	clear: both;
	margin: 0;
}


#calendrier .containingbox {
	position: absolute;
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	clear: both;
	margin: 0;
     overflow:none;
}

#weblog .post  { background: url(/images/bg.jpg); margin: 10px 0; padding: 0; position: relative; width: 99%; float: left; clear: both; border: solid 1px #630 }

#weblog .pid {
	position: relative;
	right: 0px;
	clear: both;
	float: right;
	padding:0px 5px;
}

#weblog .titre  { margin: 0; padding: 0; position: relative; left: 0; float: left; clear: both }

#weblog .texte  { line-height: 20px; text-align: justify; margin: 0; padding: 10px 5px; position: relative }

#weblog img {
	position: relative;
	left: 0px;
	float:left;
	clear: both;
	padding: 5px 10px;
}

#weblog .liens  { line-height: 20px; background: url(/images/borders/middle.png); text-align: center; margin: 0; position: relative; width: 100%; clear: both }

#weblog a:before {
	content: ":: ";
}

#weblog a:after {
	content: " ::";
}

#weblog .light  { line-height: 20px; background: url(/images/borders/middle.png); text-indent: 5px; margin-right: 0; padding-right: 0; padding-left: 0; position: relative; left: 0; width: 100% }