body
{
	background:#336699;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
	margin:8px 0 16px;
	text-align:center;
}

div#main {
	width: 880px;
	height:600px;
	margin: 20px auto;
	padding: 10px 10px;
	text-align:left;	
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	overflow: auto;	
	background-image:linear-gradient(to right, #336699,#E6E6E6);
	border: 1px solid black;
	border-radius:10px 10px;
	font-family: Georgia;
	color:#FAFAFA;
}

div#entete,  div#piedPage {
	width: 900px;
	height:100px;
	margin: 20px auto;
	padding: 0px 0px;
	background-image:linear-gradient(to right, #336699,#E6E6E6);
	border: 1px solid black;
	border-radius:10px 10px;
}

#colonneLogo {
	width:50px;
	margin-left:20px; 
	margin-top:20px;
	float:left;   
}

#colonneTitre {
    width:830px; 
	height: 100px;
	text-align :center;
	margin-top:25px;
    float:right;
	font-size:40px;
	font-family: Georgia;
	font-weight:bold;
	color:#FAFAFA;
}

#colonne1 {
	width:400px;
	margin-left:20px; 
	margin-top:20px;
	float:left;
	text-align:left;
}
#colonne2 {
	width:100px;
	margin-left:20px; 
	margin-top:20px;
	float:left; 
	text-align:left;	
}
#colonne3 {
	width:200px;
	margin-left:20px; 
	margin-top:20px;
	float:left; 
	text-align:left;	
}




div#global {
	width: 900px;
	margin: 20px auto;
	padding: 0px 0px;
	background: white;	
	border: 0px solid black;
	border-radius:10px 10px;
}

p#idp { 
	margin-top : 0px; 
	margin-bottom : 0px;
	background-color: #F2F2F2; 
} 

.releve table  { 
  border-collapse:collapse; 
}
.releve th { 
  border-left:1px solid #000000; 
  border-right:1px solid #000000; 
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}  
.releve tr { 
  border-left:1px solid #000000; 
  border-right:1px solid #000000; 
} 
.releve td { 
  border-left:1px solid #000000; 
  border-right:1px solid #000000; 
} 

#cssmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  display: block;
  height: 36px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background: transparent url("../image/off.gif") repeat-x top left;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  border-bottom: 4px solid #004c99;
  border-top: 1px solid #74b0c6;
  width: auto;
}
#cssmenu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#cssmenu li a {
  display: block;
  float: left;
  color: #6d7078;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 20px 0 20px;
  height: 24px;
  background: transparent url("../image/divider.gif") no-repeat top right;
}
#cssmenu li a:hover {
  background: transparent url("../image/hover.gif") no-repeat top right;
  color: #6d7078;
}