/*----------------------------------------------------------------------
      
GABARIT D'IMPRESSION

Création              : 11 août 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: white;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


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

#conteneur {
	width: 100%;
	background: transparent;
}

#photo, #semaine, #messe, #outils, #menus, #pied {
	display:none;
}


#texte {
	float: none !important;
	width: 100%;
}
#affichage {
	width: 100%;
	text-align: justify;
}


/* ------------- BLOC #TEXTE ---------------------------------------*/



#reference {
	margin-bottom: 30px;
	font-style: italic;
}

#auteur {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 30px;
}



/* ------------- MISE EN FORME -----------------------------------------*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black;
}

a {
	display:none;
}

#entete h1 {
	font-size: 14pt;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-color: #5E7683;
	border-bottom-width: 1px;
	font-weight: bold;
}

#calendrier h2 {
	font-size: 11pt;
	font-weight: bold;
}

#auteur {
	font-style: italic;
	text-align: right;
}

#aelf {
	font-size: 9pt;
	color: #666;
}

