@charset "UTF-8";
/* CSS Document */
h2
{
	font-family:"Arial Black", Gadget, sans-serif;
	color:#FEAD2D
}
td
{
	font-family:Georgia, Times New Roman, Times, serif;
}
.fondcoul
{
	background-color:#ddf2f4;
}
.fondnoir
{
	background-color:#000;
}
.chapitre
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.backHome
{
	color:#06C;
	text-align:right;
}
.indented
{
	padding-left:30px;
	padding-top:10px;
	padding-bottom:30px;
}
.imgInText
{
	/*text-align:right;
	position:relative;
	alignment-adjust:text-before-edge; */
}
a:link 
{
	text-decoration:none;
	color:#333;
}
a:h5:link 
{
	 text-decoration:underline;
}

/* visited link */
a:visited 
{
    color:#444;
}

/* mouse over link */
a:hover 
{
	text-decoration:underline;
    color:#333300;
}

/* selected link */
a:active {
	text-decoration:underline;
    color:#0000FF;
}

