body
{
    margin: 0px 0px 5px 0px;
/*    background: #FFFFFF; */
}

a
{
    color: navy;
    text-decoration: none;
}
a:hover { text-decoration: underline; }
a:visited { color: purple }

h1
{
    font: 24px verdana, arial, sans-serif;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin-bottom: 0;
}

.entete
{
    font-family: Georgia, serif;
    font-weight: bold;
	 color: #666;
    font-size: 48px;
    /* background: #f8f8f8; */
    padding: 0;
    margin-top: 0;
    margin-bottom: 1ex;
}

div.blurb
{
    font-family: Georgia, serif;
    font-size: 14px;
    border: 2px dotted #ccc;
    background: #f8f8f8;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5ex;
}

div.quote
{
    font-family: Georgia, serif;
    font-size: 14px;
    background: #f8f8f8;
    padding: 0;
		margin-left: 20px;
		margin-right: 20px;
    margin-top: 20px;
}

div.blurbquote
{
    font-family: Georgia, serif;
    font-size: 14px;
    background: #f8f8f8;
    padding: 0;
    margin-left: 5ex;
    margin-bottom: 5ex;
}

h2.blurb
{
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    background: #eee;
    padding: 1ex;
}


.blurbbody { font: 14px Georgia, serif; color: #333; font-weight: normal; line-height: 150%; padding: 1ex; }

.date
{
    font-family: Georgia, serif;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    color: #666;
    padding: 0;
	 margin-right: 4px;
}

.simplepage
{
	margin-top: 2ex;
	margin-bottom: 2ex;
	margin-left: 4ex;
	margin-right: 4ex;
}

.blurbfoot
{
    text-align: left;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    color: #003366;
    background: #eee;
    padding: 1ex;
    margin-top: 2ex;
}


.sidebox
{
    background: #FFF;
    margin-top: 0;
    margin-bottom: 4ex;
    border: 2px dotted #ccc;
    background: #f8f8f8;
}

.side
{
    font: 14px Georgia, serif;
    color: #333;
    font-weight: normal;
    line-height: 150%;
    padding: 1ex;
}

.sidetitle
{
    font-family: verdana, arial, sans-serif;
    color: #669;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2em;
    background: #eeeeee;
    margin: 0
}

.side h3
{
    font-family: verdana, arial, sans-serif;
    color: #669;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    margin-top: 8px;
    text-transform: uppercase;
}

#banner
{
    font-family: verdana, arial, sans-serif;
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px dotted #FFF;
    border-top: 3px solid #000099;
    background: #B5DFFF;
    letter-spacing: .2em;
}

.description
{
    font-family: verdana, arial, sans-serif;
    color: #66CC66;
    font-size: 14px;
    font-weight: bold;
    background: #006600;
    text-transform: none;
    letter-spacing: normal;
}

#content
{
    float: left;
    width: 65%;
    background: #fff;
    border-right: 1px dotted #999;
    margin-right: 5px;
    padding-bottom: 20px;
}

.blog
{
    padding-left: 5px;
    padding-top: 0;
    padding-right: 15px;
}

.title 
{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    color: #003366;
    text-transform: uppercase;
    font-weight: bold;
}

#menu
{
    margin-bottom: 15px;
    background: #FFF;
}

