.titre { font-family: Century Gothic;
	color: rgb(50, 50, 50);
	font-weight: bold;
	font-size: 18px;
}

.stitre { font-family: Century Gothic;
	color: rgb(77, 77, 77);
	font-weight: bold;
	font-size: 12px;
}

.normal { font-family: Century Gothic;
	color: rgb(77, 77, 77);
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
}

.feuille { border-color: rgb(153, 51, 0);
	overflow: auto;
	overflow-X: hidden;
	height: 320px;
	width: 740px;
	padding-bottom:0px
}


textarea {
	font-family: Century Gothic;
}

.textboxes { 
	font-family: Century Gothic;
	font-size: 12;
	width: 150px;
	height: 20px;
}

.smallcheck { 
	width: 10px;
	height: 10px;
}

img {
	border:none;
}

a:link {
	text-decoration: none;
	color: rgb(77, 77, 77);
}
a:visited {
	text-decoration: none;
	color: rgb(77, 77, 77);
}
a:active {
	text-decoration: none;
	color: rgb(77, 77, 77);
}
a:hover {
	text-decoration: none;
	color:rgb(254, 44, 42);
}

.class1 a:link {color: red;}
.class1 a:visited {color: red;}
.class1 a:active {color: red;}
.class1 a:hover {font-weight:bold;}


