#conteneur {
	margin-left: -390px;
	background-color: #FFFFFF;
	position: relative;
	left: 50%;
	width: 780px;
}
#top {
	width: 780px;
	position: relative;
}
#body {
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
	margin: 0px;
	background-repeat: repeat-x;
}
#menu {
	width: 780px;
	z-index: 1;
	position: relative;
	margin-bottom: 10px;
	display: none;
}
#structure_contenu {
	position: relative;
	width: 780px;
}
#titre_page {
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	right: 5px;
	left: 5px;
	width: 770px;
}
#colonne_gauche {
	width: 500px;
	left: 5px;
	position: relative;
}
#colonne_droite {
	width: 240px;
	right: 5px;
	position: relative;
}
#bottom {
	width: 780px;
	height: 55px;
	position: relative;
	background-image: url(../images/bottom.gif);
}
a[href]:after {
	content: " [" attr(href)"] ";
}
