a {
	text-decoration: none;
	color: #6495ED;
}
a:hover {
	text-decoration: none;
	color: Blue;
	background: #e8e8e8;
}

.bouton {
	border: thin double Gray;
	padding: 0px;
	background: #240C3C;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : lighter;
	border-bottom : medium double Silver;
	color: #F9E199;
	border-right-color : #F8E098;
	border-right-style : solid;
	border-bottom-color : #F9E199;
	border-bottom-style : solid;
	border-bottom-width : thin;
}

.titre-vision{
	font-family : "Times New Roman", Times, serif;
	font-size : larger;
	color: #87CEFA;
	background : transparent;
	border: none;
}

body {

	margin: auto;

	background-color: Black;
}

.image{
	position : absolute;
	left : 5px;
	top : 10px;
}