html{
    font-family: "Lucida Grande", "Segoe UI", sans-serif;
    color: #111;
     background:#004c87 url(http://www.spn.asso.fr/images/fond_body.gif) repeat-x;
    font-size: 62.5%;
}

body{
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 1.5em;
}

a{
    color: #669;
}

a:visited{
    color: #444;
}

a:hover{
    color: #000;
}

a img{
    border: none;
}

pre, code{
    max-height: 100%;
    width: 100%;
    font-size: 1.2em;
    overflow: auto;
}

h1, h2{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2{
    margin: 0;
}

#page {
    width: 890px;
    margin: 0 auto;
}

/* Header
*******************************************************************************/
div#top    { background-color:#FFF; height:200px; margin-left:295px; width:566px }
div#top h1 { padding:0px; margin:0px; width:100%; text-align:center }

div#header { height:200px; }
div#logo   { float:left; padding-top:30px }

ul#menu_haut         { list-style-type:none; margin:0px; padding:5px 5px 5px 0px; font-size:12px; color:#666666; height:20px }
ul#menu_haut li      { display:block; float:right }
ul#menu_haut a       { text-decoration:none; color:#666666; font-size:12px }
ul#menu_haut a:hover { text-decoration:none; color:#666666; font-size:12px }

/* Content
*******************************************************************************/
#content {
    width: 566px;
    float: left;
}

h1#titrePage { color:#FFFFFF; font-size:large; font-family:Trebuchet MS; font-weight:bold; background:url(../img/h1.gif) no-repeat left center; height:37px; padding:15px 0px 0px 70px; width:474px; margin:0px 0px 0px 10px }

/* Sidebar
*******************************************************************************/
#sidebar {
    width: 265px;
	margin-right:30px;
    float: left;
}
#sidebar h2 { color:#665; margin-left:15px }
#sidebar ul { list-style:none; padding:0px 0px 0px 15px; margin:0px 0px 0px 0px }
#sidebar p  { margin-left:15px }

div.section { padding-top:15px }

div#coin_haut    { background:url(http://www.spn.asso.fr/images/haut_menu.gif) no-repeat bottom center; height:6px }
div#corps_menu   { background:url(http://www.spn.asso.fr/images/fond_menupp.png) no-repeat top center; width:247px; padding-right:19px }
div#coin_bas     { background:url(http://www.spn.asso.fr/images/bas_menu.gif) no-repeat top center; height:6px }
div#cadre_menupp { padding:0px 0px 0px 0px }

/* Article
*******************************************************************************/
.article2{
    background:#FFF;
}

.article{
    padding: 30px;
    background: #FFF;
}
	.article table { width:536px }
    .article-title,
    .article-title a{
        color: #111;
        text-decoration: none;
    }

    .article-info{
        margin: 0 0 1em 0;
        color: #999;
    }
    
    .article-content {
        font-family: Georgia, serif;
    }

    .article img{
        max-width: 440px;
    }

    .article .collapsed{
        display: none;
    }

/* Footer
*******************************************************************************/
#footer {
    clear: both;
    padding: 0 30px;
	background:#FFF;
	text-align:right
}

span#copyright         { color:#666666; font-size:10px }
span#copyright a       { color:#666666; font-size:10px; text-decoration:none }
span#copyright a:hover { text-decoration:underline }