@charset "utf-8";

body {
	background-color: #9A0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px;
	background-image: url(images/fond_neige.jpg);
	background-repeat: repeat;
}
#global {
	background-image: url(images/fond_neige.jpg);
	background-repeat: repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #990000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
#principal {
	position:absolute;
	width:780px;
	height:560px;
	z-index:1;
	left: 50%;
	top: 20px;
	margin-left: -390px;
}
#annee {
	float: right;
	height: 9px;
	width: 150px;
	text-align: right;
	color: #999999;
}

#flash {
	height: 544px;
	width: 780px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#accessibilite {
	height: 15px;
	width: 760px;
	font-size: 9px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}
#texte {
	height: 524px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #7d0000;
	padding: 10px;
}

h1 {
	background-color: #993333;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 3px 0px 1px;
	font-size: 14px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	padding-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	font-size: 12px;
	text-align: justify;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

