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

Creation              : 19 mars 2007
Derniere modification : 19 mars 2007

Site                  : mont-luzin.fr
Version               : 1.0

Auteur                : Famille de saint Joseph

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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	size:1em;
	color: #000;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: #5A8A00;
}


/**************** MENU RUBRIQUES */

#rubriques a {
	color: #000000;
	text-decoration: none;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 2px;
}

#rubriques a:hover {
	text-decoration: underline;
}

/**************** MENU GAUCHE */

.menu h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.menu a {
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-top: 10px;
	display: block;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

/**************** CORPS DE TEXTE */


#corps p {
	font-size: 0.9em;
	text-align: justify;

}

.pave {
	border: 1px solid #CCC;
	background-image: url(/squelettes/img/pied_pave.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	float: left;
	width: 141px;
	margin-top: 10px;
	margin-left: 2px;
}

.pave h1 {
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	display: block;
	height: 58px;
	padding-top: 15px;
}

.pave h1#un {
	background-image: url(/squelettes/img/fond_pave1.jpg);
}

.pave h1#deux {
	background-image: url(/squelettes/img/fond_pave2.jpg);
}

.pave h1#trois {
	background-image: url(/squelettes/img/fond_pave3.jpg);
}

/**************** PIED DE PAGE */

#pied {
	color: #999;
	font-size: 0.8em;
	text-align: center;
	padding-top: 25px;
}

#pied a {
	color: #999;
}

