* {margin: 0 auto; padding: 0;}

body {
	margin: 0 auto;
	padding: 0;
	background: #ede9e4 url("bg-body.gif") left top repeat-x;
	color: #838383;
	}
	
#global {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 100%;
	background: transparent url("bg-fond.jpg") center top no-repeat;
	text-align: left;
	}

#jesuistonpereluke {
	margin: 0 auto;
	padding: 0;
	}

#logo {
	display: block;
	background: transparent url("logo.jpg") top left no-repeat;
	width: 229px;
	height:127px;
	margin: 0 0 60px 0;
	padding: 0;
}
	

#menu {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 63px;
	background: transparent;
	}


ul, li {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	background-color: none;
	}
	
#menu ul li {
	padding: 0;
	float: left;
	list-style-type: none;
	background-color: none;
	}

#liens {
	float: right;
	margin: 0 auto;
	padding: 0 255px 0 0;
	list-style-type: none;
	background-color: none;
	}

#texte {
	margin: 0 auto;
	padding: 0 0 25px 0;
	width: 980px;
	height: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif, "Trebuchet MS", Verdana, Geneva;
	text-align: left;
	}
	
#texte P {
	padding: 0 0 0 80px;
}

#texte p a {
	text-decoration: none;
	color: #d5003a;
	}

#texte p a:hover {
	text-decoration: underline;
	color: #d5003a;
	}

#dl_pdf {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif, "Trebuchet MS", Verdana, Geneva;
	}

#dl_pdf p a {
	text-decoration: none;
	color: #600;
	}

#dl_pdf p a:hover {
	text-decoration: underline;
	color: #600;
	}

span {
	visibility: visible;
	}

a {
	text-decoration: none;
	}
	
.hr {color: #000;
	width: 700px;
	}


