#ligne_contenu {
	background-repeat: repeat-y;
	background-image: url(../images/fond_contenus.gif);
	position: relative;
	width: 920px;
}
#body {
	background-color: #efefef;
	margin: 0px;
}
#logo {
	padding-right: 10px;
	padding-top: 8px;
	padding-left: 10px;
	position: relative;
	height: 140px;
}
#ligne_bottom {
	position: relative;
	width: 920px;
}
#contenu_gauche {
	position: relative;
	padding: 10px;
}
#colonne_droite {
	width: 600px;
	position: relative;
	background-image: url(../images/quadrillage.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: -100px 0px;
}
#titre_de_la_page {
	width: 600px;
	position: relative;
	padding: 10px;
}
#ligne_top {
	width: 920px;
	z-index: 1;
	position: relative;
}
#banner {
	height: 128px;
	position: relative;
}
#colonne_top_gauche {
	width: 300px;
	position: relative;
	background-color: #b90000;
	background-image: url(../images/fond_top2.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#colonne_top_droite {
	width: 620px;
	position: relative;
	background-color: #b90000;
	background-image: url(../images/fond_top2.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#conteneur_principal {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 920px;
}
#colonne_bottom_gauche {
	width: 300px;
	position: relative;
}
#colonne_bottom_droite {
	background-color: #ffffff;
	position: relative;
	width: 620px;
}
#nav {
	width: 100%;
	height: 20px;
	z-index: 1;
	position: relative;
	text-align: center;
}
