body {
	background-color: Navy;
	color: Red;
}


a:link {
	font-family: "Comic Sans MS";
	color: Red;
	size: x-small;
}

a:visited {
	font-family: "Comic Sans MS";
	color: #DC143C;
	size: x-small;
}

a:hover {
	font-family: "Comic Sans MS";
	color: #FF69B4;
	size: x-small;
}

table, th, tr, td, h5 {
	background-color: black;
	border: thin Silver;
	color: Red;
	font-family: "Comic Sans MS";
	font-size: small;
}

h1 {
	background-color: black;
	border: thin Silver;
	color: Red;
	font-size: x-large;
	font-family: "Comic Sans MS";
}

h2 {
	background-color: black;
	border: thin Silver;
	color: Red;
	font-size: large;
	font-family: "Comic Sans MS";
}

h3 {
	background-color: black;
	border: thin Silver;
	color: Red;
	font-size: medium;
	font-family: "Comic Sans MS";
}

h4 {
	background-color: black;
	border: thin Silver;
	color: Red;
	font-size: small;
	font-family: "Comic Sans MS";
}

h6 {
	background-color: black;
	border: thin Silver;
	color: Red;
	font-size: xx-small;
	font-family: "Comic Sans MS";
}

dt {
	background-color: black;
	border: thin Silver;
	color: Red;
	font-size: small;
	font-family: "Comic Sans MS";
}

dd {
	background-color: black;
	border: thin Silver;
	color: Red;
	font-size: small;
	font-family: "Comic Sans MS";
}

.textclassic {
	background: black;
	color: Red;
	font-size: xx-small;
	font-family: "Comic Sans MS";
	border: thin Silver;
}

.titrerubrique {
	background: Blue;
	font-size: xx-large;
	font-family: "Comic Sans MS";
	color: Yellow;
	font-weight: bold;
	text-align: center;
}

.datenews {
	background: black;
	font-size: large;
	font-family: "Comic Sans MS";
	color: White;
	font-weight: bold;
	text-align: center;
}

.titrenews {
	background: black;
	font-size: medium;
	font-family: "Comic Sans MS";
	color: White;
	font-weight: bold;
	text-align: center;
}

.contourphotos {
	border: 1px solid White;
}

