body {
	color: #686663;
	font-family: insigna, arial, sans-serif;
	background: #FFFFFF;
}

A:link {COLOR: blue; TEXT-DECORATION: none}
A:hover {COLOR: orange; TEXT-DECORATION: underline}
A:active {COLOR: orange; TEXT-DECORATION: underline}
A:visited {TEXT-DECORATION: none}*/
/*
td {COLOR: black; FONT-FAMILY: verdana, arial; TEXT-DECORATION: none}
*/
h1 a:link{color: #FCB514;}
h1 a:hover{color: black;}
h1 a:active{color: black;}
/*h1 a:visited{color: orange;}*/

.table_des_matieres {
	background: #FCB514;
	
}

h1 {
	font-size: 120%;
	color: #FCB514;
}

.orange {
	color: #FCB514;
}

li{
	text-indent: 1em;
}

p.indente {
	padding-left: 12em;
}

/* notes

pantone colors:

cool gray 11 -> #686663 104 102 99

orange 1235 -> #FCB514 252 181 20


*/