html, body {
	height: 100%;
	margin: 0;
	}
#conteneur {
position: relative;
padding: 0;
margin: 0 auto;
/*width:100%;*/
width:1002px;
color:#434343;
min-height: 100%;
background-image: url(../images/bg.gif);
background-repeat:repeat-y;
background-position:19.5%;
background-color:#F1F5F6;
}
#header {
height:127px;
/*width:100%;*/
width:1002px;
text-align:center;
padding-top:10px;
background-color:#FFFFFF;
}
#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	overflow: auto;
	padding-bottom:25px;
	}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	height:25px;
	background-color:#FFFFFF;
}
/* Content column */ /*Partie centrale */

#gauche {
  float: left;
  left:0;
  width:19%;
  /*border-right:3px solid #E0E8EB;*/
  text-align:center;
  margin-right:10px;

}
#headercontent{
  float:right;
  background-color:#FFFFFF;
  width:80%;
}
#sitepath {
	  line-height:25px;
	  float:left;
	  margin:0 0 0 10px;
}
#sharebox{
	  float:right;
	  margin: 3px 12px 0 0; 
	background-color:#FFFFFF;
	display:none;
}
#content {
	float: right;
	width:80%;
	background-color:#FFFFFF;
}
#subcontent {
	/*padding-top:30px;*/
	background-color:#FFFFFF;
}
/* Menu 1 column */ /*colonne de gauche*/

.tx-veguestbook-pi1 .tx-guestbook-right {
	float:none;
	width:95%;
	display:block;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:10px;
	background-color:#EFEFEF;
}
.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
	font-weight: normal;
}
#ecardbox{ display:none; }