  html { background-image: url(fond.jpg);
    }

  .global { margin: 0pt auto;
    padding: 0pt 10px;
    width: 700px;
    }

  .header { display: block;
    background-position: center;
    width: 700px;
    height: 150px;
    background-image: url(header.jpg);
    }
	
  #ban { float: left;
	width : 700px;
	height: 150px;
	}
	
  .page { background-position: center;
    overflow: auto;
    background-image: url(fond_contenu.jpg);
    width: 700px;
    padding-bottom: 50px;
    }
	
  .contenu { font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(105, 105, 105);
	padding-left: 10px;
	padding-right: 15px;
    width: 675px;
    }

  .transition { font-family: Verdana;
    font-size: 11px;
    font-style: normal;
    text-decoration: none;
    color: rgb(70, 70, 70);
    font-weight: normal;
    text-align: right;
    height: 20px;
    width: 680px;
	padding-right: 20px;
    background-image: url(fond_contenu.jpg);
	background-position: center;
    }
	
  .texte { font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: rgb(105, 105, 105);
    }
	
  .texteclair { font-family: verdana;
    color: rgb(192, 192, 192);
    font-style: normal;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    }
	
  a { font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    color: rgb(70, 70, 70);
    }
	
  .titre { font-family: verdana;
    font-weight: bold;
    text-decoration: none;
    color: rgb(94, 94, 94);
    font-size: 13px;
	border-bottom: 1px dotted rgb(153, 153, 153);
    width: 100%;
    }
	
  .titreclair { font-family: verdana;
    color: rgb(192, 192, 192);
    font-style: normal;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    }
	
  .footer { background-position: center top;
    background-repeat: no-repeat;
    width: 700px;
    background-image: url(footer.jpg);
    font-family: verdana;
    font-size: 11px;
    text-decoration: none;
    color: rgb(70, 70, 70);
    font-weight: normal;
    font-style: normal;
    text-align: center;
    padding-top: 5px;
    height: 25px;
    }