

/* these are my CSS (Emile), to muriel, please change it when you take over the site */

BODY {
  margin-top: 1em;
  margin-right: 2em;
  margin-bottom: 3em;
  margin-left: 2em;        /* copied from opposite side (right) */
}


.item
{
font-family: helvetica;
background-color:#e5e5e5;
font-size: 12pt;
font-weight: bold;
color:maroon;
}

.item A
{
color:#424242;
/* color:maroon; */
text-decoration: none;
}

.item_sel
{
font-family: helvetica;
background-color:#8c8c8c;
font-size: 12pt;
font-weight: bold;
color:#fafafa;
}

.item_sel A
{
color:#fefefe;
text-decoration: none;
}

.item_in
{
font-family: helvetica;
background-color:#fafafa;
font-size: 12pt;
font-weight: bold;
color:maroon;
}

.item_in A
{
color:maroon;
text-decoration: none;
}


.INSIDE_BOX
{
background-color:#f3f3f3;
}

.BOX 
{
font-family: helvetica;
font-size: 13pt;
color:#f4f4f4;
background-image: url(../images/entetegrise.jpg);
background-repeat: repeat-x;
/* background-attachment: fixed; */
/* background-position: 100% 100%; */
/* background-color:#111111; */ 
}

A:hover { 
color:#4f5254;
text-decoration: none;
}

.TOP A {
font-family: helvetica;
font-size: 12pt;
font-weight: bold;
color:#565c68;
}

LI {margin: 0px}
UL {font-size:12px;list-style: square;color: #999;margin: 0px 0px 0px 15px;padding: 0px}

