BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image:  url(img/craft2.gif);
	font-weight: bold;
}

table {
	font-weight: bold;
}


a.lien2:active {
	font-style: normal;
	line-height: normal;
	color: red;
	text-decoration: none;
	background-color: #FFFFCC;
}

a.lien2:link{
	font-style: normal;
	line-height: normal;
	color: #000099;
	text-decoration: none;
}

a.lien2:visited{
	font-style: normal;
	line-height: normal;
	color: #000099;
	text-decoration: none;
}

a.lien2:hover{
	font-style: normal;
	line-height: normal;
	color: red;
	text-decoration: none;
	background-color: #FFFFCC;
}

H1{
	font-size: 26pt;
	color: Teal;
	font-family: Impact;
	font-style: italic;
	font-weight: 100;
	text-align: center;
}

H2{
	font-size: 20pt;
	background-color: silver;
}

H3 {
	background-color: #CEE6FF;
	text-align: right;
	font-size: 12pt;
}

input.corr {
	background-color: #EAEAAE;
	border: 0px;
	color: Red;
	font-weight: bold;
	font-size: 12pt;
}

textarea.corr {
	background-color: #EAEAAE;
	border: 0px;
	color: Red;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

input.sco {
	background-color: #CEE6FF;
	border: 0px;
	color: Red;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

.drag	{
	position: relative;
	cursor: hand;
	background-color: #EEEEAA;
	color: #A52A2A;
	width: 230px;
	text-align: center;
	border-width: medium;
	border-style: double;
	border-color: #A52A2A;
	padding: 3px;
}

.drag_abs	{
	position: absolute;
	cursor: hand;
	background-color: #EEEEAA;
	color: #A52A2A;
	width: 230px;
	text-align: center;
	border-width: medium;
	border-style: double;
	border-color: #A52A2A;
	padding: 3px;
}.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
}
