/* CSS Document */

#col, #footer {
	display: none;
}

body {
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
}

#texte {
	text-align: justify;
}

.center {
	text-align: center;
}

.right {
	float: right;
	margin: 0 0 7px 10px;
}

.left {
	float: left;
	margin: 0 10px 7px 0;
}

.email {
	color: #35CA35;
	text-decoration: underline;
}


