body {
	background-color: #B7C3C1;
	background-image:url(Images/bg_blog.jpg);
	background-repeat:repeat-y;
	background-position: center top;
	font: normal 12px Tahoma, Verdana, Arial, sans-serif;
	color: #4E5866;
	/*margin: 15px;*/
	margin: 0px;
	padding : 0px;
	text-align: center; /* For IE */
	
height: 100%;
	}
a,a:link,a:visited,a:hover,a:active	{ color: #4E5866; text-decoration: none;	}	
a:hover	{ text-decoration: underline;	}
img, a img, a:hover img { border: none; 	}

#container	{
	position:relative;
	margin: 0 auto;
	top: 0px;
	width: 1000px;
	background-image:url(Images/header_blog.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	padding-bottom: 0px;
	text-align:center;
}

#letexte	{
	position: relative;
	width: 1000px;
	padding-left: 275px;
	padding-right: 275px;
	top: 170px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 125px;
	background-image:url(Images/footer_blog.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
html>body #letexte	{
	width: 450px;
}
a.cube	{ width: 145px;
			height: 130px;
			position: absolute;
			left: 12px;
			top: 30px;
}

a.minicube	{ width: 79px;
			height: 115px;
			position: absolute;
			bottom: 0px;
			right: 15px;
			background-image:url(Images/minicube.jpg);
}

#archives	{
			position: absolute;
			width: 73px;
			height: 228px;
			left: 162px;
			top: 400px;
			text-align: left;
			z-index: 200;
}

#links	{
			position: absolute;
			width: 130px;
			height: 335px;
			left: 753px;
			top: 251px;
			text-align: left;
			z-index: 200;
}

input, textarea	{
	border: 1px solid #4F5655;
	color: #4F5655;
	background-color: #F9EFE9;
}

.commentaire {
	background-color: #F9EFE9;
	padding: 5px 5px 5px 5px;
}