@charset "iso-8859-1";
/* CSS Document */

body {
	font-family : Helvetica, Arial, sans serif;
	color : #000;
	font-size : 12px;
}

a {
	font-family : Helvetica, Arial, sans serif;
	color : #000;
	font-size : 12px;
	text-decoration : underline;
}

#container {
	position : relative;
	height : 300px;
}

img {
	position : absolute;
	bottom : 0;
	left : 0;
}

#le_texte {
	position : absolute;
	bottom : 0;
	left : 275px;
	width : 200px;
}

