/*---------------------------------------*/
/*     Feuille de style SLIS "slis.css"  */
/*            Version CSS : 2.0          */
/*                par lolo               */
/*               Avril 2004              */
/*---------------------------------------*/

/*-------------------Corps----------------------*/

body {
  color: #000000;
  margin: 2%;
  margin-left: 60px;
  margin-right: 6%;
  font-family: sans-serif;
  text-align: justify;
  }

/*-------------------Liens-----------------------*/

a:link {
  color: #0000ff;
  }

a:visited {
  color: #0000ff;
  }

a:link:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
  }
					
/*-------------------Titre-----------------------*/

h1{
   color: #000000;
   font-family : sans-serif, Verdana, Arial, Helvetica, Geneva;
   font-weight: bold;
   font-size: 26pt;
	}

h2{
   color: #800000;
   font-family : sans-serif, Verdana, Arial, Helvetica, Geneva;
   font-weight: bold;
   font-size: 22pt;
	}

h3{
   color: #000000;
   font-family : sans-serif, Verdana, Arial, Helvetica, Geneva;
   font-weight: bold;
   font-size: 18pt;
}

h4{
   color: #000000;
   font-family : sans-serif, Verdana, Arial, Helvetica, Geneva;
   font-weight: bold;
   font-size: 16pt;
   }

h5{
   color: #000000;
   font-family : sans-serif, Verdana, Arial, Helvetica, Geneva;
   font-weight: bold;
   font-size: 14pt;
}

h6{
   color: #000000;
   font-family : sans-serif, Verdana, Arial, Helvetica, Geneva;
   font-weight: bold;
   font-size: 12pt;
   }

/*-------------------1ere lettre paragraphe-----------------------*/

P:first-letter {
		font-size: 100%;
		text-transform: uppercase;
		margin-left: 10px; 
		}

/*-------------------Listes-----------------------*/

li {
   display:list-item;
   list-style-image:url("style/fleche.gif");
   list-style-position:outside;
   }


/*-------------------Programme listing-----------------------*/


pre.programlisting { 
    background: #F0F0F0; 
    border: 1px solid gray; 
    padding: 2px; 
    font-size: 10pt;
    white-space: pre;
}

/*-------------------Note----------------------*/

.note.title {
	    margin-left:40px;
            }
           
.note {
  background: #fff url(note.gif) no-repeat top left;
  border: 1px dashed #000000;
  padding: 8px;
  white-space: pre;
  font-size: 10pt;
  width:600pt;
  font-family : sans-serif, Verdana, Arial, Helvetica, Geneva;
  text-align: justify;
  }
  
/*-------------------Tip-(astuces)----------------------*/

.tip.title {
	    margin-left:40px;
            }

.tip {
  background: #fff url(tip.gif) no-repeat top left;
  border: 1px dashed #000000;
  padding: 8px;
  font-size: 10pt;
  white-space: pre;
  width:600pt;
  font-family : sans-serif, Verdana, Arial, Helvetica, Geneva;
  text-align: justify;
  }
  
/*------------------Important-----------------------*/

.important.title {
	    margin-left:40px;
            }

.important {
  background: #fff url(important.gif) no-repeat top left;
  border: 1px dashed #000000;
  padding: 8px;
  font-size: 10pt;
  white-space: pre;
  width:600pt;
  font-family : sans-serif, Verdana, Arial, Helvetica, Geneva;
  text-align: justify;
  }
  
/*-------------------caution-(Attention)----------------------*/

.caution.title {
	    margin-left:40px;
            }

.caution {
  background: #fff url(caution.gif) no-repeat top left;
  border: 1px dashed #000000;
  padding: 8px;
  font-size: 10pt;
  white-space: pre;
  width:600pt;
  font-family : sans-serif, Verdana, Arial, Helvetica, Geneva;
  text-align: justify;
  }

/*-------------------warning-(Danger)----------------------*/

.warning {
  background: #fff url(warning.gif) no-repeat top left;
  padding: 8px;
  font-size: 10pt;
  white-space: pre;
  width:600pt;
  font-family : sans-serif, Verdana, Arial, Helvetica, Geneva;
  text-align: justify;
  }

/*-------------------Images-----------------------*/
  
img {
  border:0px;
  }
