<!--
body {
        margin: 5px;
        padding: 0px;
        background-color: #ffffdd;
        font: 80% Arial, Helvetica, sans-serif;
        color: midnightblue;
        text-align: left

        scrollbar-face-color: #000080;
        scrollbar-arrow-color: #f0ffff;
        scrollbar-track-color: #f0ffff;
        scrollbar-shadow-color: #000000;
        scrollbar-highlight-color: #ff7f50;
        scrollbar-3dlight-color: #ffd700;
        scrollbar-darkshadow-color: #ff14893;
}

body * { font-size: 12px; }

a:link { color: blue; text-decoration: none; }
a.menuh:link {
        color: white;
        font-weight: bold;
        text-decoration: none;
        background-color: #990000;
        border: 2px solid white;
        padding: 5px;
}
a:visited { color : blue; text-decoration:none; }
a.menuh:visited {
        color: white;
        font-weight: bold;
        text-decoration:none;
        background-color: #990000;
        border: 2px solid white;
        padding: 5px;
}
a:hover { color: red; text-decoration: none; font-weight: bold; }
a.menuh:hover {
        color: navy;
        text-decoration:none;
        background-color: gold;
        border: 2px outset;
        padding: 5px;
}
a:active { color: red; text-decoration: none; font-weight: bold; }
a.menu_h:active {
        color: navy;
        text-decoration:none;
        background-color: gold;
        border-color: black;
        border-style: solid;
        border-width: 1px;
        padding: 5px;
}

p { text-align: justify }
p:first-letter { font-size: 200%; font-family: fantasy; float: left; }
p.erreur { color: red; }

.important { 
	color: red; 
	font-weight: bold; 
	font-style: normal; 
	margin: 10px;
	padding-left: 10px;
	background-image:url("img/cliparts/puce_redarrow.gif");
	background-repeat: no-repeat;
}

.notice {
	display: block;
	font-style: italic;
	font-size: 10px;
}

.presentation {
        background-color: #EEC600;
        border: 1px black dotted;
        padding: 3px;
}

#divControl {
        position:relative;
        width:200;
        left:0;
        top:0;
}

#divCont {
        position:relative;
        top:10;
        left:50;
        height:10;
        width:100;
}

#audeparbrice {
        position:absolute;
        visibility: visible;
}

#briceparaude {
        position:absolute;
        visibility: hidden;
}

#audeparaude {
        position:absolute;
        visibility: hidden;
}

#briceparbrice {
        position:absolute;
        visibility: hidden;
}

.clScroll {
        position:absolute;
        width: 400px;
        top:10;
        left:50;
        background-color: #FFFB77;
        border-color: black;
        border-style: dotted;
        border-width:1px;
        visibility: hidden;
}

.imgh3 {
        font-size: 18px;
        font-weight: bold;
        color: white;
        background-color: #BB0000;
}


h2 {
   padding-top: 10px;
   font-size: 20px;
   font-weight: bold;
   font-style: italic;
   color: navy;
   text-align: center;
   text-shadow: black;
 }

h3 {
        font-size: 12pt;
        font-weight: bold;
        color: black;
        background-color: #aadddd;
}

table.mainh {
        margin-top: 10pt;
        margin-left: 10pt;
        margin-right: 10pt;
        background-color: #ffffdd;
}

table.mainm {
        margin-left: 10pt;
        margin-right: 10pt;
        padding: 10px;
        background-color: #ffffdd;
}

table.mainb {
        margin-bottom: 10pt;
        margin-left: 10pt;
        margin-right: 10pt;
        background-color: #ffffdd;
}

.baspage { font-family: helvetica, arial, sans-serif; font-size: 10px; font-style: italic; }

table.fiche {
        background-color: #FFFB77;
        color: midnightblue;
        border-color: black;
        border-style: dotted;
        border-width:1px;
        padding: 10px;
}

b.fiche {
        font-size: 15px;
        text-decoration: underline;
        color: black;
        font-weight: bold;
}

th { font-size: 12pt; }

img.vignettes {
        border-style: medium;
        filter: progid:dximagetransform.microsoft.dropshadow(color=#444444,offx=4,offy=4);
}

li { list-style-image:url("img/cliparts/pucemini.gif"); }

div.menuadmin {
        background-color: white;
        border-width: 1px;
        border-color: lightsteelblue
        border-style: solid;
}

-->