@charset "utf-8";
/*
** Fichier : general.css
** Projet : Magazine Mode d'emploi
** Author : Annick Desmeules Paré
** Date : 22 juillet 2009
*/

body{height:2900px!important;}

#page{
	background:url(../img/archivesBG.jpg) no-repeat;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

/* **** CONTENT **** */
#content{
	position:absolute;
	left:40px;
	width:912px;
	height:622px;
}
.premier{top:588px;}
.deuxieme{top:1365px;}
.troisieme{top:2007px;}

#content .content{
	position:relative;
}

/* **** BOÎTES **** */
	table.box{
		float:left;
		width:436px;
		height:118px!important;
		margin-bottom:10px;
	}
	
	table.box img{
		width:89px;
		height:117px;
	}	

	table.box td.zoneTexte {
		background:url(../img/archivesBoxBG.jpg) no-repeat;
		width:280px;
		height:118px;
		padding:0px 10px;
		color:#ffffff;
		font-size:11px;
	}

	td.zoneTexte p,
	td.zoneTexte h4,
	table.Info a{color:#ffffff;text-decoration:none;}	
	
	td.zoneTexte h4{margin-top:6px;}
	
	/* INFO */
	table.Info {top:2550px;}
	