/*
Feuille de style pour le site http://beautifuldays.monblogue.com/
Reprise du thème original sur monblogue.com, licence réservée à monblogue.com
=================================================
    Styles de décorations et cadrures
=================================================
____________________
    Redéfinitions de balises
*/
body{
    margin:40px 0 20px 60px;
    padding:0;
    height:100%;
    width:100%;
    font-family:Verdana,sans-serif;
    font-size:12px;
    background:#edefef url("./greenmoss2.jpg");
}
hr,
div.cale{
    display:none;
}
img{
    border:0;
}
a,
a:visited,
a:active{
    color:#009900;
    text-decoration:none;
}
a:hover{
    color:#339900;
    background-color:#CCFFCC;
}

/*____________________
    Styles liés au bandeau de titre
*/
h1{
    margin:0 0 0 0;
    padding:0;
    width:540px;
    height:110px;
    clear:both;
    position:absolute;
    top:20px;
    left:70px;
    text-align:left;
    background:url("./logo.gif") bottom right no-repeat;
}
h1 span{
    margin-left:360px;
    width:140px;
    display:block;
    padding:0 0 6px 0;
    color:white;
    font-size:18px; 
    line-height:16px;
}
h1 a:hover{
    color:#CCFFCC;
    background-color:transparent;
}
/* hack, true css2 attributes */
html>body h1{
    background-image:url("./logo.png");
}
html>body h1 span{
    padding:0;
}

/*____________________
    Styles liés au cadre root
*/
#root{
    width:500px;
    margin-top:65px;
    border:1px solid #336600;
    background-color:white;
}
#top{
    top:0;
    left:0;
}
/* hack, true css2 attributes */
html>body #root{
    margin-top:105px;
}


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

/*____________________
    Styles liés du menu contextuel au premier niveau
*/
#submenu{
    width:140px;
    position:absolute;
    top:160px;
    left:490px;
    padding:10px;
    color:#006633;
    background-color:#99CC99;
    border:1px solid #336600;
}
#submenu h2{
    margin:0 0 0 4px;
    padding-bottom:6px;
    font-size:11px; 
}
#submenu ul{
    margin:0;
    padding:0 0 0 20px;
}
#submenu li{
    list-style-type:none;
    font-size:11px; 
}
#submenu p{
    margin:4px 0 4px 0;
    padding:0 0 0 20px;
    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:35px 90px 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:#006633;
}
#content p{
    font-size:11px;
    line-height:12px;
    color:#006633;
}
#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 #009933;
}
