html,body {
    color:white;
    background-color : black;
    background-repeat:no-repeat;
    background-position:97% top;
    background-attachment:fixed;	
    padding: 30px;
}

.entete {
    position:relative;
    top:0;
    left:0;
}

.piedPage {l
	z-index:4;
	align:center;
	text-align: center;
	margin-top: 8%;
	color:white;
	height: 100px;
	margin:0;
	font-family : Arial;
  background:black;
}

ul.navbar {
  list-style-type: none;
  text-align: left;
  padding: 10px;
  margin: 0;
  position: absolute;
  top: 20em;
  left: 1em;
  width: 15em }

#header {
	position:absolute;
    }

#header a {
    text-decoration:none;
    color:white;
    font-size:14px;
}

#header a:hover {
	color:yellow;
  font-size:14px;
  text-decoration:none;
}

#texte {
	position:relative;
	z-index:3;
	margin-top:2%;
	padding-top:0px;
	font-size : 100%;
	font-family : Arial;
	color : white;
	text-align: left;
}

#texte a {
    color:white;
    font-size:14px;
    text-decoration:none;
}

#texte a:hover {
    font-size:14px;
    color: yellow;
    text-decoration:none;
}

#texte li {
	font-family: Arial;
	color: white;
	list-style-type:disc;
	padding-left:10px;
}

p,ul,li,td {
	font-size : 100%;
	font-family : Arial;
}

h1 {
	font-size : 200%;
	font-family : Comic Sans MS;
	color : red;
	text-align: left;
}

h2 {
	font-size : 150%;
	font-family : Comic Sans MS;
	font-style: italic;
	color : red;
	text-align: left;
}

table {
	border=0;
	border-color:black;
}

td { 
	border=0;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:40px;
	padding-right:40px;
}

a:link {font-size:14px;color:white; text-decoration:none;}
a:visited {font-size:14px;color: #A9A9A9; text-decoration:none;}
a:hover {color:yellow; text-decoration:none;}


