/*
 Design by YollGraphiks
 http://www.yollgraphiks.com/
 CSS Integrated by Bene Facere
 copyright 2008-2009 Bene Facere
 http://www.benefacere.fr/
*/
body {
    background: #38373a url( /static/themes/BeneFacere/images/fond_top_accueil.png ) top left repeat-x;
}
#header {
    background: url( /static/themes/BeneFacere/images/logo.png ) 29px 20px no-repeat;
}
#slogan {
    color: white;
    padding-left: 90px;
    padding-top: 155px;
}
#content {
    color: #c6c7c9;
}
#content h1 {
    display: none;
}
#usercontent {
    padding-top: 90px;
    background: url( /static/themes/BeneFacere/images/barre_titre_accueil.png ) 0px 62px no-repeat;
}
#usercontent .col21 {
    width: 570px;
    top: -190px;
}
#usercontent .col22 {
    background: #fdfdfd url( /static/themes/BeneFacere/images/fond_col2_accueil.png ) bottom left no-repeat;
    width: 304px;
    float: left;
}
#creation, #messagerie, .creation, .messagerie {
    width: 230px;
    height: 90px;
    position: relative;
    float: left;
}
#creation, .creation {
    left: 35px;
}
#messagerie, .messagerie {
    left: 88px;
}
#usercontent .bouton a:hover, #usercontent .bouton a:focus {
    color: #c5c6c8;
}
/*
  correction de ie..........
*/
/*ie6*/
* html #menu {
    position: absolute;
    top: 101px;
}
* html #usercontent {
    padding-top: 40px;
}
* html #usercontent {
    background: url( /static/themes/BeneFacere/images/barre_titre_accueil.png ) 0px 18px no-repeat;
}
/*ie7*/
*+html #page, *+html #content, *+html #usercontent, *+html #usercontent .col21, *+html #usercontent .col2, *+html #fc, *+html #footer {
    height: auto;
    zoom: 1;
}
