/* CSS Document */

body {
	background-image:url(../images/fond_bas.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}
.texte1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	line-height: normal; /*défini espacement entre 2 paragraphes ! */
	color: #000000;
}
.texte1:link {
text-decoration:underline
}
.texte1:visited {
	text-decoration:underline;
}
.texte1rouge {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bolder;
	color:#990000;
	font-variant: normal;
	line-height: normal;
	}
.texte1rouge:link {
	text-decoration:underline
	}
.texte1rouge:visited {
	text-decoration:underline
	}
.texte1rougegrand {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	font-weight: bolder;
	color:#990000;
	font-variant: normal;
	line-height: normal;
	}
.texte1rougegrand:link {
	text-decoration: underline;
	}
.texte1rougegrand:visited {
	text-decoration: underline;
	}

.texte1rougegrandsouligné {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	font-weight: bolder;
	color:#990000;
	font-variant: normal;
	line-height: normal;
	text-decoration: underline;
}
.texte1rougetrèsgrand {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bolder;
	color:#990000;
	font-variant: normal;
	line-height: normal;
	font-style: italic;
	text-decoration: underline;
	}
.texte1rougetrèsgrand:link {
	text-decoration: underline;
	}
.texte1rougetrèsgrand:visited {
	text-decoration: underline;
	}

#cadre {
}
