body {
	margin: 0px;
	padding: 0px;
	/* couleur du fond de la page */
	background-color: #fff;
	background-image: url("http://www.prowiki2.org/upload/LaurentLunati/cook-fond.png");
	background-repeat: repeat;
	/* police de la page */
	font-family: sans-serif;
	font-size: 12px;
	color: #000;
	/* pour centrer le bloc container dans IE */
	text-align: center;
	}
/* liens generik */
a:link,a:active, a:visited{
color: #333366;
font-weight: 800;
text-decoration: none;
	}

a:hover {
	color: #0000FF;}
/* positionnement generik */
.floatl{float: left;}
.floatr{float: right;}
.clearb{clear: both;}

/* Les containers */
#container {
	width: 700px;				/* dimensions du bloc 				*/
	margin: 0px auto;			/* utliliser padding ou margin..	*/
	margin-bottom: 50px;
	padding: 0px;				/* ..sur les autres container 		*/
	border: 0px;	/* !!! calcul de taille IE5x 		*/
	text-align: left;			/* remise a zero					*/

	background-image: url("http://www.prowiki2.org/upload/LaurentLunati/cook-content.png");
	background-repeat: repeat-y;
	}

#header {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
#header h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 700px;
	height: 326px;
	background-image: url("http://www.prowiki2.org/upload/LaurentLunati/cook_header.jpg");
	}
#header h1 span{
	display: none;}
#header h2 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: 100;
	text-align: center;
	margin: 0px;
	margin-top: 0.5em;
	color: #333;}
#header h2 span{}

#content {
	margin:50px;
	border: 0px;
	}
#content h3 {
	font-size: 1.6em; 
	font-style: italic;
	color: #212349;
	border: 0px;
	border-bottom: 1px solid #212349;}
#content ul{
	list-style-image: none;
	list-style-type: none;
	}
#content li{
	font-family: monospace;
	font-size: 80%;
	line-height: 1em;
	color: #555;
	}
#content p{
	line-height: 1.4em;}
#content h4 {
	font-size: 1em; 
	color: #212349;
	margin-bottom: 0em;
}


#content table {
  margin:0 0 0 0;
  border:2px solid #222;
  font-size:80%;
  color:#dcc077;
  padding: 0px 0px 0px 0px;

  border-collapse:collapse;
  background-color: #675956;
  }
#content table.noborder {
  margin:0 0 0 0;
  border: 0px hidden;
  font-size:80%;
  color:#ffffff;
  padding: 0px 0px 0px 0px;

  border-collapse:collapse;
  }
#content td {
  border:1px solid #222;
  padding: 5px;
  line-height:1.1em;
  }
.noborder td {
 border:0px hidden;
  padding: 2px 2px 2px 2px;
  line-height:1.1em;
  }
 
#content td.righthide {
  border-collapse:collapse;
  /*Drawing border of background color */
  border-right: 1px solid #675956;
  padding: 2px 2px 2px 2px;
  line-height:1.1em;
  }
#content td.toprighthide {
  border-right: 1px solid #675956; 
  border-top: 1px solid #675956; 
  /* border-right: hidden; */
  /* border-top: hidden; */
  padding: 2px 2px 2px 2px;
  line-height:1.1em;
  }
#content td.empty {
  background-color: #466;
}
#content td.vertical{
  text-align:center;
  vertical-align: middle;
}
#content th {
  border:1px solid #222;
  border-bottom:2px solid #222;
  padding: 2px 2px 2px 2px;
  font-weight:bold;
  }
.copy {
  font-size:60%;
}




#nav {
	margin-top: 5em;
	border: 0px solid #555;
		border-top: 1px solid #336;
	}
.floatl{
	float: left;
	padding: 0px;
	padding-top: 10px;
	}
.floatr{
	float: right;
		padding: 0px;
	padding-top: 10px;
	}
#contact span.clearb{
	display: block;				/* obligatoire avec span			*/
		}

#footer {
	margin: 0px;
	padding-bottom: 1em;
	text-align: center;
	border: 0px;
	background-image: url("http://www.prowiki2.org/upload/LaurentLunati/cook_footer.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	}
#footer p{}
