/*
Site de la Fte de la lecture et du livre jeunesse
accueil.css

creation: 2010-08-06
modification: 2012-01-19
auteur: Alain Trottier

note: 		content: "Quoi de neuf";   \A pour nouvelle ligne 

*/

#page {
	min-height		: 1760px;
}

div#pageAccueil {
	position		: absolute;
	top				: 220px;
	left			: 250px;
	width			: 442px;
	height			: auto;
	min-height		: 52px;
	border			: 0px solid yellow;
}

	div#pageAccueil h3 {
		font		: bold 14px Comic Sans MS, Verdana, Arial, sans-serif;
		margin-top	: 20px;
		border		: 0px solid red;
		padding		: 0px 10px;
	}

	div#pageAccueil p {
		text-align		: justify;
		width			: 416px; /* 12 + 12 + 416 = 440 */
		font		: normal 13px Comic Sans MS, Verdana, Arial, sans-serif;
		margin		: 6px 0 0 0;
		padding		: 0 10px;
		width		: auto;
		border		: 0px solid red;
	}

	div#pageAccueil ul {
		font			: normal 13px  Comic Sans MS, Verdana, Arial, sans-serif;
		padding			: 0 10px 0 30px;
		margin-top		: 6px;
		border			: 0px solid red;
	}

	table {padding:10px;font: bold 12px Comic Sans MS, Verdana, Arial, sans-serif;margin: 0 auto;width:420px;}

	div#quoideneuf {
		font			: bold 22px Comic Sans MS, Verdana, Arial, sans-serif;
		display			: block;
		width			: 442px;
		height			: 52px;
		line-height		: 66px;
		padding-left	: 6px;
		color			: white;
		background		: url('../img/bandeAnnonceB.gif') no-repeat 0 0;
		border			: 0px solid green;
	}

		div#quoideneuf + p {
			color			: #097fc7;
			background		: #d7f5fe;
		}
	
		a {
			color			: #097fc7; /* 097fc7 */	
		}

	div#dateRetenir {
		position		: relative;
		top				: -30px;
		font			: bold 22px Comic Sans MS, Verdana, Arial, sans-serif;
		display			: block;
		width			: 442px;
		height			: 52px;
		line-height		: 66px;
		padding-left	: 6px;
		color			: white;
		background		: url('../img/bandeAnnonceM.gif') no-repeat 0 0;
		border			: 0px solid green;
	}

	div#dateRetenir + p {
		position		: relative;
		top				: -30px;
		color			: #811788;
		background		: #fbc9ff;
		height			: 200px;
	}

div#partenaire {
	position	: absolute;
	bottom		: 0;
	left		: 0;
	margin		: 0 auto;
	background	: white url('../img/partenaires.jpg') no-repeat center;
	width		: 932px;
	height		: 280px;
	border		: 0px solid green;
}

div#fenBandeAnnounce {
	position			: absolute;
	width				: 510px;
	left				: 290px;
	top					: 26px;
	margin				: auto 0;
	height				: 108px;
	border				: 0px solid blue;
	clip				: rect(0 , 800px, 108px, 0);
}

	div#nouvelle {
		position			: absolute;
		top					: -28px;
		left				: 0px;
		display				: block;
		font				: normal 24px Comic Sans MS, Verdana, Arial, sans-serif;
		margin				: 0 auto 0 auto;
		width				: 490px;
		color				: white;
		padding				: 5px;
		text-align			: center;
		border				: 0px solid red;
	}
/*
div#twitter {
	position	: absolute;
	z-index		: 500;
	top			: 350px;
	left		: 720px;
	width		: 260px;
	height		: 500px;
	border		: 0px solid black;
}
*/
/*  =========   FIN ========================= */
/*  ========================================= */

