@import "commun.css";

body {
    color: #000000 ;
    background-image: url("../images/f_grid.gif");
    background-color: #ffffff;
    background-repeat: repeat;
    font: normal 12pt arial, sans-serif;
    text-align : justify;
    margin: 0;
    max-width: 800px;
}

/* Mise en page CSS */
#contenu {
    margin: 0 1em;
}

#ours {
    position: relative;
    margin: 0px;
    height: 40px;
    background-color: transparent;
    padding: 0;
    text-align: center;
}
.oursgauche {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 100px;
    background-color: transparent;
}
.oursdroit {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 100px;
    background-color: transparent;
}

p {
    margin-left: 1em;
    margin-right: 1em;
}
div.important {
    border : 1px solid red;
    padding : 0.5em 1em;
    background: #FFCCCC;
    color: #000000 ;
}
.modif {
    font-style : italic;
    font-size : 10pt;
    color : red;
}

/* Titres */
h1 {
    font : bold 20pt verdana,arial black, sans-serif;
    color: #000000 ;
    background: transparent; 
    text-align : center;
}
h2 {
    color: #000000 ;
    font : bold 12pt verdana,arial black, sans-serif;
    margin-top: 2em;
    border : 1px solid #330099;
    padding : 2px 5px 2px 1em;
    background: #CCCCFF; 
}
h3 {
    font : normal 12pt verdana,arial, sans-serif;
    color: #000000 ;
    padding : 2px 5px;
    background: #CCCCFF; 
}
h4 {
    font : normal 12pt verdana,arial, sans-serif;
    text-decoration: underline;
    background: transparent; 
    margin: 0.5em;
}

/* Notes */
p.note {
    font : italic 10pt arial, sans-serif;
    background: transparent; 
    text-align: right;
}
a.note:link,a.note:visited { 
    font : italic 10pt arial, sans-serif;
    color: red ; 
    background: transparent; 
    text-decoration: none; 
}
a.note:hover,a.note:active { 
    font : italic 10pt arial, sans-serif;
    color: red ; 
    background: transparent; 
    text-decoration: underline overline;
}
.note {
    font : italic 10pt arial, sans-serif;
    background: transparent; 
    text-align: right;
}
/* Définitions et listes */
dl {
    margin-left: 1em;
    margin-right: 1em;
    font: 12pt arial, sans-serif;
    background: transparent; 
}
dt {
    font-weight: bold;
    background: transparent; 
    text-align : justify;
}
dd {
    font : normal 12pt arial, sans-serif;
    background: transparent; 
    text-align : justify;
}
ul {
    margin-left: 1em;
    margin-right: 1em;
    font : normal 12pt arial, sans-serif;
    list-style-type: circle;
    background: transparent; 
    text-align : justify;
}
ol {
    font : normal 12pt arial, sans-serif;
    background: transparent; 
    text-align : justify;
}
/* Liens */
a:link,a:visited { 
    font : normal 12pt arial, sans-serif;
    color: red ; 
    background: transparent; 
    text-decoration: none; 
}
a:hover,a:active { 
    font : normal 12pt arial, sans-serif;
    color: red ; 
    background: transparent; 
    text-decoration: underline overline;
}

a.menu:link { 
    font : normal 12pt arial, sans-serif;
    color: blue ; 
    background: transparent; 
    text-decoration: none; 
}
a.bigmenu { 
    font : bold 12pt arial, sans-serif;
    color: blue; 
    background: transparent; 
    text-decoration: none; 
}

a.menu:visited ,a.bigmenu:visited { 
    color: #330099; 
    background: transparent; 
    text-decoration: none; 
}
a.menu:hover,a.menu:active,a.bigmenu:hover,a.bigmenu:active { 
    background: #CCCCFF; 
    text-decoration: none; 
/*  color: blue;*/
}

