/*
FORM {background-color:blue; }
*/

#menu1 a:link {text-decoration: none; color: white}
#menu1 a:visited {text-decoration: none; color: #FFFF80}
#menu1 a:active {text-decoration: none; color: yellow}
#menu1 a:hover
{
background-image:url("./images/pm.gif");
background-repeat:no-repeat;
background-position:1% 50%;

padding-left:15px;
text-decoration: underline; color: #FFFE11
}
                  
#date_nouv
{
  font-family:arial;
  font-size:14px;
  font-weight:bold;
}

#texte_nouv
{
  font-family:courier;
  font-size:14px;
  letter-spacing:1;
  line-height:125%;
}

#information1
{
  padding-left:10;
  padding-right:10;
  padding-bottom:10;
  padding-top:10;
  
  background-color:#DEE1F3;
  font-family:arial;
  font-size:10px;
  letter-spacing:1;
}


#titre1
{
  font-family:arial;
  font-size:24px;
  font-weight:bold;
  letter-spacing:3;
}

#texte_classic
{
  font-family:garamond;
  font-size:12px;
  letter-spacing:1;
}

#texte_lien1
{
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  line-height:1.5;
}

#texte_Classic2
{
  font-family:garamond;
  font-size:15px;
  letter-spacing:0;
}

#texte_lien2
{
  font-family:arial;
  font-size:9px;
  font-weight:bold;
}

p,ul,ol
{
  margin-left:10px;
  margin-right:10px;
  text-indent:20px;
  font-family:garamond;
  text-align:justify;
}

/*Tableau classique*/
table
{
   width:100%;
   border:1;
   cellspacing:2;
   cellpadding:2;
}
tr
{
   border-style:groove;
   border-width:2px;
   border:border-width;
}
td
{
  border-style:none;
}
.titre
{
  font-style: tahoma;
}

.ligne_apparente
{
   border-style:solid;
   border-width:1px;
}

/*
   Gestion des resumés masquable
*/

#sidebar {
    width:80%;
    margin:0;padding:0;
    text-align: center;
    align:center;
}

#sidebar div {
    border:0px solid #bbb;
    padding:0;
    margin:0 0 0.5em 1em;
    width:100%;
    background:#fff;
    text-align: left;
}

#sidebar a{
    color: #000000;
    letter-spacing: 1px;
}

#sidebar h5 { background:#ddd url("./images/min.png") top right no-repeat; }
#sidebar .minimized h5 { background:#ddd url("./images/max.png") top right no-repeat; }

#sidebar p{
  text-indent:0px;
  margin: 2;
}
#sidebar .minimized p { display:none; }


/*
   Gestion de masquage dans les menus
*/


#menu_masquable a{}

#menu_masquable .minimized a {  display:none; }
