#body {
	margin: 0px;
}
#conteneur_colonnes {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
}
#conteneur_3_colonnes {
	width: 100%;
	position: relative;
	background-repeat: repeat-y;
	background-position: left;
}
#colonne_droite {
	width: 100%;
	position: relative;
}
#conteneur_pied {
	background-image: url(../images/fond_bottom.jpg);
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	position: relative;
	height: 80px;
	width: 100%;
}
#pied_page {
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../medias/images/bottom.jpg);
	position: relative;
	height: 30px;
	width: 900px;
}
#pied_page_droit {
	margin-top: 10px;
	position: relative;
	left: 240px;
	height: 20px;
	width: 720px;
	display: none;
}
#conteneur_top {
	width: 100%;
	height: 136px;
	position: relative;
	background-image: url(../images/fond_top.jpg);
	background-repeat: repeat-x;
	display: none;
}
#top {
	width: 900px;
	height: 100%;
	background-image: url(../images/top.jpg);
	margin: auto;
	background-repeat: no-repeat;
	display: none;
}
#menu_nav {
	width: 900px;
	height: 40px;
	top: 7px;
	z-index: 1;
	position: relative;
	display: none;
}
#recherche {
	width: 300px;
	top: 40px;
	position: relative;
	text-align: right;
	display: none;
}
#date {
	width: 300px;
	top: 25px;
	position: relative;
	text-align: right;
	display: none;
}
#conteneur_tools {
	width: 900px;
	position: relative;
	display: none;
}
#accueil {
	width: 600px;
	position: relative;
	display: none;
}
#plan_du_site {
	width: 300px;
	top: 50px;
	position: relative;
	text-align: right;
	display: none;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
