/*----------------------------------------------------------------------
      
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

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

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

#rubriques {
	list-style-type: none;
	margin: 0;
	position: relative;
	left: 240px;
	top: -55px;
	width: 460px;
	background-image: url(../img/fond_rubr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	text-align: center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#rubriques li {
	display: inline;
}


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

.menu {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 10px;
	background-image: url(../img/pied_menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 26px;
	padding-left: 2px;
}

.menu h1 {
	background-image: url(../img/fond_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 42px;
	padding-top: 15px;
}

.menu ul {
	list-style-type: none;
	margin: 5px;
}

.pub {
	margin-bottom: 15px;
	display: block;
}

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


.articles {
	list-style-type: none;
	margin: 5px;
}


