/* version du 26/10/2005 - OP */
body {
margin: 0; padding: 0; min-width: 480px;
color: #202020; background: #efefef;
}

/* Masterhead ----------------------------------------------------*/
#masterhead {
padding: 0; margin: 0; overflow: hidden; /*border-bottom: 1px solid #444;*/
height: 80px; width: 100%; position: relative; z-index: 1;
background: #669; color: #eee;
}
#masterhead h1 {
margin: 0px; padding: 10px 10px 5px 10px;
font: normal 28px optima, "century gothic", sans-serif;
}
#masterhead h3 {
margin: 0px; padding: 5px 0px 10px 35px;
font: italic 16px palatino, georgia, serif;
}

/* Main ----------------------------------------------------------*/
#main {
margin: 14px 240px 0px 5px; padding: 0px 5px 0px 0px; min-height: 30em;
border-right: 1px solid #c3c3c3; background: #efefef;
font: 12px palatino, georgia, serif; text-align: justify;
}
#main h2 {
font: bold 14px optima, "century gothic", sans-serif; color: #900;
padding: 0px 0px 3px 0px; margin: 3px 20px -6px 20px;
border-bottom: 1px solid #900;
}
#main p {  
margin-left: 35px; margin-right:30px; margin-top:10px;
color: #000; line-height: 1.3em;
}
#main p.posted {
font: normal 11px palatino, georgia, serif; text-align: right;
margin-top: 0px;
}
#main ul {
list-style-type: circle; margin: 5px 30px 10px 20px;
}
#main ul li {
line-height: 1.3em;
}
#main ul li.square {
list-style-type: square;
}

/* Sidebar -------------------------------------------------------*/
#sidebar {
position: absolute; top: 80px; right: 13px; z-index: 100; width: 200px; 
padding: 0px 5px; margin: 39px 0px 0px 0px; 
color: #444; border: 1px solid #666; background: #dcdbd2;
font: 11px palatino, georgia, serif; 
}
#sidebar h4 {
font-weight: bold; text-transform: uppercase; color: #444;
border-top: solid 1px #666; border-bottom: solid 1px #666;
padding: 4px 4px 2px 4px; margin: 10px 3px 0px 3px;
}
#sidebar ul {
margin: 0px; padding: 0px; margin-top: 2px; margin-bottom: 13px;
list-style: none;font-size-adjust: 12px/15px;
}
#sidebar li {
margin-left: 5px; padding: 2px 4px 1px 3px;
}
#sidebar p {
padding: 2px 0px 0px 0px; border-top: 1px solid #666; 
font: 11px palatino, georgia, serif; 
}

/* Links ---------------------------------------------------------*/

a {
color: #900; font-weight: bold; 
}
a:link, a:visited {
text-decoration: none; border-bottom:1px dotted #900; 
}
a:hover {
border-bottom:1px solid #900; background-color: #eee; color: #900;
}

/* Tabs bloc ---------------------------------------------------------- */

#navbar {
background: #aac; height:25px; 
}
#navbar ul {
margin: 0; padding: 0; list-style-type: none; text-align: center;
}
#navbar ul li {
font: 12px optima, "century gothic", sans-serif; line-height: 18px;
display: block; float: left;
}
#navbar ul li a {
width: 100px; margin-right: 3px; display: block;
border-bottom: 0px; border-top: 4px solid #558;
color: #222; text-decoration: none; line-height: 21px;
}
#navbar ul li a:hover {
border-top: 4px solid #333; background: #aac;
}
#home #homelnk a, 
#research #researchlnk a,
#teaching #teachinglnk a {
background: #88b; color: #222;border-top: 4px solid #558;
}

/* SwitchCSS bloc ------------------------------------------------------*/
#switchcss 			{
float: right; border: 0px solid red; margin: 6px 20px 0px 0px; font: 11px optima;
color: #fff;
}
#switchcss a {
border: 0px; color:#900; font-weight: normal;
}
#switchcss a:hover {
background: #aac; color: #558;
}
