/* document*/

body {
	color:#333399; 
	background-color :white ;
	background-repeat:no-repeat; 
	background-attachment:fixed; 
	margin-top:0px; 
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt;
	text-align:left;}
	
/* Bande titre */
.Band1 {
	color:#FFFFFF;
 	font-family:Verdana, Arial, Helvetica, sans-serif;font-size:16px;font-weight:bold;
	margin-top:0px; margin-bottom : 0px;margin-right: 0px;	margin-left:0px;
	padding:10px;
	text-align:center;
	background-color:#330099;}

/*tableau 2eme ligne*/
.Band2 {
	background-color:#CCCCFF;
	color:#999999;
	font-size:8pt;
	font-weight:bold; 
    border-style:solid;
	border-width:0;
	padding:5px;
	}
.Band2 a {
		background-color:#CCCCFF;
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:underline;
		}
.Band2 a:hover {
			background-color:#CCCCFF;
			COLOR:#C0C0C0 ;
			font-weight:bold;
			TEXT-DECORATION:none;
			}
.Band2 a:visited {
			background-color:#CCCCFF;
			color :#FFFFFF;
			font-weight:bold;
			TEXT-DECORATION:underline;
			}

/* liens */
a:link {
	color:#000000;
	text-decoration: underline;
	}
a:visited {
	}
a:hover {
	text-decoration: none;
	background-color: #f2f2ff;
	}


/* des classes sont définies pour s'affranchir du PB des titres sur NETSCAPE 4 UNIX */

/* titre 1 */
.t1 {
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#336699; 
    margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	}
/* titre 2 */
.t2 {
	padding-left:5px;
	padding-top:3px;
	font-size:9pt;
	font-weight:bold;
	color: #336699;
	}
.link1 {
	font-size: 18pt;
	font-weight: bold;
}

.link2 {
	font-size: 16pt;
	font-weight: bold;
}

.link3 {
	font-size: 10pt;
	font-weight: bold;
}

h1           {
	font-family: "Century Gothic";
	font-size:16pt;
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	background-color:#CCCCFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


h2 
{ 
	font-size: 12pt; 
	color: #FFFFFF; 
	background-color : #CCCCFF;
	font-weight: bold;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-right : 10px;
	margin-left : 10px;

}

h3 
{
	font-size: 10pt;
	color: #FFFFFF;
	background-color : #CCCCFF;
	font-weight: bold;
	padding : 0px;
	margin-right : 40px;
	margin-left : 40px;
	font-style: oblique;

}

h4  {
	text-align:center;
	color:#FFFFFF;
	font-size:8pt;
	background-color:#336699; 
    margin-left:0px;
	margin-right:0px;
	margin-top:10px; 
    margin-bottom:20px ;}
               
/* le paragraphe normal */
td, normal, p {
	font-size:10pt;
	margin: 0px;
	padding: 2px;
	}

/* liste */
li           
{ 
	font-size:small;
	color:#333399;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	list-style-type:disc;
	}
	
/*listes de définition*/

dl{margin-left:5px;}
dt{font-weight:bolder;}
dd{margin-bottom:1em;}

.Main_Title {
	font-family: "Century Gothic";
	font-size: 36pt;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border: thin inset #CCCCCC;
}

#introduction {

}
#para_1 {
}

#para_2 {
}

#para_3 {
	margin-left: 40px;
	position: relative;
	margin-right: 40px;
}

#para_3 h1           {
	font-family: "Century Gothic";
	font-size:10pt;
	color:#FFFFFF;
	text-align:left;
	background-color:#CCCCFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#conclusion {
	font-style: italic;
	margin-top: 10px;
}

/* code C++*/
#code {
	margin-left: 40px;
	position: relative;
	border: medium inset #CCCCFF;
	margin-right: 40px;
	background-color: #FFFFFF;
	font-size: 10pt;
}
#code .comment {
	color: #999999;
	font-style: italic;
}
#code .pre { 
	color: #000099; 
	}
#code .string {
	color: #009900; 
	}
#code .char {
	color: #009900;
}
#code .float {
	color: #996600;
}
#code .int {
	color: #999900;
}
#code .bool {
	color: #000000;
	font-weight: bold;
}
#code .type {
	color: #FF6633;
}
#code .flow {
	color: #FF0000;
}
#code .keyword {
	color: #990000;
}
#code .operator {
	color: #663300;
	font-weight: bold;
}
