body {
	background-image: url(.jpg);
	background-color: #000000;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: none;
      color: #000;
	background-color:#fff;

}
a:active {
	text-decoration: none;
	color: #fff;
}


img {
border:0px;
}

img.img {
border:1px black solid;
}.titre {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.text {
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #fff;
}
.text_gros_titre {
	font-family: "Trebuchet MS";
	font-size: 60px;
}.petit_text {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #fff;
}
.text_rose{
	font-size: 11px;
	font-family: "Trebuchet MS";
	color: #000000;
	background-color: #fff;
}

