@charset "iso-8859-2";
* {
  margin: 0;
  padding: 0;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

body{
background-color:#FFFFFF;
margin-top:8px;
}
img {
  border: 0;
}
ul, ol {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a,a:link,a:visited,a:hover{
font-size: 12px;
color:#0C3382;
text-decoration:none;
}
a:hover {text-decoration:underline;}

body {
  font-size: 12px;
  color:#000000;
}
#conteneur {
  width: 900px; /* Spcifier la largeur du site, afin de le centrer */
  height: 440px; /* Optionel */
  margin-left: auto; /* Permet de centrer le site horizontalement */
  margin-right: auto; /* Permet de centrer le site horizontalement */
  text-align: left; /* Rtabli le texte align  gauche */
}
#header {
}

#header h1{
}

#infokarta {
float:right;
}
#content {
  background: url(../images/bg-left-col.gif) 0 0 repeat-y;
}
#content_home {
  position: relative;
  background: url(../images/bg-left-col.gif) 0 0 repeat-y;
  height: 392px;
}
#content_katalogi {
  position: relative;
}
#footer-home {
  clear: both;
  position: absolute;
  width: 900px;
  min-height: 101px;
  border-top: 1px solid #fff;
}
#footer {
  clear: both;
  background: url(/images/bg-footer.gif) 0 0 repeat-x;
  height: 57px;
}