/* CSS for clement.stenac.org.
   Many ideas from openweb.eu.org */

body {
direction:rtl;
background:#EEE;
font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
}


div.body {
border:1pt black solid;
margin:1em;
padding-right:1em;
padding-bottom:2em;
background:#FFFFFF;
min-height:30em;
}

div.texte {
 clear:left;
 border: 1pt #69C solid;
 background-color:#f5f8fc;
 margin-top:1em;
 margin-left:2em;
 margin-right:2em;
 margin-bottom:1em;
 padding-left:1em;
}

h2 {
  font-size:2em;
  color: #69c;
  text-align:center;
}

h3 {
  font-size:1.5em;
  border-bottom: 1pt #69C solid;
}

div.titre {
font-size:2em;
margin-right:2em;
margin-top:1em;
width:18em;
background-color: #EEEEEE
border:2pt blue solid;
}

ul {
margin-top:0pt;
}

div.foot {
text-align:center;
margin-top:0.5em;
margin-bottom:0.1em;
color:#DDD;
font-size:0.9em;
}

div.foot a
{
color:#DDD;
}

