*{
	position: relative;
	margin:0;
	padding:0;
	text-align:left;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
}
.img{
	display:none;
}
html{
	position: relative;
	height: 100%;
}

body{
	position: relative;
	height: 100%;
	text-align:center;
	background-image:none;
}
#PAGE h1{
	font-size:20pt;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:solid 1px #666666;
	border-top:solid 1px #666666;
	color:#666666;
}
#PAGE h2{
	font-size:12pt;
	color:#666666;
	font-weight:bold;
}
#PAGE h3{
	font-size:10pt;
	color:#797979;
	font-weight:bold;
}
#PAGE h4{
	font-size:10pt;
	color:#878787;
	font-weight:bold;
}
#PAGE h5{
	font-size:10pt;
	color:#A3A3A3;
	font-weight:bold;
}
#BODYBOX{
  position: relative;
	height: 100%;
	width:100%;
	background-image:none;
}
html>body #BODYBOX{
	height: auto;
	min-height:100%;
}


#CONTENT{
	position:relative;
	width:100%;
	background-image:none;
}

#HEADER{
	display:none;
	background-image:none;
	background-color:transparent;
}
/* --------------------- MENU -----------------------------*/
#MENU{
	display:none;
	background-image:none;
}


#PAGE{
	width:100%;
	line-height:20px;
}

.sous-menu{
	display:none;
}

.nav{
	display:none;
}
#PAGE .fil{
	font-size:10px;
	color:#999999;
	margin-bottom:15px;
}
#PAGE .fil a{
	font-size:10px;
	color:#999999;;
	text-decoration:none;
}
#PAGE .fil a:link{
	text-decoration:none;
	color:#999999;;
	border-bottom-width: 0px;
}
#PAGE .fil a:visited{
	text-decoration:none;
	color:#999999;;
	border-bottom-width: 0px;
}


#FOOTER{
	display:none;
}
.footPrint{
  display:block;
  position:static;
  font-size:9pt;
  margin-top:20px;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:solid 1px #999999;
	border-top:solid 1px #999999;
	text-align:center;
	color:#999999;
}
.ligne{
	background-image:none;
	margin-bottom:20px;
	height:20px;
	width:50%;
	margin-left:25%;
	clear:both;
	border-top:1px dashed #CCCCCC;
}
