

/* Styles */

.menu   { font-family: Arial, sans-serif; text-align: center }
.footer { font-family: Arial, sans-serif; font-size: smaller; }

img.l   { float: left }
img.r   { float: right }

P.center { text-align: center }

body { color: black; background: url(images/fond_lsp.gif)}
/* background: white */ 

a:link img { border: 0 }
a:link, a:visited, a:active { text-decoration: none /*underline*/ }
a:link    { color: blue ;    background: transparent }
a:visited { color: #000088 ; background: transparent }
a:active  { color: red ;     background: transparent } 
a:hover   { color : blue ; text-decoration: underline; /*background-color:#6495ED*/}

ul.chat { list-style-image : url(images/redpawbullet.gif);}
ul.crayon { list-style-image : url(images/pen2.gif);}
/*<img style="width: 31px; height: 27px;" alt="" src="images/crayon.gif" align="middle">*/
h1 { background: transparent; text-align: center; }
h2.puce { background-image: url(images/verta.gif);
  background-repeat: no-repeat;
  background-position: center left ; padding-left: 40px ; line-height:33px;}

/* titre de tableau */
.title { color: black; background: #ffda90; }

/* contenu de tableau */
.content { color: black; background: #faf0e6; }

/* sommaires */

.toc { color: black; 
       background: #efefff; 
       border: solid thin white; 
       margin: 0 0 0 0; 
       padding: 1em; }



