/*
html, body {
	height: 100%; 
}
*/
BODY {
  /*
	FONT-SIZE: 1em;
  */ 
  LINE-HEIGHT: 1; 
  FONT-FAMILY: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
  background-color:#600c0c;
  color:white;
  margin:15px;
}
/*
BODY {
  background-color:#235a4d;
}
*/
#cornleft{
  width:150px;
  height:75px;
  position: absolute; 
  top: 0px; 
  left: 0px;
}
TH {
  FONT-SIZE: 12px;
}
TD {
	FONT-WEIGHT: bold; 
  COLOR: #339999; 
  MARGIN-RIGHT: 20px;
  FONT-SIZE: 12px;
}

.bon 	{
  COLOR: #22AAAA; 
  BACKGROUND-COLOR: #00FF00; 
  TEXT-ALIGN: center;
}

#cornright{
  width:150px;
  height:75px;
  position: absolute; 
  top: 0px; 
  right: 0px;
}

hr {
  color:white;
  line-height: 4;
}

#entete {
  line-height:0;
  background-color:#600c0c;
  padding-top:0px;
  /*ùpadding-bottom:10px;*/
  /*margin:0;*/
}
#entete p{
  color: #F0E39E;
  font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
  font-style:italic;
	font-size: 1.5em; /* -> 8 */
	font-style: italic;  
}

a {
  color: #F0E39E;
}

u {
  color: #F0E39E;
}

#global{
  background-color:#235a4d;
}
/* Menu de navigation */
#navigation {
  /*background-color:#2C2F22;*/
  background-color:#235A4D;
}
#navigation ul {
  text-align:center;   
  /*color: #ff0000;
  background-color:#2C2F22;*/
  text-align:center;   
  /*color: #ff0000;
  background-color:#2C2F22;*/
}

/* Listes */
/*
#corps{
  background-image:url(work3.jpg);
  background-repeat:no-repeat;
  background-position:top center; 
  text-align:center;
  background-color:#235a4d;
  height:1000px;
  /*margin-left:auto;
  margin-right:auto; *//*
  margin:auto;
  width:800px;
}  
*/
#corps1{
  background-image:url(work6.jpg);
  background-repeat:no-repeat;
  background-position:top center; 
  text-align:center;
  background-color:#235a4d;
  height:3000px;
  /*margin-left:auto;
  margin-right:auto; */
  margin:auto;
  width:800px;
}  

#corps ul, #corps1 ul{
  list-style-type:none;
}

#corps li, #corps1 li{
  font-weight:bold;
  FONT-SIZE: 1em; 
  LINE-HEIGHT: 1; 
}

