body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#cadre1 {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 560px;
	margin-top: -280px;
	margin-left: -480px;
	border: thin outset;
	background-image: url(images/fond1.jpg);
	background-repeat: repeat-x;
	z-index: 1;
     }
.titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #000066;
}
.textea {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.texteaptit {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.texterouge {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #FF0000;
}

.texterouge2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-variant: normal;
	color: #CEF356;
}
#article {
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
