h1 {color: #BF220F;
}

.Style1 {

	font-size: 18px;

	color: #BF220F;

	vertical-align: middle;

	font-weight: bold;

}

.Style2 {

	font-size: medium;

	font-weight: bold;

}

.Style4 {

	font-size: 16px;

	color: #2A41AD;

	font-weight: bold;

}

a:link {

	color: #0000FF;

	font-weight: bold;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	font-weight: bold;


}

a:hover {

	text-decoration: underline;

	font-weight: bold;

	color: #979797;

}

a:active {

	text-decoration: none;

	font-weight: bold;

	color: #979797;

}

a {

	font-weight: bold;

}

body,td,th {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


#popup {
position: absolute;
top: 50em;
left: 10em;
width: 20em;
border: 3px double black;
background: #f5f5dc;
z-index: 500;
cursor: pointer;
font-size: 80%;
}

#popup p {
margin: 0 0.3em;
}

.fermer {
	margin: 0.5em 0 0 0;
border-top: 1px solid black;
color: black;
text-align: center;
}