body {
	background-color: #000;
	background-image: url(picts/fond-accueil-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	text-align: center;
	padding: 2px;
	background-color: #000;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
	padding: 2px;
	line-height: normal;
	background-color: #2D2D2D;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	text-transform: capitalize;
}


#MenuAccueil {
	height: 65px;
}

#CadreCentral {
	height: 625px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.TableauCentral {
	height: auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: small;
	text-align: justify;
	background-color: #0F0F0F;
}
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	height: 35px;
}

a:link {
	color: #CCC;
	text-decoration: underline;
	margin: auto;
	padding-right: 2px;
	padding-left: 2px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
.News {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	text-align: left;
	background-color: #fe0000;
	vertical-align: middle;
	font-weight: bold;
	height: 25px;
	font-variant: small-caps;
	padding-left: 10px;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
#MargeDroite {
	width: 150px;
}


#CadrePrincipal {
	height: 100%;
	width: 932px;
}

