/* 
** Plone style sheet for CSS2-capable browsers.
** Copyright Alexander Limi, 2002 - http://limi.net
**
** Thanks to Geir Bækholt, Stian Søiland for input and guidance.
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
** roughly adapted by EH
*/


 
body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12pt;
    color: Black;
    margin: 4px;
    padding: 0;
    line-height: 1.1em;
}

td {
   font-size: 12pt;
}	      

a {
    text-decoration: none;
    color: #436976;
    background-color: transparent;
}

a:hover { 
    text-decoration: underline;
    background: #ffeaea;
    border-color: #8CACBB;
    border-bottom-color: #DEE7EC;
    color: red;
 }

img {
    border: none;
    vertical-align: middle;
}

p {
    margin: 0.5em 0em 1em 0em;
    text-align: justify;
}

li {
    text-align: justify;
    margin-left: 4em;
}

hr {
    clear: both;
    height: 1px;
    color: #8CACBB;
    background-color: transparent;
}

div.personalBar {
    background: #DEE7EC;
    border-bottom-color: #8CACBB;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #8CACBB;
    border-top-style: solid;
    border-top-width: 1px;
    color: Black;
    padding-right: 3em;
    text-align: right;
    text-transform: lowercase;
}

ul { 
    padding: 0;
    margin-left: 0;
    line-height: 1.4em;
}

ol {
    line-height: 1.3em;
    margin-left: 4px;
    padding:0;
}

div.toc { background-color: #eaeaff;
       border: 1px solid #a0a0a0;
       margin-bottom: 5px;
}

div.content a {
    text-decoration: none;
}


div.toc a { 
  text-decoration: none; 
 }

div.toc a:hover {
    background: #ffeaea;
    border-color: #8CACBB;
    border-bottom-color: #DEE7EC;
    color: #436976;
    text-decoration: underline;
}
 
div.content a:hover {
    background: #DEE7EC;
    border-color: #8CACBB;
    border-bottom-color: #DEE7EC;
    color: #436976;
}



textarea {
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    width: 88%;
    padding: 0.1em;
}



div.toc td {
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: 11pt;
     text-align: left;
}

.menu-titre { background-color: #f2f2ff; text-align:center;
     border: 1px solid #a0a0a0;
}



.pagetitle {
    color: #000066;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 18pt;
    text-align: center;
}

div.title { 
    background-color: #eaeaff;
    border-color: #8CACBB;
    border-style: solid;
    border-width: 1px;
    color: #000066;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 14pt;
    font-style: italic;
    text-align: center;
    white-space: nowrap;
    padding-top: 3px;
    padding-bottom: 3px;
}

.subtitle { background-color:#eaeaff;
    border-color: #8CACBB;
    border-style: solid;
    border-width: 1px;
    color: Black;
    font: 110% Verdana, Helvetica, Arial, sans-serif;
    font-style: italic;
    text-align: center;
}

.subsubtitle { background-color: #eaeaff;
    color: #000066;
    font: Verdana, Helvetica, Arial, sans-serif;
    font-style: italic,bold;
    text-align: left;
    font-size: 12pt;
    width: 10em;
    white-space: nowrap;
}


div.encart {
	float: left;
	width: 14em;
	margin-right: 6px;
	margin-left: 0px;
	padding: 0 1em 0 0;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.encart2{ 
	margin-right: 6px;
	margin-left: 0px;
	padding: 0 1em 0 0;
	margin-top: 1em;
	margin-bottom: 1em;
        width: 14em;
}

input {
    font: 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #8cacbb;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 0.1em;
}

blockquote {
    font-style: italic;
    font-size: 100%;
    text-align: justify;
}


pre {
    padding: 1em;
    border: 1px solid #8cacbb;
    color: Black;
    background-color: #dee7ec;
}

sub {
    font-size: 80%;
    font-style: italic;
}


.subitem {
    margin-left:0;
    color: #000066;
    font-size: 12pt;
    font-weight: bold;
    line-height: 1.2em;
    padding-top: 0.6em;
    padding-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 0;
}

table.columns {
	width: 100%;
}

table.columns td.left {
    vertical-align: top;
    padding: 1em 0em 1em 1em;
}

table.columns td.main {
    vertical-align: top;
    padding: 0em 2em 1em 2em;
    margin: 0;

}

div.document {
    background: White;
    font: 120% Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0em 0em 2em 0em;
}

div.box {
    border: none;
    text-align: left;
    margin: 0em 0em 2em 0em;
    padding: 0;
}

div.box h5 { 
    background: #DEE7EC;
    border: 1px solid #8CACBB;
    border-style: solid solid none solid;
    color: Black;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    display: inline;
    font-size: 1em;
    height: 1em;
}

div.box div.body {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #8CACBB;
}

div.box .content {
    padding: 1em;
}


div.box .odd {
    background-color: transparent;
}

.currentNavItem {
    color: Black;
    font-weight: bold;
}

div.toc .selected {
    background-color: #eaeaff;
}


div.moi {  
   font: 105%;
   font-style: italic;
   text-align: center;
   vertical-align: bottom;
}

div.findoc { 
  font-size: 10pt;
 }

div.adress {  
   text-align: left;
   vertical-align: top;
   font-size: 12 pt;
}

 
ul.telech{
   line-height: 0.5em;
   padding-top: 0;
   padding-bottom: 0;
   margin-top: 0;
   margin-bottom: 1.0em;
   white-space: nowrap;
 }

ul.telech li {
   display: inline;
   list-style-type: none;
   line-height: 0.7em;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 0px;
   padding-bottom: 0px; 
   margin-top: 0px;
   margin-bottom: 0px;
}

div.listecours table{ 
   border: 2px;
   border-style: solid;
   border-color: #8CACBB;
   padding: 0.3em 0.3em;
   width: 920px;
 }

div.listecours td {
     font-size: 11pt;
     text-align: left;
     padding-left: 0.2em;
     padding-right: 0.2em;
     vertical-align: top;
     margin-left: 0.1em;
     margin-right: 0.1em;
}

div.listecours td.rubrique {
     font-size: 11pt;
     font-weight: 600;
     text-align: left;
     padding-left: 0.2em;
     padding-right: 0.2em;
     padding-top: 0.2em;
     color: #8CACBB; 
     text-decoration: underline;
}
  

div.listecours th {
     font-size: 12pt;
     text-align: left;
     color:  #000066;
     border: 1px;
     border-style: solid;
     border-color: #8CACBB;
     background-color: transparent;
     line-height: 1.2em;
     white-space: nowrap;
     padding-left: 0.2em;
     padding-right: 0.2em;
     padding-bottom: 0.2em;
     font: Arial;  
}
