/* CSS Document – Trésor de la cathédrale de Liège */

html, body {
	text-align: center;  /* Nécessaire pour le centrage du bloc principal dans IE */
	background-color: #222222; 
	margin: 0;
	padding: 0;
	height: 100%;
}


/* ******************************************* Mise en page générale ********************************************* */ 

#global {  /* Bloc principal centré sur la page */
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 10px;
	text-align: left;   /* Pour rétablir l'alignement normal du texte */ 
	min-height: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	line-height: normal;
}	

#en-tete { 
	position: relative;
	/* height: 75px; */
	margin-top: 12px;
	margin-bottom: 12px;	
	padding: 0px;
}

#pied-de-page {
	position: relative;
	clear: both;   /* Pour forcer un retour à la ligne */
	background-color: #333333;  
	border-width: 1px;
	border-color: #A6A6A6;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 12px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	overflow: hidden;
}
#pied-de-page a {
	font-weight: normal; 
	text-decoration: none; 
	color: white;
}

#bloc-menus-horizontal {
	position: relative; 
	margin-bottom: 12px; 
	border-width: 1px;
	border-color: #A6A6A6;
	border-style: solid; 
	z-index: 100; 
}

#bloc-central {   /* Contient Bloc-gauche et Contenu */
	position: relative;
	height: auto;   /* Car doit contenir le bloc Contenu dont la hauteur est variable */
	overflow: auto;  /* Pour éviter le débordement avec la valeur pas défaut */
	min-height: 500px;
	max-width: 100%;
	clear: both; 
	z-index: 10;
}

#bloc-gauche {
	position: relative;
	float: left; 
	width: 170px;
	/* padding: 0px 0px 14px 0px; */
	background-color: #333333; 
	border-width: 1px;
	border-color: #A6A6A6;
	border-style: solid;
	min-height: inherit; 
}

#contenu {
	position: relative;  /* Nécessaire pour imposer au bloc central de contenir entièrement le Contenu */
	margin: 0px 0px 0px 185px;  /* 170+15 */
	padding: 10px;
/*	color: white; */
	border-width: 1px;
	border-color: #A6A6A6;
	border-style: solid;
	background-color:#111111;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px; 
	text-align: justify;
	min-height: inherit; 
	height: 100%; 
	overflow: visible; 
}
#contenu img {
	border: none;
}
#contenu img.bord_image_1 {
	border-width: 1px;
	border-color: #A6A6A6;
	border-style: solid;
}		
#contenu img.bord_image_2 {
	border-width: 1px;
	border-color: #A6A6A6;
	border-style: solid;
	margin-top: 10px;
	margin-left: 20px;
}

#contenu img.bord_image_contacts {
	border-width: 1px;
	border-color: #A6A6A6;
	border-style: solid;
	margin-top: 10px;
	margin-bottom: 10px; 
	margin-left: 20px;
}

#actualites-1 { 
	/* margin-bottom: 10px; */
	width: 100%; 
}	

.actualites-Content {
	background-color: LightYellow;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 5px 5px 5px;
	text-align: left; 
}
.actualites-Content a {
	color: #993333;
	text-decoration: none; 
} 
.actualites-Content img {
	border-style: none; 
}
.actualites-Header {
	height: 22px;
	line-height: 22px; 
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	padding: 0px 5px 0px 10px;
	background-color: #8B0000;
	border-bottom: 1px solid white;
	font-weight: bold; 
} 	
.actualites-Header a, .actualites-Header a:hover {
	text-decoration: none; 
	color: #FFFF99; 
	font-weight: bold; 
}

.boutton-envoyer-email {
	font-family: Arial,Verdana,Helvetica; 
	font-size: 12px; 
	font-weight: bold; 
	color: black; 
	background-color: #CCCC99; 
	width: 70px;
}	

.blog-Header {
	height: 22px;
	line-height: 22px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	padding: 0px 5px 0px 10px;
	margin-top: 50px;
	background-color: #8B0000;
	border-bottom: 1px solid white;
	/* font-weight: bold; */
} 	

/* ************************************ Définition des styles pour le bloc Contenu *******************************************/ 

a {
	font-weight: normal;
	color: #FF9966;
	text-decoration: none;
}

a:hover {
	color: #FF0033;
}	

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 52px;
	color: #C33;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 42px;
	color: #FFCC99;
	margin-top: 16px;
	margin-bottom: 40px;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFF99;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFCC;
	margin-top: 16px;
	margin-bottom: 26px;
	text-align: center;
}

.photo_left {
	position: relative;
	float: left;
	border: 2px black solid;
	margin: 10px 10px 10px 0px;
}
.photo_right {
	position: relative;
	float: right;
	border: 2px black solid;
	margin: 10px 0px 10px 10px;
}
.photo_center {
	position: relative; 
	border: 2px black solid;
	margin: 10px;
}

.agenda_intitule {
	color : #CC3333;
	font-weight: bolder;
	list-style-image: url(/newsite/css/images/pointeur2.gif);
	padding-left: 5px;
}
.agenda_liste {	
	list-style-image: url(/newsite/css/images/pointeur2.gif);
	padding-left: 25px;
}
.agenda_liste li {
	margin-bottom: 20px;
}


.verd10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.verd18 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
}
.verd16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
}	
.verd14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
