
html, body, div, img{
	margin: 0;
	padding: 0;
	border: 0 none;
}

#page{
	width: 730px;
	margin: 10px auto;
	background: url(../img/fond_page.gif) repeat-y center top;
}

#top{
	width: 730px;
	height: 100px;
	background: url(../img/top_mauve.gif) no-repeat center top;
}

#prelude {
	position: absolute;
	top: 5px;
	padding: 0 10px;
	color: #008577;
	visibility: hidden;
}

#wrapper {
	width: 710px;
	/*height: 480px;*/
	margin: 0 10px;	
	overflow: hidden;
}

#sidebar{
	width: 190px;
	padding: 20px 15px;
	float: right;
}

#main{
	width: 460px;	
	padding: 20px 15px;
	float: left;
}

#content{
}

#logo{
	height: 160px;
	width: 710px;
	clear: both;
	/*margin: 0 10px;*/
}

#titre{
	height: 40px;
	width: 710px;
	/*margin: 0 10px;*/
}

.categories{
	margin-bottom: 20px;
	/*padding: 5px;*/
	/*background-color: #57C2B7;*/
}

#home1{
	width: 680px;
	padding: 0 15px;	
	/*background-color: #B15695;*/
}
#home1 .post{
	color: #B15695;
	font-weight: bold;
}

#home2{
	width: 345px;
	padding: 0 5px;	
	height: 200px;
	float: left;
	/*background-color: #F29325;*/
	overflow: hidden;
}
#home2 .post{
	padding: 0 10px;
	color: #F29325;
	font-weight: bold;	
}

#home3{
	width: 345px;
	padding: 0 5px;	
	height: 200px;
	float: right;
	/*background-color: #99CC00;*/
	overflow: hidden;	
}
#home3 .post{
	padding: 0 10px;
	color: #99CC00;
	font-weight: bold;	
}

.section{
	width: 325px;
	padding: 15px;
	float: left;
}

#topnav{
	height: 30px;
	margin: 0 10px;
	/*background-color: #57C2B7;*/
	/*border-top: 4px solid #FFFFFF;	*/
	/*border-bottom: 4px solid #FFFFFF;	*/
}

#blognav, #blogextra {
	/*background-color: #DAF2F0; */
}

#footer{
	clear : both;	
	width: 730px;
	height: 30px;
	background: url(../img/foot_mauve.gif) no-repeat center bottom;
}

.post{
	/*padding: 0 10px 20px 10px;*/
}

