/*========== Feuille specifique taille.htm, atelier.htm, funeraire.htm ==============*/
#conteneur {
/* Boîte contenant la totalité de la page sauf body et msai */
	position: relative;
	width: 760px;
	height:800px;
	border: 2px solid #000099;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
/* Pied de page - Contient l'adresse de l'entrepride et les informations de contact */
#bas {
	/* Boîte contenant le menu bas de page - Informations techniques */
	height: 20px;
	background-color: #FFFFFF;
	width: 740px;
	float: none;
	padding-right: 20px;
	text-align: right;
	font-size: 10px;
	color: #999999;
	padding-top: 355px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

