@charset "ISO-8859-1";

img {
	border: none;
	border: 0;
}
a:active, a:focus {
	outline: none;
}
a img {
	border: none;
	border: 0;
}
.clearall {
	clear: both;
}
br.clearall {
	width: 0;
	height: 0;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.center {
	text-align: center !important;
}
.justify {
	text-align: justify !important;
}
.underline {
	text-decoration: underline !important;
}
.bold {
	font-weight: bold !important;
}
.italic {
	font-style: italic !important;
}
.caps {
	font-variant: small-caps !important;
}
.strike {
	text-decoration: line-through;
}
h1, h2, h3, h4, h5, h6, div, form, ul, li, ul li {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
}
.blink {
	text-decoration: blink;
}

/*******************************************/
/* MISES EN FORMES SPECIFIQUE AUX GKC_TIPS */
/*******************************************/
.gkctip {
	font-family: Arial;
	padding: 3px;
	font-weight: normal;
	font-size: 10pt;
	border-style: solid;
	border-width: 2px;
	border-color: #ABDF01;
	color: #000;
	background: #FFE435;
}
.gkctip span {
	font-weight:bold;
	font-style: italic;
	text-decoration: underline;
}