body, html {
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4c0002;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image: url(../images/fond-intro.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*overflow-Y: auto;*/
}
html, body {
	height: 100%;
}

.centre {
	background-color: #000000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a5a5a5;
	border-left-color: #a5a5a5;
	position: relative;
	height: 100%;
	width: 400px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-variant: small-caps;
}

h2 {
	font-weight: normal;
	color: #FFFFCC;
	font-size: 12px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul {
	margin:10px 20px 10px 30px;
	padding:0 0 0 20px;
}

li {
	margin:0 0 5px 0;
}

.Contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 390px;
	background-image: url(images/fond-site.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin: 0px 5px 0 5px;
	padding: 10px 0 0 0;

}

p {
	padding: 0px 8px 0px 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Spacer {
	clear:both;
	height:1px;
	line-height:1px;
	visibility:hidden;
}

.Contenu a {
	color: #FFCC66;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.Contenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4C0002;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
}

.MessageErreur {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-bottom-color: #660000;
}

hr {
	height: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FFFFCC;
}
