	body {
		position: absolute;
		background: #EEE;
		left: 50%;
		margin-left: -350px;
		font-family: Tahoma;
		margin-top: 5px;
		z-index: 100;
		font-size:80%;
	}
	
	#main {
		width: 710px;
		/*height: 600px;*/
		position: absolute;
		background: #FFF;
		border: 1px #000000 solid;
		padding: 5px;
	}
	
	#banniere {
		/*background: #000000;*/
		height: 120px;
		width: 700px;
		position: absolute;
		z-index: 98;
		background-image: url('../topbanner2.gif');
	}
	
	#banniere img {
		border: 1px solid #000000;
		/*width: 700px;*/
	}
	
	#connexion {
		position: absolute;
		z-index: 97;
		width: 270px;
		height: 100px;
		border: 1px solid #000000;
		/*text-align: center;*/
		top: 4px;
		left: 414px;
		padding: 5px;
		/*background: #FFF;*/
		
	}
	
	#connexion input{
		/*margin: 5px;*/
		/*background: #FFF;*/
		/*float: left;*/
		/*width: 100px;*/
	}
	
	#connexion td{
		margin-top:5px;
	}
	
	#contenu {
		top: 165px;
		position: absolute;
		z-index: 96;
		/*background: #FFF;*/
	}
		
	#affichage {
		width: 678px;		
		height: auto;
		min-height: 400px;
		background: #FFFFFF;
		border: 1px #000000 solid;
		padding: 10px 10px 10px 10px;
		color: #000000;
		/*margin-left: 30px;*/
		_height: 400px; // underscore hack uniquement interprété par IE Win
		
	}
	
	#affichage #client {
		width: 150px;
		height: 150px;
		border: solid 1px black;
		background: #CCC;
	}
	
	#affichage h1 {
		font-size: 100%;
		border: 2px solid #000000;
		background: #FAA42D;
		padding: 5px;
		margin-top: 12px;
		color: #000000;
	}
	
	#affichage p {
		border: 1px solid #000000;
		padding: 5px;
		font-size: 80%;
		margin-top: 0px;
		color: #000000;
	}
	
	#footer {
		width: 678px;
		border: solid 1px #000;
		top: 590px;
		padding: 10px;
		margin-top: 5px;
		background: #FFF;
	}
	
	#footer img {
		border: 1px solid #FFFF00;
	}
	
	a:link {color: #FFFF00; text-decoration: none;}   
	a:visited {color: #FFFF00; text-decoration: none;} 
	a:hover {color: #FFFF00; text-decoration: underline;}   
	a:active {color: #FFFF00; text-decoration: underline;}  
	
	
	dl, dt, dd, ul, li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	#menu {
		position: absolute; /* placement du menu, à modifier selon vos besoins */
		top: 129px;
		left: 75px;
		z-index:100;
		width: 100%; /* correction pour Opera */
	}
	#menu dl {
		float: left;
		width: 135px;
		margin: 0px;
	}
	#menu dt {
		cursor: pointer;
		text-align: center;
		font-weight: bold;
		/*background: #6EC5FF;*/
		/*border: 1px solid gray;*/
		margin: 0px;
	}
	#menu img {
		border: 1px solid black;
	}
	#menu dd {
		display: none;
		border: 1px solid gray;
	}
	#menu li {
		text-align: center;
		background: #339DFF;
	}
	#menu li a, #menu dt a {
		color: #000;
		text-decoration: none;
		display: block;
		height: 100%;
		border: 0 none;
	}
	#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
		background: #6EC5FF;
	}





