@charset "UTF-8";
/* CSS Document */

body {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#texte {
	width: 580px;
	margin: 40px 200px 0 200px;
}

#contact {
	width: 400px;
	margin: 40px 0 30px 90px;
}

a {
	color:#9fca1b;
}

ul li {
	list-style-type:square;
	text-align:justify;
}


