#body {
	margin: 0px;
	background-image: url(../images/degrade.jpg);
	background-color: #CFCFCF;
	background-repeat: repeat-x;
}
#conteneur {
	margin-left: -390px;
	background-image: url(../images/top.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top;
	width: 780px;
	left: 50%;
	position: absolute;
}
#bottom {
	background-image: url(../images/fond_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 780px;
	height: 43px;
	position: relative;
	float: left;
}
#colonnes {
	background-color: #FFFFFF;
	width: 780px;
	position: relative;
	float: left;
}
#colonne_gauche {
	background-color: #FFFFFF;
	width: 460px;
	left: 20px;
	position: relative;
	float: left;
}
#colonne_droite {
	width: 230px;
	right: 20px;
	position: relative;
	float: right;
}
#menu {
	width: 680px;
	height: 30px;
	top: 40px;
	position: relative;
	float: left;
	z-index: 1;
}
#btn_top {
	width: 260px;
	height: 145px;
	position: relative;
	float: left;
}
#top {
	background-image: url(../images/fond_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 960px;
	height: 145px;
}
#moteur_recherche {
	width: 200px;
	height: 30px;
	top: 10px;
	position: relative;
	float: right;
}
.nonAffiche {
	display: none; visibility: hidden;
}
img { border: 0px none; }
form { margin: 0px; }
.invisible { display: none; }

