/*
Site du Fte du livre et de la lecture de Longueuil
fdl.css
creation			2009-08-06
modification		2010-07-28

auteur: Alain Trottier
*/

a {outline: none;} /* fixe firefox */

html, body {
	height				: 100%;
	margin				: 0;
	padding				: 0;
	background			: white url('../img/jeux/fondPattern.jpg') repeat-x;
}

#contentPage {
	position			: relative;
	margin				: 0 auto;
	width				: 1069px;
	height				: 100%;
	min-height			: 860px;
	background			: url('../img/jeux/fond.jpg') no-repeat 0 0;
	border				: 0px solid gold;
}
		
a#retourAccueil {
	position			: absolute;
	top					: 0px;
	left				: 100px;
	display				: block;
	width				: 128px;
	height				: 62px;
	background			: url('../img/jeux/accueil.png') no-repeat 0 0;
	border				: 0px solid red;
}

a#retourAccueil:hover {
	background			: url('../img/jeux/accueilRol.png') no-repeat 0 0;
}

#imgId {
	position			: absolute;
	top					: 320px;
	left				: 440px;
	width				: 530px;
	border				: 0px solid yellow;
}

#quiz {
	position			: absolute;
	top					: 280px;
	left				: 180px;
	padding				: 0px;
	margin				: 0px;
	background			: url('../img/jeux/quiz.gif') no-repeat;
	width				: 198px;
	height				: 228px;
	color				: #2a2a2a;
	font				: bold 14px Comic Sans MS, Arial, Verdana, sans-serif;
	border				: 0px solid red;
}

#quiz1 {
	margin				: 40px 0px 0px 10px;
	display				: block;
	width				: 151px;
	height				: 67px;
	background			: url(./../img/jeux/livrePref.gif) no-repeat 0 0;
	border				: 0px solid green;
}

#quiz1:hover {background: url(./../img/jeux/livrePref_o.gif) no-repeat 0 0;}

#quiz2 {
	margin				: 0px 0px 0px 26px;
	display				: block;
	width				: 151px;
	height				: 67px;
	background			: url(./../img/jeux/auteur.gif) no-repeat 0 0;
	border				: 0px solid yellow;
}

#quiz2:hover {background: url(./../img/jeux/auteur_o.gif) no-repeat 0 0;}

.dessin	{
	border				: 2px solid black;
}

a.coloriage:hover .dessin {border: 2px solid green}




