

body {
	color: black;
	background: white;
	margin-left: 10%;
	margin-right: 10%;
	font-family: arial, helvetica, sans-serif;
	line-height : 120%;
}

/*Titre du document*/
h1.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: navy;
	background: white;
	text-align: left;
}
		   
/*Sous-titre du document*/
h3.subtitle { 
              font-family: Arial, Helvetica, sans-serif;
              font-size: 1.1em;
              color: navy;
              background: white;
              text-align: left;
              }

h3.author {
font-size:1em;
}
div.affiliation, div.bibliomisc{
	font-size:  90%;
}
/* Header definitions */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	color: navy;
	background: white;
	font-weight: bold;
	}

div.section h1 { 
     margin: 1.7em 0 0.8em 0
     font-size: 1.8em ;
     }

h2 { 
     font-size: 1.5em ;
	padding : 0.5em 0 0;
	margin: 1.7em 0 0.8em 0
     }

div.section h3 { 
     font-size: 1.2em ;
	margin: 1.4em 0 0.7em 0
     }

div.section h4 {
     font-size: 1em ;
	 	margin: 1.1em 0 0.5em 0
     }

div.section h5 {
     font-size: 1em ;
	 	 	margin: 1em 0 0.5em 0
     }
	 
div.section h6 { 
     font-size: 1em ;
     }

hr {
	margin : 0;
}


/* Tables*/
table { 
        background: white;
        }
		
th {
     font-family: arial, helvetica, sans-serif;
     background: white;
	 text-align : left;
	 
     }
	 
td {
     font-family: arial, helvetica, sans-serif;
     background: white;
     }

/*Links*/
a.plain { 
          text-decoration: none;
          }
		  
a:link {
	color: navy;
	}
		
a:visited {
	color: Purple;
	}

a:active {
    color: red;
	background-color: Yellow;
    }
a:hover {
	color: navy;
	background-color: yellow;
	text-decoration : none;
	}

/* Lists*/

li {
		margin: 1em 0 1em 0;
}
li p {
	margin: 0 0 0.3em 0;
}

			  
/* Footnotes */
div.footnotes p {
	background: white;
	color: black;
	font-size: 90%;
	margin-left: 0%;
	}


div.affiliation {  }


div.abstract p { 
	margin: 0.5em 2em 0 0;
}

/*div.toc dl dt, div.list-of-tables dl dt, div.list-of-figures dl dt{ 
          text-align: left;
		  font-size: small;
		  font-weight : normal;
          }*/

/* Revision History */
div.REVHISTORY th { /* Used to center the title of the table that */
                    /* contains the revision history */
                    text-align: center;
                    }

/* Sections */
div.sections p { 
               text-align: justify;
               }

/* Acronyms */
span.acronym { 
	font-weight: bold;
	}

/* Foreignphrase */
i.foreignphrase { 
	font-weight: normal;
	}

div.legalnotice {
	margin: 2em 0 2em 0
}
div.legalnotice p {
	margin: 0;
}
div.abstract {
		margin: 2em 0 2em 0
}
p.copyright{
		margin: 1em 0 1em 0;
}

/* ProgramListings */
pre { 
	font-family: "courier new", courier, monospace;
	color: Darkblue;
	background-color : #EAEAEA;
	margin: 0.5em 0 0.5em 0;
	padding:0.2em;
	text-align:left;
	font-size: 95%;
	}
		
tt{
	color: Maroon;
	font-family: "courier new", courier, monospace;
}
tt.filename{
	color:blue;
	}
tt.replaceable{
	color:green;
	}
tt.command{
	font-weight:bold;
	}
span.lineannotation {
  	font-family: arial, helvetica, sans-serif;
	color:green;
	}
.caption {
	font-style : italic;
}
div.note h3 {
	color:black;

}

div.note table{
	margin: 1em 0 0.5em 0;
}

div.toc dl,div.list-of-tables dl, div.list-of-figures dl {
	margin: 0.5em 0 0.5em 0;
	font-size : 95%;
	font-weight : normal;
}
div.toc, div.list-of-tables, div.list-of-figures {
	margin: 2em 0 0.5em 0;
	line-height: 100%;

}
dt {
	margin : 0.5em 0 0.5em 0;
}
p {
	margin:0.3em 0 0 0;
		line-height: 130%;
		text-align : justify;
}
.blockquote {
	line-height: 120%;
	font-size : small;
	margin: 1em 0 1em 0em;
}
li{
	margin:0.2em 0 0.2em 0;
}
div.footpage {
	text-align : center;
	font-size : small;
}
div.figure{
	margin: 1em 0 1em 0
}
p.title {
margin: 0.5em 0 0 0
}
hr {
margin: 1em 0 1em 0
}
.term{ font-weight:bold}
