/* Global Styles */
body {
	background-color: #16424F;/*#F8EFD9;/*#16424F;*/
	color: #F8EFD9;/*#16424F; /*#F8EFD9;*/
	margin: 8px;
}

.table1 {
	background-color: #16424f;/*#F8EFD9 /*#16424f;*/
	color: #ffffcc;
}
.table2 {
	background-color: #F8EFD9; /*#16424f;*/
	color: #ffffcc;
}

.p1 {
	color: #16424F;
}
.titre1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	background-position: center;
	text-align: left;
}
.corpsdetexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.corpsdetexterouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;

}

.corpsdetextemilieu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF33;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}
a:active {
	color: #FFFF00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFF00;
	border-bottom-color: #FFFF00;
}
a.bouton2:link{
	background-color: #16424f;
	text-decoration:none;
	text-align:center;
	border-width:4px;
	color: #FFFFFF;
	border-style: outset;
	border-color: #FFFFCC;
	width:82px;
	height:18px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.bouton2:visited{
	background-color: #16424f;
	text-decoration:none;
	text-align:center;
	border-width:4px;
	color: #FFFFFF;
	border-style: outset;
	border-color: #FFFFCC;
	width:82px;
	height:18px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
