
/* GLOBAL SETTINGS
------------------------------------------------ */
body{background:#ddd;color:#333;font-family:Arial, Helvetica, sans-serif;font-size:11px;text-align:left;margin:0;padding:0;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:underline;}
.MainShell{visibility:hidden;}

/* MAIN STRUCT CLASS
------------------------------------------------ */
#wrapper{display:block;text-align:left;width:100%;}
#header{background:#fff;clear:both;display:block;float:left;width:100%;}

/* HEADER
------------------------------------------------ */
a.green{color:green !important;}
a.orange{color:orange !important;}
a.red{color:red !important;}
.bold{font-weight:700;}


/* TOPMENU
------------------------------------------------ */
#topmenu{background:#f68963;clear:both;display:block;float:left;font-size:11px;padding:1px 0 0 1px;width:100%;}
#topmenu div.selected,#topmenu div.notselected{float:left;}
#topmenu div.actions{float:left;padding:3px 5px;}
#topmenu a{float:left;text-decoration:none;}
#topmenu a:hover{text-decoration:none;}
#topmenu a span{color:#000;display:block;padding:3px 10px 3px 10px;text-decoration:none;}
#topmenu a.link{background:url(../images_unil/topmenu_right_theol.png) no-repeat 100% 0;}
#topmenu a.link span{background:url(../images_unil/topmenu_left_theol.png) no-repeat;}
#topmenu a:hover.link{background:url(../images_unil/topmenu_right_theol.png) no-repeat 100% -30px;}
#topmenu a:hover.link span{background:url(../images_unil/topmenu_left_theol.png) no-repeat 0 -30px;}
#topmenu div.selected a.link {background-position: 100% -60px;}
#topmenu div.selected a.link span {background-position: 0 -60px;border-width:0px !important; color:black; }
#topmenu div.notselected a.link span{border-bottom:1px solid #f68963; color:white;}



