/*
 *
 * Stylesheet pour le site www.asi-neju.ch
 *
 * Copyright (c) 2007 Atelier ARIHANE <info@arihane.ch>
 *
 * $Id: main.css,v 1.7 2008-08-26 10:20:12 adomjan Exp $
 *
 */

body.normal {
   background-color: #94efde;
   font-family: "Tahoma", "Verdana", "Trebuchet MS", sans-serif;
}


p.title {
   font-size: 13pt;
   color: #448fae;
}

p.box {
   font-size: 11pt;
   color: black;
   width: 100%;
   display: block;
   padding: 8px;
   text-align: center;
   background-color: #ddd;
   border: 1px solid #ccc;
}

p.text {
   font-size: 10pt;
   color: black;
}

p.liste-cours {
   font-size: 10pt;
   margin-left: 30px;
}

td { 
   font-size: 10pt;
   color: black;
}

input {
   font-size: 10pt;
   color: black;
   border: 1px #73b5ad solid;
}

select {
   font-size: 10pt;
   color: black;
   border: 1px #73b5ad solid;
}

textarea {
   font-size: 10pt;
   color: black;
   border: 1px #73b5ad solid;
}

p.small {
   font-size: 7pt;
   color: #008c68;
}

p.footnote {
   font-size: 8pt;
   color: #777;
}

p.subtitle {
   font-size: 12pt;
   font-weight: bold;
   color: #006c48;
}
   
p.subsubtitle {
   font-size: 11pt;
   font-weight: bold;
   color: #006c48;
}

/* b.sub { color: #006c48; font-weight: bold; } */
   

#right { text-align: right; }

#j { text-align: justify; }


ul.list {
   font-size: 10pt;
   margin: 0 0 0 15px;
   padding: 0;
}


a.menu {
   text-align: right;
   display: block;
   font-size: 10pt;
   padding: 4px;
   color: #008c6b;
   text-decoration: none;
}

a.menu:hover {
   background-color: #73b5ad;
   text-decoration: none;
}


a {
   color: #00A4D8;
   text-decoration: underline;
}

a:hover {
   color: #008c6b;
   text-decoration: underline;
}

sup.footnote {
   font-size: 7pt;
   color: #777;
}

sup {
   font-size: 9pt;
   color: #802050;
}


img.borded {
   border: 1px solid #808080;
}

