
li
{
    list-style: none;
}

a
{
    color : #c6c6c6;
    font-family:verdana;
    text-decoration:none;
}

a:hover,
a:active,
a:focus
{
    color: #c6c6c6;
    font-weight : bold;
    text-decoration:none;
}

/* Sondages */

dl
{
    padding: 0;
    margin: 0;
    text-align: left;
}

dt
{
    font-weight: bold;
    margin-top: 0.5em;
}

dd
{
    margin: 0 0 0 10px;
    padding: 0;
}

/* Paragraphes */

code, pre
{
    font-family: monospace;
    font-size: 1.2em;
}

pre
{
    border: 1px solid #BBB;
    background: #DDD;
    margin: 1em;
    padding: 1em;
    overflow: auto;
}

blockquote
{
    border-left: 1px solid #CCC;
    padding-left: 1ex;
}

div#contenu-menu-erreur
{
    height:309px;
}


q:before
{
    content: "\ab\a0";
}

q:after
{
    content: "\a0\bb";
}

q[lang]:after
{
    content: "\a0\bb\a0[" attr(lang) "]";
}

/* Liens */

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a[hreflang]:after
{
    content: "\a0[" attr(hreflang) "]";
}

a[href ^="mailto:"]
{
    background: url('../images/icone_email.gif') center right no-repeat;
    padding-right: 20px;
}

a[href ^="http://"]
{
    background: url('../images/icone_lien.gif') center right no-repeat;
    padding-right: 20px;
}

/* Titres */

h2
{
    margin-bottom: 20px;
    visibility:hidden;
}

h3
{
    color: #626262;
    border-bottom: 1px solid #626262;
    margin: 10px 20px;
}

/* Formulaires */

input,
select
{
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

textarea
{
    width: 100%;
    border: 1px solid #7c7b7d;
    font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

input[type=submit],
input[type=button]
{
    border-width: 0px;
    border-style: outset;
    cursor: pointer;
    background: url('../images/title.gif') no-repeat;
}

input[type=submit]:active,
input[type=button]:active
{
    border-style: inset;
}

fieldset
{
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
}

legend
{
    color: #bababa;
    font-weight: bold;
    font-family: Arial, times, 'Times new roman', serif;
    font-size:12px;
}

label
{
    font-weight: bold;
}

/* Divers */

img
{
    border: none;
}

acronym
{
    cursor: help;
}

hr
{
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #BBB;
    margin-top: 5px;
    margin-bottom: 5px;
}

#preview_texte
{
    height: 200px;
    background: #FFF url('../images/preview.png') no-repeat right top;
}

/* Classes */

.cleaner
{
    clear: both;
    text-align: center;
}

.boutons
{
    margin-right: 20px;
}

.preview
{
    border: 1px solid #2C485C;
    overflow: auto;
    width: 100%;
    margin-top: 2px;
}

.bouton
{
    cursor: pointer;
}

.form_label
{
    clear: left;
    display: block;
    width: 180px;
    float: left;
}

.form_input
{
    margin: 0px;
    overflow: auto;
}

.page_actuelle
{
    color: red;
}

/* News */

.news
{
    border: 1px solid #b5c4d3;
    margin: 20px 20px 15px 20px;
    clear: both;
    -moz-border-radius: 15px;
}

.news_infos
{
    font-size: 80%;
    font-family: Arial, 'Times New Roman', Times, serif;
    padding: 4px 8px 4px 35px;
    color: #666666;
}

.news_texte
{
    padding: 8px;
    padding-top: 20px;
    margin: 0;
    background: #fff;
    -moz-border-radius: 15px;
}

h3.news_titre
{
    margin: 0px;
    padding: 3px;
    font-family: Arial, 'Times New Roman', Times, serif;
    padding-left: 20px;
    font-size: 110%;
    border-bottom: 1px solid #b5c4d3;
}

.private_msg
{
    border: 1px solid #b5c4d3;
    width: 80%;
    margin: auto;
    padding: 10px;
}

.private_msg h2
{
    margin-top: 0;
    border-bottom: none;
    text-align: center;
}

#reponse_rapide
{
    text-align: center;
    border: none;
}

#reponse_rapide textarea
{
    width: 50%;
    height: 100px;
}

.forum_options
{
    border: 1px solid #CCC;
    background-color: #e0e0e0;
    margin-bottom: 10px;
    -moz-border-radius: 15px;
}
