/*
    Document   : menus
    Created on : 22 juil. 2010, 14:52:23
    Author     : Eric
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* Page */
html {
    font-size: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
    font-size: 1em;
    line-height: 1.25;
    color: black;
    background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0;
    text-align: center;
}

h1, h2 {
    font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
}

h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 24px;
    padding: 0;
}

ul {
    list-style: square;
}

li {
    margin: 0;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0;
    text-align: justify;
}

li p, blockquote p {
    margin: .5em 0;
}

/* Citations */
blockquote, q {
    font-size: 1.1em;
    font-style: italic;
    font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}

blockquote {
    margin: .75em 0 .75em 24px;
}

cite {
    font-style: italic;
}

/* Liens */
a {
    color: mediumblue;
    text-decoration: underline;
}

a:hover, a:focus {
    color: crimson;
}

a img {
    border: none;
}

/* Divers éléments de type en-ligne */
em {
    font-style: italic;
}

:focus {
    outline: 0;
}
