body {
margin: 0px;
padding: 0px;
background-image: url(logo.png);
background-repeat: no-repeat;
background-position: 5px 30px;
font : 75%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
/*color:#575757;*/
}

.main a {
color: #6D96B8;
text-decoration: none;
}

a:hover {
text-decoration: underline;

}

h1 {
font-size: 40px;
color: #000;
}

h2{
font-size: 150%;
color: #666;
}

hr{
 border: 0px; /* Pour Firefox et Opera */
 border-top:  dotted 1px #6D96B8;
 border-bottom: transparent;
}

ul, li{
/*list-style-image: url(ul.jpg);*/
}

input{
border-bottom: 1px  solid silver;
border-top: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
}

button {
background-image: url(search.jpg);
background-color: white;
color: silver;
background-repeat: no-repeat;
border: none;
cursor: pointer;
height: 15px;
width: 15px;
}



.leftNav li {
list-style-type: none;
list-style-image: none;
margin: 0px;
padding: 0px;
line-height: 1.9em;
}

.leftNav ul {

margin: 0px;
padding: 0px;

}

.titel{
position: relative;
left: 150px;
top: 30px;
}

.topNav {
position: relative;
right: 5%;
top: 20px;
font-size: 90%;
color: silver;
text-align: right;
}

.topNav a{
color: silver;
text-decoration: none;
}

.topNav a:hover{
text-decoration: underline;
}

.leftNav {
position: absolute;
background-color: #eee;
padding: 10px;
top: 340px;
left: 0px;
width: 140px;
text-align: left;
margin: 0px 0px 0px 10px;

}

.leftNav li a{
color: #77f;
font-size: 130%;
text-decoration: none;
padding: 0px;
font-weight: bold;
}

.leftNav li a:hover {
padding: 5px;
text-decoration: none;
color: black;
}

.main {
clear: left;
position: relative;
top: 20px;
left: 195px;
width: 1024px;
}



.footer {
  position: relative;
  top: 10px;
  text-align: center;
  margin: 20px;
  color: #333;
}

.footer a {
color: silver;
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}

blockquote{
float: right;
margin: 15px 0px 15px 15px;
width: 170px;
font-size: 120%;
color: gray;
text-align: right;
line-height: 1em;
}

blockquote:first-letter{
font-size: 190%;
}

/* top bar styles */

#topHeader{height: 33px; min-width: 990px;}
#topContainer{ padding: 4px;}

ul#web2{margin:0; padding:0; list-style:none;}
ul#web2 li{float: left; margin-right:5px;}

.bla a:visited, .bla a:link {
  color: #aaaaaa;
  font-size: small;
  font-weight: bold;
}

div.content {
  background-color: #eee;
  padding: 1em;
  margin-bottom: 1em;
}

div.header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

div.content ul {
  margin-top: 0px;
}
div.content h4 {
  margin: 0px;
}

a { color : #4C96D1; text-decoration : none; outline : none; }
