/* Zone globale*/


p 
{
   font-size:  15px;
    margin-left:4em;
}

pre {
	font-size: 12px;
	padding: 0;
	margin: 20px;
	background: #f0f0f0;
	line-height: 20px;
	left:50px;
	background: url(images/spirale.bmp) repeat-y left top;
	overflow: auto;
	/* overflow-Y:hidden;
	border-left: 1px solid #ccc;
	width: 600px;
*/
}





/* BARRE DE FRACTIONNEMENT */
hr {
	border: 0;
	border-top: 1px solid Navy;
	height: 1px;
	margin-left:8em;
	margin-bottom:3em;
	
}

/* TITRE */
h1,h2,h3
{
    margin: 0em;
	font-family: verdana;
	margin-bottom:1em;
	padding-bottom:.5em;
	
}
h1
{
 	text-align:center; 
 	margin-top: 1em;
 	font-weight: bold;
	margin-bottom: 0.8em;
    font-size: 1.4em;
    font-weight: bold;
    
}
h2
{
    font-weight: bold;  
 	padding-top: 0.5em;   
	margin-bottom: 0.2em;
    font-size: 1.1em; 
 	font-weight: bold;   
    margin-top:0.5em; 
    padding-left:0.5em;
}
h3
{
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-bottom: 0.0em;
    font-weight: bold;
    font-size: 1.0em;
    font-variant: small-caps;
    margin-top: 0.2em;
    padding-left: 2.2em;
}

h4
{
    font-weight: bold;  
	margin-bottom: 0.8em;
    font-size: 0.8;
 	font-weight: bold;
    padding-top:0.5em;  
    padding-left:3.5em;     
}




/* LIENS HYPERTEXTE */
a:link {

    color:  #663300;    
    text-decoration:none;
    font-weight: normal;
    font-style: normal;

}
a:visited {

    color: #3399FF; 
    text-decoration:none;
    background-color: #FFFFFF;
    font-weight: normal;
    font-style: italic;

}
a:hover
{
    color: #0000FF;
    text-decoration: none;
    background-color: #BEB494;
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize;
    padding-right: 10px;
    font-size: 1.4em;
}
a:active
{
    color: #FF0000;
    text-decoration: none;
    background-color: #CCFFCC;
    font-weight: bold;
    font-style: normal;
}






/* LISTE */

ul {
	list-style-type: none;
	list-style-image: url(images/bullet-2.gif);
	list-style-position: outside;
	line-height: 1.9em;
	vertical-align:  middle;
	margin-left: 7em;
	font-size: 1.1em;
}




/* Debut des  class */

.pre.perf 
{
	font-size: 12px;
	padding: 0;
	margin: 20px;
	background: #f0f0f0;
	line-height: 20px;
	background: url(images/Perforation.bmp) repeat-y left top;
	
	/* overflow-Y:hidden;
	border-left: 1px solid #ccc;
	width: 600px;
}
