/*
  flatcms : A simple CMS for Django
  (C)2010 - Apidev - http://www.apidev.fr
  This is distributed under GNU LGPL license, see license.txt
*/

*+html #banner img {
    position: relative;
    top: 20px;
    
}

a {
    color: #669900;
    
}

#content h2, #content h2 a {
    background: #669900;
    color: #ffff66;
    padding-left: 3px;
    font-size: 1.1em;
    
}

.blog-article-footer {
    font-size: 0.8em;
    
}

.article-preview {
    width: 58%;
    font-size: 1.1em;
    
}

#main {
    padding-left: 5px;
    padding-right: 5px;
    background: white;
    
}

#flatcms-slideshow-accueil {
    margin: auto;
    width: 332;
    height: 332;
    
}

#site-name {
    font-size: 1.1em;
    
}

#maincol h1 {
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 1.3em;
    color: #669900;
    background-color: #ffff66;
    
}

#rightcol {
    width: 40%;
    padding-left: 10px;
    border-left: solid thin #669900;
    
}

.ensavoirplus {
    text-align: right;
    margin-right: 60px;
    margin-botton: 10px;
    
}

* html #banner img {
    position: relative;
    top: 20px;
    
}

#banner {
    height: 120px;
    float: left;
    
}

#footer {
    border-top: solid thin #669900;
    font-size: 75%;
    padding-left: 10px;
    
}

.digg-icons img {
    border: none;
    
}

body {
    font-family: Helvetica;
    font-size: 0.8em;
    background: #669900;
    
}

#banner h1 {
    position: relative;
    top: -120px;
    font-size: 1.6em;
    width: 487px;
    
}

#banner img {
    border: none;
    
}

#copyright, #copyright a {
    color: #ffff66;
    
}

#flatcms-slideshow-accueil img {
    padding: 15px;
    border: 1px solid #669900;
    background: #ffff99;
    
}

* html #banner {
    height: 120px;
    overflow: hidden;
    
}


