/*----------------------------------------------------------------------
      
GABARIT DE LA PAGE TYPE
// acces malvoyants

Création              : 5 septembre 2006
Dernière modification : 5 septembre 2006

Site                  : homelies.fr
Version               : 4.4

Auteur                : Famille de saint Joseph

-----------------------------------------------------------------------*/



/* --------------- Paramètres généraux de présentation ----------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #222;
}


/* ------------- Architecture des blocs -------------------------------*/

#conteneur {
	position: relative;
	width:936px;
	margin:0 auto;
}
#entete {
	height: 172px;
}
#calendrier {
	height: 23px;
}
#texte {
	float:left;
	width: 534px;
	padding-top: 50px;
}
#menus {
	float:right;
	width: 402px;
}
#pied {
	clear:both;
	height: 55px;
}


