/*
   Zeitoun's homepage stylesheet
   Author: Olivier Clavel
   Olivier.Clavel@tecfa.unige.ch
   Made with css-mode.el in Xemacs
*/

body {
  background-color:white;
  color:black;
}

h1 {
     color:blue;
     background-color:white;
     text-align:center;
     border-width: thick;
     border-style: outset;
     margin-top: 0.5em;
     margin-bottom: 0.5em;
   }

h2 {
     margin-top:10pt;
     color:blue;
     background-color:white;
   }

h3 { 
     margin-top:10pt;
     color:black;
     background-color:white;
     margin-left:1em;
     }

h4 { 
     margin-top:2em;
     color:black;
     background-color:white;
     margin-left:2em;
     font-size:smaller;
     }


p.warning {
	    margin-top:10pt;
	    margin-bottom:10pt;
	    text-align:center;
	    color:red;
	    background-color:white;
	  }

p.menu {
	 text-align:center;
       }

p.center {
	   text-align:center;
	 }

em.downloadCV {
		color:white;
		background-color:black;
	      }

em.downloadCV A { 
		  color:#99D4D5; /* lightblue */
		}

p.lastmodif {
              font-style:italic;
	    }

p.totop {
	  text-align:center;
	  font-weight:bold;
	  background-color:#cccccc;
	  color:black;
	}

p.code { 
	 font-family:courier,sans-serif;
         font-weight:bold;
         color:#FF9900;
         background:#000000;
         padding-top:0.5em;
         padding-bottom:0.5em;
         padding-left:2em;
         margin-left:3em;
         margin-right:5em;
         margin-top:0.5em;
       }

ol le ul li {
              list-style-type: disc;
              list-style-image: url(/ico/bullets/glass/dot3-glass.gif);
              list-style-position: inside;
              margin-top:0.5em;
	    }

ol.content li { 
		list-style-type: decimal;
                list-style-position: inside;
                margin-top:1em;
	      }

ul li {
	list-style-type: disc;
	list-style-image: url(http://tecfa.unige.ch/~clavel/images/list-violet.png);
	list-style-position: inside;
      }

ol li {
	list-style-type: decimal;
	list-style-image: none;
	list-style-position: outside;
      }

       
ul li.wide {
	     list-style-position:outside;
	     margin-bottom:5pt;
	   }

table.title { 
	      width:100%;
              border:0;
              border-spacing:0;
	    }



td.format { 
	    background:white;
	    color:black;
	    width:16.6%;
	    height:10px;
	    text-align:center;
	  }


td.menubottom {
                background:#cccccc;
                color:black;
                width:16.6%;
                height:10px;
                text-align:center;
	      }

td.menutop {
             background:#cccccc;
             color:black;
             height:10px;
             text-align:center;
	   }

td.id {
        background:#cccccc;
        color:black;
      }

td.right {
           text-align:right;
	 }

td.left {
          text-align:left;
	}

img { 
      border:0;
    }


img.top {
          border:0; 
          vertical-align:top;
	}

img.middle {
	     border:0; 
	     vertical-align:middle;
	   }

.recentLinks { 
  width: 100%;
  clear: both;
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
}

.recentLinks li { 
  float:left;
  margin: 0 5px;
}

#tecfaBanner { 
  clear: both;
  border-collapse: collapse;
  width: 100%;
}

#tecfaBanner .bottomBanner { 
  text-align: center;
}

#chuipula { 
  text-align:center;
  color:red;
  background-color:black;
  font-size:18pt;
  margin:5px;
  padding:5px 20px 5px 20px;
  border:solid red 3px;
}
