<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>
  <meta name="author" content="Pascale Lambert" />
  <meta name="generator" content="WebExpert 6" />	   
  <style type="text/css">		
  h1 {text-align:center}
  body {
  padding-left: 1em;
  font-family: Georgia, "Times New Roman",Times, serif;
  color: FireBrick;
  background-color:AliceBlue;
 /*  background-image:url(images/bgimage.png); */
  background-repeat:no-repeat;
  background-attachment: scroll;
  background-position: top center;
  height: 750px;
}
  p {
  margin:0 0px;
  text-align:justify;
  }
  div p {
  width: 75%;
  font-size: 14pt;
  color: DarkBlue;
  text-align:justify;
  }

div#header {
  width: 100%;
  height: 15%;
  text-align: center;
}

div#footer {
  width: 100%;
  height: 5%;
  color: DarkBlue;
  text-align: center;
}

div#main {
  width: 100%;
  height: 75%;
  color: DarkBlue;
  font-size: 14pt;
  text-align: center;
}
#main {
  max-width:1280px;
  min-height:100%;
  margin:0 auto;
  position:relative;
  color: DarkBlue;
  text-align: center;
}

#menu {
float: left;
width: 20%;
  height: 80%;
  font-size: 14pt;
  color: FireBrick;
text-align: left;
}

#content {
margin-left:20%;
width: 80%;
  height: 80%;
  font-size: 14pt;
  color: DarkBlue;
text-align: justify;
}


#masque {
    display: none; /* #masque et son contenu sont invisibles à l'état initial
*/
    position: fixed; /* rend le masque insensible au défilement */
    top:0; right:0; bottom:0; left:0; /* permet de couvrir entièrement la
fenêtre du navigateur, y compris le contenu à l'extérieur de #masque */
    background-color: rgba(0, 0, 0, 0.5); /* couleur de fond semi-transparente
*/
    z-index: 1000; /* assure que #masque est au-dessus de tous les autres
éléments de contenu */}
.fenetre-modale {
    background: #fff;
    padding: 20px;
    border: 10px solid #bbb;
    position: relative;
    margin: 10% auto;
    width: 40%;
    box-shadow: 0px 0px 20px #000;
    border-radius: 5px;
}
img.btn-fermer {
    float: right;
    margin: -55px -55px 0 0;
} 
#header {padding: 0; margin: 0;
  text-align:center;
}
#header h1 {
  text-align:center;
  font-size: 48pt;
  font-variant: small-caps;
  line-height: 50pt;
  page-break-after: "avoid";
  font-color: FireBrick;
@font-face {
 font-family: "URW Palladio L";
}}

#header ul {
 list-style-type:none;
text-align:center;
 }

#header li {
text-align:center;
display: inline;
	list-style: none;
font:0.5em SansationBold,'trebuchet ms', helvetica, arial, sans-serif bold;
font-variant:small-caps;
letter-spacing:0.04em;
padding:0;
margin:0 10px 0 0;
background-color:#FFFFFF;
background-color:rgba(255,255,255,0.1);
-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
}

#header ul li a {
display:inline;
width:122px;
text-decoration:none;
text-align: center;
padding:6px 0;
color:blue;
/* background-color:E9967A;
background:rgba(223,63,63,0.8); */
opacity:1.0; 
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:30.0pt;
  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 }

p.l {
color: DarkBlue;
margin-left: auto;
margin-right: auto;
text-align: center;
}

table {
    border-collapse: collapse;
    width: 80%;
}

th, td {
    padding: 8px;
    text-align: left;
    color: DarkBlue;
}
.l {
list-style-type: none;

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

footer{
position:absolute;
bottom:0;
width:100%;
padding-top:0px;
height:0px;/
text-align: center;
}

#slideShowImages { 
text-align: center;
/* The following CSS rules are optional. */
/*      border: 1px gray solid;
      background-color: lightgray; */
    }   
  
    #slideShowImages img { /* The following CSS rules are optional. */
/*      border: 0.8em black solid;
      padding: 3px; */
    }
</head>
</style>
/*  body{
    margin: 0px;
    padding: 0px;
} */

