
html {
	width: 100%;
	height: 100%;
	scrollbar-face-color: #e9e9e9; /* Spécial IE : style des ascenceurs.. Défini ici dans 'html' et pas 'body' : pour satisfaire IE6 */
	scrollbar-highlight-color: #dcdcdc;
	scrollbar-shadow-color: #383838;
	scrollbar-3dlight-color: #e9e9e9;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #e9e9e9;
	}
 	* html { voice-family: "\"}\""; voice-family: inherit; overflow: hidden; } /* Correction IE 6 : masquage de l'ascenceur général */

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	background-color: #666666;
	font-family: "Times New Roman", serif;
	font-size: 120%;
	color: #ffffff;
	}

.header {
	width: 100%;
	height: 36px;
	margin: 0px;
	background-image: url("fond.jpg");
	font-family: "Times New Roman", serif;
	
	font-size: 100%;
	color: #fff;
	padding: 5px

	}

.banner {
	position: absolute;
	left: 50%;
	margin-left: -234px;
	top: 0px;
	width: 540px;
	height: 36px;
	text-align: center;
	background-image: url("fond.jpg");
font-family: "Times New Roman", serif;
	font-size: 30px;
	color: #ffffff;

	}

.menu {
	position: absolute;
	top: 36px;
	bottom: 0px;
	width: 90px;
	height: expression(document.body.clientHeight - 56 + "px"); /* Correction IE qui ne comprend pas les associations top+bottom & left+right */
	left: 0px;
	overflow: hidden;
	background-image: url("fond.jpg");
font-family: "Times New Roman", serif;
	font-size: 90%;
	color: #99bb99;

	}


.frame {

	position: absolute;
	top: 36px;
	bottom: 20px;
	left: 90px;
	right: 0px;
	height: expression(document.body.clientHeight - 56 + "px"); /* Correction IE, encore */
	width: expression(document.body.clientWidth - 90 + "px"); /* Correction IE, suite */
	margin: 0px;
	padding: 5px;
	overflow: auto;
	text-align: center;
	background-image: url("fond.jpg");

font-family: "Times New Roman", serif;
	font-size: 100%;
	color: #ffffff;

	}

.align{
text-align:justify;
}
.align-right {
 float:right; margin: 0 0 0px 0px;
 }
.align-left {
 float:left; margin: 0 0px 0px 0;
 } 
.colormenu {
color: #9ff;
}

.footer {
	position: absolute;
	width: 100%;
	height: 20px;
	padding: 0px;
	left: 90px;
	bottom: 0px;
	margin: 0px;
	overflow: hidden;
	text-align: left;
	background-image: url("fond.jpg");
font-family: "Times New Roman", serif;
	font-size: 80%;
	color: #9ff;

	}

div.leftaccueil {
 	float: left;
margin: 0px;
padding-left: 5%;

 }

div.rightaccueil {
 	float: right;
margin: 0px;
padding-right: 5%;

 }

div.xiti {
 	width: 50px;
	position:absolute; bottom:0% ; margin-bottom:0px
 }



h1 {
 font-size: 110%; 
 color: #eeeeee; 
 text-align: left;
 }
h2 {
 font-size: 105%; 
 color: #eeeeee; 
 padding-left: 0px;
 }

p,ul,li,td {
 color: #eeeeee; 
text-decoration: none ;

 }

#nav {
				width: 90px ;
				list-style: none ;
				margin: 4px ;
				padding-left: 2px ;
				}
			#nav li {
				background: #055 ;
				color: #9ff ;
				border: 0px solid #333 ;
				margin-bottom: 3px ;
				padding: 0px 0px ;
				line-height: 140% ;
				}
			#nav li a {
				display: block ;
				background: #033 ;
				color: #fff ;
				font-family: "Times New Roman", serif;
				text-align: left ;
				text-decoration: none ;
				}
			#nav  b {
				display: block ;
				background-image: url("fond.jpg");
				border: 0px 
				color: #fff ;
				font-family: "Times New Roman", serif;
				text-align: left ;
				text-decoration: none ;
				}

			#nav li a:hover, #nav li a:focus, #nav li a:active 				{
				background: #aaa ;
				text-decoration: none ;
				}

a {
				text-decoration: none ;
				}
#navfoot {
				width: 240px;
				list-style: none ;
				margin: 0 ;
				padding: 0 ;
				}
			#navfoot li {
				background: #c00 ;
				/*color: #fff ;*/
				border: 1px solid #000 ;
				margin-bottom: 1px ;
				}
			#navfoot li a {
				display: block ;
				background-image: url("fond.jpg");
				color: #9ff;
				font-family: "Times New Roman", serif;

				line-height: 1em ;
				padding: 4px 4px ;
				text-align: center ;
				text-decoration: none ;
				}
			#navfoot li a:hover, #navfoot li a:focus, #navfoot li a:active {
				background: #5aa ;
				text-decoration: none ;
				}
		