/* Ce fichier ne doit être utilisé que pour gérer les
	dimensions et positions des emplacements */
#conteneur {
	width: 916px;
}

#emplGauche {
	float: left;
	width: 236px;
	min-height: 500px;
}

#emplDroite {
	float: left;
	width: 646px;
}

#emplEntete {
	height: 200px;
	width: 636px;
	margin-left: 20px;
}

#emplCentre {
	width: 636px;
	margin-left: 20px;
}

#emplPied {
	clear: both;
}