@charset "UTF-8";
/* home.css */

body {
	background-color: #FFF;
}

body,td,th {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.7em;
	color: #000074;
	
}
#container{
	width: 100%;
	text-align:center;
	}
a {
	color: #000074;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: line-through;
	color: #D24D00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#plaine{
	width: 3000px;

	}
