body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
}

a, a:visited {
    color: #006A9F;
}

a:hover {
    color: #002A5F;
    text-decoration: underline overline;
}


#top {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 70px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: url(../img/fond.png);
	background-repeat: no-repeat;
}


#leftmenu {
	overflow: auto;
	position: absolute;
	width: 250px;
	left: 10px;
	top: 80px;
	bottom: 10px;
	background-color: #FFFFFF;
}

.subleftmenu {
/*    width: 120px;
    float: left;*/
	margin: 5px;
	border: 1px dotted #999999;
	color: #000000;
	background-color: #CCCCCC;
	
/*	background-image: url(../img/subleftmenu.gif);
	background-repeat: repeat-y;*/
}

.subleftmenu img {
    margin: 3px;
}

.subleftmenu h1 {
	font-size: 130%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	height: 30px;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(../img/hoverbg2.png);
	background-repeat: repeat-x;
}

.subleftmenu h2 {
    font-size: 100%;
	font-weight: bold;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

.subleftmenu_hard {
	font-weight: bold;
    color: #FF0000;
    background-color: inherit;
}

.subleftmenu h3 {
    font-size: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

.subleftmenu ul {
	padding: 0px;
	list-style: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 20px;
}
.subleftmenu li {
	margin:0;
	text-indent:-15px;
	padding: 0px 0px 0px 15px;
}




#content {
	overflow: auto;
	position: absolute;
	left: 270px;
	top: 80px;
	right: 10px;
	bottom: 10px;
	border: 1px solid #000000;
	text-align: center;
	background-image: url(../img/fond.png);
	background-repeat: no-repeat;
}

#content h1 {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}

#content h2 {
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}

#content h3 {
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 70px;
    margin-right: 20px;
    padding-left: 30px;
    border: 1px solid #000000;
    background-image: url(../img/hoverbg3.png);
    background-repeat: repeat-x;
}

#content h4 {
    font-size: 100%;
    font-weight: bold;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
}

#aide {
	overflow: auto;
	position: absolute;
	left: 270px;
	right: 10px;
	bottom: 10px;
    height: 100px;
	border: 1px solid #000000;
    background-color: #C0C0C0;
    color: #000000;
	text-align: center;
}

form {
    margin: 0px;
}

.login_input {
	width: 180px;
	height: 20px;
	border: solid 1px #666666;
	font-size: 100%;
}

.login_input_err {
	width: 200px;
	height: 20px;
	border: dashed 2px #FF0000;
	font-size: 100%;
}


/*
#loading {
	font-size: 200%;
	font-weight: bold;
	color: #0000FF;
	background-color: #999999;
	border: 1px solid #000000;
	text-align: center;
	position: absolute;
	left: 20%;
	top: 20%;
	right: 20%;
	bottom: 20%;
	z-index: 100;
}*/
#confirm {
    position: absolute;
    bottom: 100px;
    right: 50px;
    left: 310px;
    top: 170px;
    color: #000000;
    text-align: center;
    border: 5px solid #000000;
    background-color: #C0C0C0;
    background-image: url(../img/fond.png);
	background-repeat: no-repeat;
    z-index: 101;
    overflow: auto;
}


#loading {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
//	width:200px;
//	height: 100px;
    color: #0000FF;
/*    background-image: url(../img/loading.png);
    background-repeat: repeat;*/
    background-color: #FFFFFF;
    opacity: 0.7;
    filter:alpha(opacity=70);
    z-index: 100;
}

#loading2 {
    position: absolute;
    bottom: 40%;
    right: 30%;
    left: 30%;
    top: 40%;
    color: #0000FF;
    font-size: 300%;
    text-align: center;
    background-color: #999999;
	border: 1px solid #000000;
}

#js {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 200%;
	font-weight: bold;
	text-align: center;
    z-index: 110;
}

.debug {
    font-size: 10px;
}

.striked {
    text-decoration: line-through;
    font-style: italic;
    background-color: #999999;
    color: #DDDDDD;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { font-size: 100%; margin: 0; }

.noblock {
    display: inline;
}

form {
	display: inline;
}
