<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <title>CSS Debutant : Exemple de base d'utilisation d'image de fond en CSS</title>
  <style type="text/css">		
</head>
  h1 {text-align:center}
  body {
  text-align: center;
  width: 75%
  padding-left: 1em;
  font-family: Georgia, "Times New Roman",Times, serif;
  color: FireBrick;
  background-color:AliceBlue;
  height: 1000px;
}
  p {
  margin:0 100px;
  text-align:justify;
  }
  div p {
  font-size: 14pt;
  color: DarkBlue;
  text-align:justify;
  }
  
  </style>
#header {padding: 0; margin: 0;
  text-align:center;
}
#header ul {
 list-style-type:none;
text-align:center;
 }

#header li {
text-align:center;
display: inline-block;
	list-style: none;
font:1em SansationBold,'trebuchet ms', helvetica, arial, sans-serif bold;
font-variant:small-caps;
letter-spacing:0.06em;
padding:0;
margin:0 10px 0 0;
background-color:#FFFFFF;
background-color:rgba(255,255,255,0.5);
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

#header ul li a {
display:inline-block;
width:182px;
text-decoration:none;
text-align: center;
padding:6px 0;
color:blue;
background-color:E9967A;
background:rgba(223,63,63,0.8);
opacity:0.6;
font-weight:bold;
}

#header ul li a:hover {
color:87CEFA;
background-color:E9967A;
background:rgba(223,63,63,0.8);
opacity:1.0;
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }
h1 {
  font-size:20.0pt;
  text-align: center:
  font-family: Times, Geneva, Arial,
        SunSans-Regular, sans-serif }
ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black }
ul.navbar a {
  text-decoration: none }

a:link {
  color: blue }
a:visited {
  color: purple }
address {
  margin-bottom: 1em;
  padding-top: 1em;
  border-top: none }

footer{
position:absolute;
bottom:-230px;
width:100%;
padding-top:0px;
height:0px;
color: DarkBlue;
text-align: center;
}

