body { 
	font-family:  Geneva,sans-serif;
	background-color: 	 #696969;	
}
	
a:link {color: #D3D3D3; /* text-decoration: none ;*/ font-weight:bold;}     /* unvisited link */
a:visited {color: #D3D3D3}  /* visited link */
a:hover {color: 	#F8F8FF}   /* mouse over link */
a:active {color: 	#F8F8FF}   /* selected link */

DIV.outer {
	position: relative;
    left: 50%;
    /*top: 50%;*/
    width: 800px;
      	/*height: 6000px;*/
    margin-left: -400px; /* half of width */
    margin-top: 50px;  /* half of height */
	padding-left:0px;
	padding-bottom:20px;
	background-color: #808080;
}


.title1 {
	color: #EE7B04; 
	letter-spacing: 4px;
	font-size: 26px;
	font-weight:bold;
	text-align:center;
	line-height: 200%;
}


.title2 {
color: 	#FF8C00; 
	letter-spacing: 3px;
	font-size: 18px;
	font-weight:bold;
	padding: 5px;
	/*line-height: 160%;*/
	/*text-align:center;*/
}

.bodytext {
	color: 	#D3D3D3; 
	font-size: 13px;
	letter-spacing: 1px; 
	padding: 10px;

}

td.entete {
	padding-left: 0px;
}

table.entete {
	position: relative;
	left: 75px 
}

DIV.bloc {
	background-color: #808080;
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px; /* half width */
	padding-left:0px;
	padding-bottom:10px;
}

table.bloc {
	position: relative;
	left: 40px 
}


/* Taken from web */
div.container
{
width:100%;
margin:0px;
border:1px solid gray;
line-height:150%;
}
div.header,div.footer
{
padding:0.5em;
color:white;
background-color:gray;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:160px;
margin:0;
padding:1em;
}
div.content
{
margin-left:190px;
border-left:1px solid gray;
padding:1em;
}	
	

