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

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#entete {
	background-image: url(../script/rotation.php);
	background-repeat: no-repeat;
	background-position: center top;
}
#montagne {
	background-image: url(../img/montagne.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 350px;
}
#logo {
	display: block;
	margin-right: 15%;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 5em;
}


#logo_pastoralequebec {
	display: block;
	margin: auto;
}
#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: #C0AF01;
	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: #4A4300;
	border-left-color: #F7F4DF;
	color: #FFF;
	text-decoration: none;
	width: 25px;
}
#menuprincipal li a:hover { background-color: #807300; }

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

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

#contenu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5em;
	padding-left: 0px;
	line-height: 150%;
}
#pied {
	text-align: center;
	font-size: 80%;
	color: #666;
	padding-top: 2em;
	padding-bottom: 2em;
}
#details {
	background-color: #E8F0C1;
	width: 100%;
	font-size: 90%;
	color: #6D7E1F;
}
#details td {
	text-align: center;
	vertical-align: top;
	padding: 0.5em;
	width: 33.33333em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #C0AF01;
	font-size: 250%;
}



h2 {
	padding-top: 3em;
	color: #C0AF01;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 175%;
}
h3 {
	color: #C0AF01;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 140%;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
}

