
body {
	font: 10pt arial;
	word-spacing: 2px;
	color:#333;
	background-color: #ddd;
    margin: 0;
}

div#menu{
    float: left;
    width: 170px;
    color:#fff;
    text-align: left;
}

#menu p {
    color: #aaa;
    margin: 0px;
    margin-left: 10px;
    padding: 10px;
	font: 8pt arial;
}
#menu p a{
    color: #888;
    text-decoration: none;
}

#menu p a:hover {
	text-decoration: underline;
}

#menu ul {
    margin: 0px;
    margin-left: 10px;
    padding: 10px;
    background-color: #fff;
	font: 8pt arial;
    font-weight: bold;
    border: 1px #bbb solid;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#menu li {
	list-style:none;
}

#menu li a {	
	text-decoration:none;
	display:block;
	padding:5px;
    font
}

#menu li a:hover {
	text-decoration: underline;
}

 #menu li a.active {
	color: #555;
}

div#wrapper{
    margin-left: 180px;
    min-height: 500px;
    max-width: 600px;
    display: block; 
    padding: 0px;
	background-color: #fff;
    background-image: url(https://openimpro.sourceforge.net/images/content_bg.png);
    background-repeat: repeat-x;
    border-top: 1px #284676 solid ;
    border-bottom: 1px #999 solid ;
    margin-right: 10px;
}

div#contenu {
    padding: 10px;
    padding-top: 0px;
    
}

div#wrapper div#sidebar{
    margin-left: 10px;
    padding: 10px;
    float: right;
    width: 200px;
    background-color: #93afdb;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
div#wrapper div#sidebar p {
    margin-top: 0px;
}
div#wrapper div#sidebar img {
    float: left;
    margin: 5px;
}

div#footer {
    color: #888;
    background-color: #eee;
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 40px;
    border-top: 3px #999 solid ;
}

div#footer p {
    margin-top: 0px;
    max-width: 770px;
}

a {
    color: #333;
}

div#header {
    height: 90px;
    color: #555;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 3px #284676 solid ;
}

div#header h1{
    margin-bottom: 10px;
}

div#header img{
    float: left;
    margin-right: 10px;
}

div#header li {
    font-size: 14pt;
    color: #284676;
	display:inline;
	list-style:none;
	margin:0 20px 0 0;
}

div#header li a {
    color: #284676;
    text-decoration: none;
}

div#header li a:hover {
    text-decoration: underline;
}

h2 {
    background-color: #284676;
    color: #fff;
    margin: 0;
    padding: 10px;
}

h3 {
    border-top: 5px #ddd solid ;
    color: #444;
    padding: 5px;
}

input,textarea,select {
    background-color: #f9f9f9;
    border: 1px #999 solid;
	font: 10pt arial;
    padding: 4px;
}

input:focus,textarea:focus,select:focus {
    background-color: #fbe6d4;
    border: 1px #284676 solid;
}
input:hover,textarea:hover,select:hover {
    border: 1px #284676 solid;
}

input.btn {
    font-weight: bold;
    background-image: url(https://openimpro.sourceforge.net/images/button.png);
    width: 100px;
    height: 30px;
    border: 0;
    color: #fff;
}
input.btn:hover {
    background-image: url(https://openimpro.sourceforge.net/images/button_hover.png);
    width: 100px;
    height: 30px;
    border: 0;
}
input.btn_soft {
    background-image: url(https://openimpro.sourceforge.net/images/button2.png);
    width: 100px;
    height: 30px;
    border: 0;
    color: #fff;
}
input.btn_soft:hover {
    background-image: url(https://openimpro.sourceforge.net/images/button2_hover.png);
    width: 100px;
    height: 30px;
    border: 0;
}

table {
    font: 10pt arial;
    border-collapse: collapse;
}

table th {
    height: 20px;
    text-align: right;
    padding-right: 10px;
    color: #555;
}

table.listing {
    border-top: 1px #999 solid ;
    border-bottom: 1px #999 solid ;
    font-size: 9pt;
}

table td {
    color: #333;
}

table.listing tr{
    background-color: #ddd;
    border-bottom: 1px #999 solid ;
    height: 30px;
}


table.listing tr.odd{
    background-color: #eee;
    border-bottom: 1px #bbb dotted ;
}

table.listing tr.even{
    background-color: #f9f9f9;
    border-bottom: 1px #bbb dotted ;
}

table.listing tr.even:hover{
    background-color: #fff;
}

table.listing tr.odd:hover{
    background-color: #f9f9f9;
}

table.listing th {
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

table.listing td {
    color: #333;
    padding: 5px;
}

