#conteneur {
	margin: auto;
	width: 955px;
}
#colonne {
	width: 100%;
	left: 20px;
	position: relative;
	float: left;
}
#conteneur_colonnes {
	width: 100%;
	position: relative;
	float: left;
}
/*-body-*/
#body {
	margin: 0px;
	background-color: #F2F2F2;
}
/*-finbody-*/
#top {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 70px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 11;
}
#bottom {
	margin: auto;
	background-repeat: no-repeat;
	width: 1200px;
}
#titre_page {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
}
@media handheld, only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
/*-body-*/
#body {
	font-size: 0.8em;
}
/*-finbody-*/
} /* FIN RD */
@media handheld, only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
/*-body-*/
/*-finbody-*/
} /* FIN RD */
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
/*-body-*/
#body {
	font-size: 0.7em;
}
/*-finbody-*/
} /* FIN RD */
.nonAffiche {
	display: none; visibility: hidden;
}
