/* DEBUT EN TETE */
#topPosition {
	position:absolute;
	left:50px;
	top:50px;
	width:882px;
	height:155px;
}

#topPosition .banniere {
	position:absolute;
	left:0px;
	top:0px;
	width:883px;
	height:155px;
	background-image: url("");
	background-repeat: no-repeat;
}

.gauche{
	position:absolute;
	height: 113px;
	width: 160px;
	top: 18px;
	left: 2px;
}

a.gaucheLien{
	position:absolute;
	background-image: url("../graphiques/logo_loisirs_kc.gif");
	background-repeat : no-repeat;
	height: 113px;
	width: 160px;
	top: 0px;
	left: 0px;
}

.video{
	position:absolute;
	background-image: url(""); /*url de video dans htm*/
	background-repeat : no-repeat;
	height: 150px;
	width: 160px;
	top: 2px;
	left: 325px;
}

.droite{
	position:absolute;
	background-image: url("../graphiques/logo_tasses.gif");
	background-repeat : no-repeat;
	height: 113px;
	width: 138px;
	top: 18px;
	left: 743px;
}

/* FIN EN TETE */
