/*
  flatcms : A simple CMS for Django
  (C)2010 - Apidev - http://www.apidev.fr
  This is distributed under GNU LGPL license, see license.txt
*/

#maincol {
    width: 58%;font-size: 1.1em;
}

* html #banner img {
    position: relative;top: 20px;
}

*+html #banner img {
    position: relative;top: 20px;
}

#site-name {
    font-size: 1.1em;
}

#banner h1 {
    position: relative;top: -120px;font-size: 1.6em;
}

#main {
    padding-left: 5px;padding-right: 5px;background: white;
}

#banner {
    height: 120px;float: left;
}

a {
    color: #669900;
}

#maincol h1 {
    margin-bottom: 5px;margin-top: 5px;font-size: 1.3em;color: #669900;background-color: #ffff66;
}

#banner img {
    border: none;
}

#flatcms-slideshow-accueil {
    margin: auto;width: 332;height: 332;
}

#footer {
    border-top: solid thin #669900;font-size: 75%;padding-left: 10px;
}

#content h2 {
    background: #669900;color: #ffff66;padding-left: 3px;font-size: 1.2em;
}

body {
    font-family: Helvetica;font-size: 0.8em;background: #669900;
}

#rightcol {
    width: 40%;padding-left: 10px;border-left: solid thin #669900;
}

#flatcms-slideshow-accueil img {
    padding: 15px;border: 1px solid #669900;background: #ffff99;
}

* html #banner {
    height: 120px;overflow: hidden;
}

