/*  fpaget : disposition  seulement 
pas de formatage de texte 
*/
#page {
	clear:right;
}

#marge {
	position: absolute;
	width: 120px;
	margin-top: 10px;
	text-align: center;
}

#boite {
	width: 650px;
	margin-left: 160px;
	top: 0px;
	position: relative;
	clear: left;
}

/* Elements de la boite*/

#titre {
	width: 600px;
	text-align: left;
	position: relative;
	margin-top: 10px;
	margin-left: 30px;
}

#haut {
	width: 600px;	
	position: relative;
	margin-bottom: 10px;
	text-align: left;
	clear: both;
}

/* Entete avec dessin a gauche et tanka a droite */
#entgauche {
	position: relative;
	float: left;
}

#entdroit {
	position: relative;
	margin-left: 300px;
}

#contenu {
	width: 600px;
	text-align: left;
	min-height:400px;
	position: relative;
	clear: left;
}

/* Bas de page
*/
#colophon {
	margin-top: 2em;
	position: static;
	clear: both;
}
