html, body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color:black;
}
body {
    margin: 0;
    padding: 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    background-color: #fff;
    color:black;
}
img{
    border:none;
}
.conteneur {
    width: 100%;
    height: 100%;
    position: relative;
}
.header {
    height: 100px;
    padding-top:3px;
}
#w3c{
	clear:both;
	font-size:0.8em;
	vertical-align:top;
	text-align: center;
}
#w3c p{
	margin:0.3em 0.1em 1em 0.1em;
	padding:0;
	text-indent:0:
}
#w3c a{
	text-decoration:none;
}
#w3c ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#w3c li{
	display:inline;
}
.right{
/* 	float:right; */
	position:absolute;
	right:12px;
}
.left{
	float:left;
}
.smaller{
	font-size:0.8em;
}
.small{
	font-size:10px;
}
/*div.headerleft{
    float:left;
}
img.headerright{
    float:right;
}*/
span.head{
    background-color: white;
    color:#3265B0;
}
span.small{
	font-size:10px;
}
span.small a{
	font-size:10px;
}
.headercenter{
	width:100%;
	position:absolute;
	top:20px;
	font-size:25px;
	font-weight:bold;
	text-align:center;
}
.menu {
	float:left;
	/*position: absolute;
	left:0;*/
	width: 150px;
	color:black;
	background-color:#CCCCFF;
}
.frame {
	margin-left: 150px;
	padding-left:3px;
	width:70%;
	border-bottom:1px black solid;
}
p{
	margin: 0 0 10px 0;
}
h1{
	color:#3265B0;	
	font-size:1.8em;
	border:1px #accfff solid;
	padding-left:2px;
	margin-right:3px;
	background-color: #fff;
	position:relative;
}
h2{
	color:#3265B0;	
	font-size:1.4em;
	border:1px #accfff solid;
	padding-left:12px;
	margin-right:3px;
	background-color: #fff;
	position:relative;
}
.menugauche {
	width: 148px;
	padding: 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 0px;
	margin: 0px;
	font: bold 12px verdana,helvetica,arial,sans-serif;
}
.menugauche li {
	list-style: none;
	margin: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 1px solid #000;
}
.menugauche li a {
	display: block;
	width: 112px;
	padding: 4px 8px 4px 8px;
	border-right: 0px;
	border-left: 20px solid #8ca8cf;
	border-bottom: 0px;
	border-top: 0px;
	background: #accfff;
	color: #000;
	text-decoration: none;
	text-align: right;
}
.menugauche a:link{
	color: #000; 
	background: #accfff;
}
.menugauche a:hover {
	border-color: #3265B0;
	color: #ffffff;
	background: #001;
}
.summary li{
	list-style-type:upper-roman;
}
.summary ul li{
	list-style-type:lower-roman;
}

.summary a{
	text-decoration:none;
	color:#3265B0;
	font-weight:bold;
}
.summary a:hover{
	background-color:#3265B0;
	color:#fff;
	text-decoration:underline;
}
#bottom{
	clear:both;
	text-align:center;
	font-size:10px;
}
.clear{
	clear:both;
}
#screenshots{
	text-align:center;
}
#screenshots h2{
	border:none;
	margin-bottom:3px;
}
#screenshots .arrows{
	margin:0 10px 0 10px;
}
.separate{
	list-style-type:none;
	padding:0;
	position:relative;
}
.separate li{
	border-top:1px solid #accfff;
	margin-top:1em;
	padding-top:0.2em;
}
.toplink{
	position:absolute;
	right:20px;
	height:16px;
	width:16px;
	background:url('../images/go-up.png') 50% 50% no-repeat;
}
html>body .toplink{
	right:2px;
}
.hidden{
	text-indent: -5000px;
	font-size: 0px;
	line-height: 1px;
	text-decoration: none;
}
