body {
    width: 780px;
    font-family: arial, helvetica, sans-serif;
    background: #ddd;
    text-align: center;
    margin: 10px auto; 
}
legend {
    font-size: 11px;
    font-style : italic;
}
label {
    font-size: 11px;
}
input {
    font-size: 11px;
}
a {
    color: #f30;
    text-decoration: none;
}
a:hover {
    color: #000;
}
div#container {
    width: 780px;
    background: #fff;
    color: #333; 
    border: 1px solid #666;
    text-align: left;
}
div#header {
    height: 108px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-bottom: 5px solid #000;
    clear: both;
}
div#mainmenu {
	margin: 0px 0px 0px -16px;
	padding: 0px 15px 0px 15px;
	text-transform: uppercase;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	white-space: nowrap;
	display: inline;
}  
div#mainmenu a {
    width: 78px;
    height: 12px;
    padding: 5px;
	float: left;
	border-style: none;
	border-right: 1px solid #000;
	text-align: center;
	text-decoration: none;
	color: #f30;
}  
body#home #mainmenu a#one, 
body#documents #mainmenu a#two,
body#decryptage #mainmenu a#three,
body#liens #mainmenu a#four,
body#ecrire #mainmenu a#five{ 
    background: #000; 
    color: #fff;
}
div#mainmenu a:hover {
	color: #fff;
	background: #f30;
	border-bottom-width: 0;
}
div#content {
    width: 560px;
    border-right: 1px solid #666;
    padding: 10px;
    float: left;
}
div#content p, div#content td, div#content li {
    font-size: 12px;
}
div#content h1 {
    margin: 0 0 .5em 0;
    font-size: 20px;
}
div#content h2 {
    margin: 0 0 .5em 0;
    font-size: 17px;
}
div#content h3 {
    margin: 0 0 .5em 0;
    font-size: 15px;
}
div#right {
    width: 170px;
    margin-left: 580px;
    padding: 20px 10px 10px 10px;
}
div#right p, div#right td, div#right li {
    font-size: 11px;
    margin: 0;
}
div#footer {
    clear: both;
    height: 50px;
    margin: 0;
    padding: 0 10px 0 10px ;
    font-size: 10px;
    color: #333;
    background-color: #ddd;
    border-top: 1px solid #666;
}
img {
    border: none;
    text-align: center;
    margin: 2px auto;
}
.notes {
    font-size: 10px;
}
.errmsg {
    font-weight: bold;
    color: red;
}
