body {
  margin:0;
	text-align: center;
	background-color: #000000;
  }

a {
  font:verdana;
  color:#ffffff;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }
a:active {
  color:blue;
  }
  
div#global {
	width: 800px;
	margin-left: 0px;
	margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  border: 0px black none;
  background-color: #000000;
	}
	
div#partieGauche {
	height:185px;
	width:220px;
  }
  .tablePartieGauche {
    width:220px;
    }
  #logo {
  	text-align:center;
  	height:185px;
  	width: 220px;
    }
  #menu {
  	text-align:left;
  	vertical-align:top;
  	height:315px;
  	width: 220px;
    background-color: #000000;
    }
  #contact {
  	height:80px;
  	width: 220px;
    background-color: #000000;
    }
    
div#partieDroite {
	height:185px;
	width:585px;
  }
  .tablePartieDroite {
    width:580px;
    }
  div#vignettes {
  	height:65px;
  	width: 580px;
  	text-align:center;
  	padding-top:120px;
    }
  .vignetteNormale {
    border: 2px solid #000;
  }
  .vignetteSelectionnee {
    border: 2px;
	  border-color: gray;
    border-style: dotted;
  }
  .tableVignettes {
  }
  .tableVignettes td {
    height:50px;
    padding-left:0px;
   }
  div#centre {
  	height:335px;
  	width: 498px;
  	text-align:center;
    background-color: #000000;
    padding-left:38px;
    }
  .tableCentre {
    border: 1px solid #616672;
  	}
  div#vide {
  	height:80px;
  	width: 580px;
  	text-align:center;
    background-color: #000000;
    }
  .spacer30 {
  width:30px;
  }
  .spacerheight {
  height:6px;
  }
  .text {
  font: 7pt verdana;
  color: #ffffff;
  text-align:left;
  }
  .text2 {
  font: 9pt verdana;
  color: #ffffff;
  text-align:left;
  }
  .cursorOn {
    cursor:hand;
  }
  .cursorOff {
    cursor:not-allowed;
  }

  div#croissant {
	width:560px;
	height:580px;
	background-color:#000000;
  }
