@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#logo_pastoralequebec {
	display: block;
	margin: auto;
}

h2 { padding-top: 3em; }
#logo_pastoralequebec {
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menuprincipal {
	margin: 0px;
	background-color: #00B5E1;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	text-transform: uppercase;
	font-weight: bolder;
	background-image: url(img/menu_fond.png);
	background-repeat: repeat-x;
	background-position: top;
}
#menuprincipal li {
	list-style-type: none;
	display: inline;
}
#menuprincipal li a {
	padding: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00586F;
	border-left-color: #C4F3FF;
	color: #FFF;
	text-decoration: none;
	width: 25px;
}
#menuprincipal li a:hover { background-color: #008BAE; }

#menuprincipal .actif   {
	background-color: #FFF;
	color: #333;
}

#menuprincipal .actif:hover   {
	background-color: #FFF;
	color: #333;
	cursor: text;
}

#contenu {
	margin: auto;
	width: 700px;
	padding: 2em;
}
