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


/* **** MENU **** */
#menu{
	position:absolute;
	left:61px;
	top:179px;
	width:884px;
	height:25px;
}

#menu .menuBt {position:absolute;}
#menu .BtAccueil{left:0px;}
#menu .BtArchives{left:219px;}
#menu .BtVideo{left:476px;}
#menu .BtAnnuEcole{left:676px;}

/* **** BANNIÈRES **** */
.bannieres{position:absolute;}

.banniere1{
	left:253px;
	top:232px;
	width:728px;
	height:90px;
}

.banniere2{
	left:15px;
	top:679px;
	width:350px;
	height:250px;
}

.banniere3{
	left:1002px;
	top:340px;
	width:150px;
	height:590px;
}	

.banniere4{
	left:493px;
	top:1459px;
	width:464px;
	height:90px;
}

/* **** BOUTONS **** */
	.bt {position:absolute;}
	
	.AnnuEcole{
		left:20px;
		top:250px;
	}	
	
	/* INFO */
	table.Info {
		position:absolute;
		left:875px;
		width:239px;
		height:110px;
	}
	
.mels{
	position:absolute;
	bottom:10px;
	right:120px;
	width:251px;
	height:126px;
}