/*
 * Feuille de style principale du site marquis-et-francois.com
 * Copyright 2008 Yves Tannier - http://www.grafactory.net
 */

#sendnews {
    padding: 15px;
    padding-top: 0;
    margin-top: 0;
}

#sendnews h1 {
    font-size : 28px;
    font-weight : normal;
    font-variant : normal;
    font-family: Georgia, serif;
    color : #666;
    margin-bottom: 15px;
}
#sendnews h2 {
    font-size : 22px;
    font-weight : normal;
    /*font-variant : small-caps;*/
    color : #486D91;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 25px;
    background: #eee;
    padding: 3px;
}
#sendnews h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
}
#sendnews h4 {
    color : #486D91;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.spacer {
    clear : both;
}
#sendnews p {
    line-height: 140%;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 10px;
}
#sendnews ul {
    padding-left: 25px;
}
#sendnews li {
    list-style-type: square;
    padding: 4px;
    line-height: 140%;
}
.spacer {
  clear: both;
}
#sendnews_contmenu {
    height: 34px;
    background: #666;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
#sendnews_menu {
    background: #486D91;
    width: 720px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
}
ul#sendnews_menu li {
    float: left;
    list-style-type: none;
}
ul#sendnews_menu li a {
    color: #fff;
    display: block;
    font-weight: normal;
    text-decoration: underline;
    padding: 5px;
    padding-right: 18px;
    padding-left: 18px;
}
ul#sendnews_menu li a:hover {
    color: #fff;
    background: #000;
}
code, pre, .cmd, .codesql { 
    font : 105% "courier new"; 
    color : #000;
}
pre { 
    width : 90%; 
    overflow : auto; 
    background : #e8f0ff; 
    padding : 4px; 
    border : 1px solid #aaa; 
}
#telechargement {
    padding: 10px;
    padding-bottom: 5px;
    text-align: center;
}
#telechargement a {
    font-size: 20px;
}
#telechargement img {
    vertical-align: middle;
}
.haut {
    text-align: right;
    margin-bottom: 25px;
}
.haut a {
    font-size: 12px;
}
