@charset "iso-8859-1";
body { 
    width: 100%; 
    font-family: arial, helvetica, sans-serif; 
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}
h1, h2, h3 { 
    font-weight: normal;
    color: #333;   
}
h1 {
    border-left : 10px solid #fc0;
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #09c;
}
h2 { 
    font-size: 17px;
}
h3 {
    font-size: 15px;
}
h4 {
    font-size: 14px;
}
hr { 
    border-top: 1px dashed #ccc;
}
legend {
    font-size: 11px;
    font-weight: bold;
}
label {
    font-size: 11px;
}
input, option {
    font-size: 10px;
}
div#container { 
    width: 100%;
    padding: 0;
    background: #fff;
}
div#page { 
    padding: 0;
    text-align: left;
}
div#page a, div#footer a { 
    color: #09c;
    text-decoration: none;
}
div#page a:hover, div#footer a:hover { 
    color: #000;
}
div#page p { 
    color: #333;
}
div#header { 
    height: 100px; 
    background: #09c; 
    padding: 0; 
    margin: 0;
    text-align: left;
    clear: both;
}
div#menu { 
    width: 100%;
    height: 22px;
    background: #ebebeb;
    border: none;
    margin: 0;
    padding: 0;
}
div#menu a { 
    height: 18px;
    background: #ebebeb;
    border-top: none;
    border-left: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
    padding: 5px 10px 0 10px;
    margin: 0;
    color: #09c;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    font: bold 11px arial, helvetica, sans-serif;
}
div#menu a:hover { 
    color: #000;
    background: #ccc;
}
div#menu a:active { 
    background: #fc0; 
    height: 18px;
    color: #fff;
}
body#home #menu a#one, 
body#marmottan #menu a#two, 
body#publications #menu a#three, 
body#base #menu a#four, 
body#infomed #menu a#five, 
body#formations #menu a#six, 
body#faq #menu a#seven,
body#liens #menu a#height { 
    background: #09c; 
    height: 18px;
    border-top: none; 
    border-right: 1px solid #09c;
    padding: 5px 10px 0 10px;
    margin: 0;
    color: #fff; 
}
div#page  {
    margin: 0; 
    padding: 0;
    border-top: 1px solid #ccc;
    background: #fff;
    list-style-image: url(http://www.hopital-marmottan.fr/images/li.gif);
    clear: both;
}
div#main { 
    width: 70%; 
    padding: 10px 10px 5px 10px;
    border-right: 1px solid #ccc;
    font-size: 12px;
    overflow: visible; 
    float: left;
}
div#main li {
    font-size: 11px;
}
div#right { 
	margin-left: 73%;
    padding-top: 10px; 
	padding-left: 10px;
    font-size: 11px;
    overflow: visible; 
}
div#footer { 
    width: 99%; 
    padding: 5px 0 0 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc; 
    font-size: 10px; 
    clear: both;
}
.notes { 
    font-size: 11px;
}
.errmsg {
    font-weight: bold;
    color: #f30;
}
