/*
Feuille de style pour le site http://beautifuldays.monblogue.com/
Thème "Pink Kitty" avec le bandeau fait par milhouse<
Crée par David Thenon en Janvier 2005.
License GPL sauf pour les images qui sont toutes à usage privé.
=================================================
    Styles de décorations et cadrures
=================================================
____________________
    Redéfinitions de balises
*/
body{
    margin:0 0 20px 40px;
    padding:0;
    height:100%;
    width:100%;
    font-family:Verdana,sans-serif;
    font-size:12px;
    background:rgb(237,221,239) url("./fabric.jpg");
}
hr,
div.cale{
    display:none;
}
img{
    border:0;
}
a,
a:visited,
a:active{
    color:rgb(94,66,100);
    text-decoration:none;
}
a:hover{
    color:rgb(225,216,227);
    background-color:rgb(156,88,170);
}

/*____________________
    Styles liés au bandeau de titre
*/
h1{
    margin:0;
    padding:0;
    width:531px;
    height:128px;
    position:absolute;
    top:-128px;
    left:0px;
    z-index:30;
    text-align:left;
}
h1 span{
    display:none;
}
h1 a{
    margin:0;
    padding:0;
    width:531px;
    height:128px;
    display:block;
    background:url("./bandeau.gif") bottom right no-repeat;
}
h1 a:hover{
    color:transparent;
    background-color:transparent;
}

/*____________________
    Styles liés au cadre root
*/
#root{
    width:525px;
    position:absolute;
    top:128px;
    left:40px;
    border:3px solid rgb(181,105,189);
    background-color:white;
}
#top{
    top:0;
    left:0;
}

/*____________________
    Styles liés au menu du premier niveau
*/
#menu{
    display:none;
}

/*____________________
    Styles liés du menu contextuel au premier niveau
*/
#submenu{
    width:160px;
    position:absolute;
    top:0px;
    left:550px;
    padding:10px;
    color:rgb(52,34,56);
    z-index:10;
    background-color:rgb(242,228,243);
    border:3px dotted rgb(181,105,189);
}
#submenu h2{
    margin:0 0 0 4px;
    padding-bottom:6px;
    font-size:11px; 
}
#submenu ul{
    margin:0;
    padding:0 0 0 10px;
}
#submenu li{
    list-style-type:none;
    font-size:11px; 
}
#submenu p{
    margin:4px 0 4px 0;
    padding:0 0 0 10px;
    font-size:11px; 
}
#submenu h2.external-links{
    margin-top:20px;
}
#submenu h2.feed{
    display:none;
}
#submenu ul.feed{
    margin-top:20px;
}
#submenu ul.feed li{
    list-style-type:none;
}
#submenu ul.feed li a{
    width:36px;
    height:14px;
    display:block;
    background:url("./xml.png") top left no-repeat;
}
#submenu ul.feed li a span{
    display:none;
}

/*____________________
    Styles liés au cadre de contenu
*/
#content{
    padding:10px 20px 10px 10px;
}
/* hack, beautify for css2 */
html>body #content{
    padding-left:20px;
}


/*____________________
    Styles liés au pied de page
*/
#footer{
    margin:0 0 10px 0;
    font-style:italic;
    text-align:center;
}
#footer p{
    margin-top:2px;
    padding-top:2px;
}
/*
=================================================
    Styles pour les éléments de contenus
=================================================
____________________
    Styles liés au ..plop..
*/
#content h2{
    margin-bottom:3px;
    padding-bottom:2px;
    font-size:10px;
    font-family:Arial, sans-serif;
    color:#cc3300;
}
#content h3{
    margin-top:3px;
    padding-top:2px;
    font-size:12px;
    color:rgb(52,34,56);
}
#content p{
    font-size:11px;
    line-height:12px;
    color:rgb(94,66,100);
}
#content p.credits{
    padding-top:10px;
    margin-bottom:0;
    padding-bottom:0;
}
#content p.comments{
    margin-top:2px;
    padding-top:0;
    padding-bottom:10px;
    border-bottom:1px solid rgb(42,24,46);
}
