html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000;
	background: #8E9ED7 url(panoramique_st-omer.jpg) fixed no-repeat bottom left;
	margin: 0 0 90px 0;
	padding: 0 0 90px 0;
	text-align: center;
}
img {
	border: 0;
}
#page {
	min-width: 750px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*		background-color: #FFD942;*/
	border-left: #666 2px solid;
	border-bottom: #666 2px solid;
	border-right: #666 2px solid;
}
hr {
  clear: both;
  visibility: hidden;
}
.cache {
	display: none;
}
acronym {
	cursor: help;
	border-bottom: #000 1px dotted;
}
h2.restitle, h2.category {
	font-size: 1.1em;
	margin: 0 0 5px 0;
	background-color: #FFF;
	color: #4766D9;
	padding: 2px 0 1px 0px;
	border-bottom: #4766D9 1px solid;
}
h2.art-page-title {
	font-size: 1.1em;
	margin: 0 0 0 25px;
	padding: 0 0 0 10px;
	background-color: #FFF;
	color: #4766D9;
	padding: 2px 0 1px 0px;
	border-bottom: #4766D9 1px solid;
	font-style: italic;
}
#header {
	/*width: 95%;
		padding: 10px 0 0px 50px;
	margin-left: 50px;*/
	width: auto;
	/*margin: 10px 10px 0 130px;*/
	margin: 0 0 1.15em 0;
	border-bottom: #8E9ED7 3px solid;
	background-color: #4766D9;
	padding: 10px 5px 5px 10px;
	height: 4.4em;
}
#accessible {
	margin: -8px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFF;
/*	background-color: #798FD8;*/
}
ul#accessible {
	float: right;
}
#accessible li {
	display: inline;
}
#accessible a, #accessible a:link {
	color: #FFF;
	text-decoration: none;
}
#accessible a:hover {
	text-decoration: underline;
}
#accessible a:visited {
	color: #EEE;
	text-decoration: none;
}
h1#en_tete {
	background: #4766D9 url(cathedrale_logo.gif) no-repeat top left;
	height: 56px;
	width: 193px;
	margin: 0 0 0 10px;
/*	padding: 5px 0 5px 0;*/
}
#en_tete span {
	margin-left: -900px;
}

ul#top-categories {
	margin: 0;
	background-color: #FFD942;
	font-family: Arial, Helvetica, sans-serif;
	/*border-right: #00F 1px dotted;*/
	padding: 0;
}
#top-categories li {
	display: inline;
	background-color: #FFD942;
	margin: 0;
	font-size: 0.9em;
	border-right: #FFF 1px dotted;
}
#top-categories li a, #top-categories li a:link {
	background-color: #FFD942;
	color: #00F;
	text-decoration: none;
	padding: 0 10px 0 12px;
}
#top-categories li a.actif, #top-categories li a.actif:link {
	background-color: #FFF;
	border-bottom: 3px #FFF solid;
}
/*
#top-categories li a:hover {
	background-color:  #4766D9;
	color: #FFD942;
	text-decoration: none;
	font-weight: bold;
}*/
#main_menu {
	width: 100%;
	position: absolute;
	/* Définition d'une distance fixe au haut de page pour IE */
	top: 73px;
	margin: 0 0 0 0px;
	border-top: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	padding: 0;
}
/* Définition d'une hauteur relative pour les navigateurs conformes */
#page>#main_menu {
	top: 5.6em;
	width: 80%;
}
#main {
	/*margin-left: 130px;*/
	background-color: #FFF;
	border-top: #8E9ED7 3px solid;
	/*border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;*/
	/*width: 815px;*/
}
#content {
	/*width: 550px;*/
	width: 70%;
	/*max-width: 10em;*/
	padding: 15px;
	background-color: #FFF;
	float: left;
	position: relative;
}
#content p {
	text-align: justify;
}
#menuright {
	margin-left: 75%;
	width: 20%;
	max-width: 200px;
	/*width: 70%;*/
	/*margin-left: 580px;
	background-color: #DDD;*/
	padding: 15px;
	/*position: relative;*/
}
#content a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}
#content a, #content a:link {
	color: #00F;
	text-decoration: none;
}
#content a:hover {
	color: #A10630;
	text-decoration: underline;
}
#content a:visited {
	color: #A10630;
	text-decoration: none;
}
#content a[hreflang]:after {
	color: gray;
	font-weight: bold;
	content: "\0000a0[" attr(hreflang) "]";
}
/*
#content a, #content a:link {
	color: #00F;
	text-decoration: none;
}
#content a:hover {
	color: #A10630;
	text-decoration: underline;
}
#content a:visited {
	color: #A10630;
	text-decoration: none;
}*/
.news {
	border: #333 1px solid;
	background-color: #FFF;
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
}
/* Utilisé pour l'avertissement de redirection */
#redirect {
	border: #FFF 1px solid;
	background-color: #FFB7B7;
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
}
#redirect h2 {
	color: #F00;
	background-color: #FFB7B7;
	border-bottom: #F00 1px solid;
}
/* Fin du code d'avertissement de redirection */
#footer {
	color: #FFF;
	margin-left: 10px;
	font-size: 0.85em;
	position: absolute;
 	background-image: url(fond_bleu.png);
	font-family: Arial, Helvetica, sans-serif;
}
#footer li {
	display: inline;
}
#recherche {
	position: absolute;
	top: 2.3em;
	background-color: #798FD8;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 3px 3px 3px;
	width: 12.4em;
	text-align: center;
	/*display: inline;*/
	-moz-border-radius: 5px;
	border: 1px solid #CCC;
}
#recherche label {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin: 0 0 0 2px;
}
#recherche input {
	font-size: 0.9em;
	color: #000;
	border: #333 1px solid;
	background-color: #EEE;
	margin: 0;
}
#recherche #search {
	/*background: #FFF url(search.png) fixed no-repeat center left;*/
	    background-color: #EEF;
    background-image: url(search.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 3px 50%;
	padding: 0 0 0 14px;
	width: 100px;
}
#recherche input:hover, #recherche input:focus {
	background-color: #FFF;
}

#fil {
	margin: 5px 0 0 15px;
	font-size: 0.83em;
	font-family: Arial, Helvetica, sans-serif;
/*	background: #8E9ED7;*/
}
/*
.arborescence {
	display: inline;
}
.arborescence li {
	display: inline;
}*/
#fil a, #fil a:link {
	color: #717171;
	text-decoration: underline;
}
#fil a:hover {
	color: #F00;
	text-decoration: underline;
}
.current {
	background-color: #FFF;
	border-bottom: 3px #FFF solid;
}
.left-align {
	float: left;
	margin: 5px 15px 5px 0;
	padding: 5px;
	border: 1px #333 solid;
	background-color: #FFF;
}
.right-align {
	float: right;
	margin: 5px 0 5px 15px;
	padding: 5px;
	border: 1px #333 solid;
	background-color: #FFF;
	
}
img {
	border: 0;
	margin: 0;
}
/* Style appliqu?s au formulaire*/
fieldset {
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.liens input, .liens textarea {
	float: right;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #333;
	background-color: #EEE;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.liens input:focus, .liens textarea:focus {
	background-color: #FFF;
	color: #000;
}
.liens input.col_drte {
	width: 150px;
}
.liens label {
 	float: left;
 	width: 150px;
 	text-align: right;
}
.liens legend {
	margin-top: 3px;
	margin-bottom: 5px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
.texte ul {
	margin-bottom: 15px;
}
/*
.texte #menus li {
	margin-left: 25px;
	list-style-image: url(images/puce_liste_menus.gif);
}*/
.submit {
	margin-right: 5px;
}
/*label.message {
	position: relative;
	margin-top: 1em;
}*/
div.row {
 	clear: both;
	display: block;
	/* padding-top: 10px;*/
 }
 .liens {
 	width: 350px;
 }
 #art-pages-list {
	margin: 50px 0 0 0;
	clear: both;
	border: 1px solid #798FD8;
	background-color: #EEE;
	padding: 5px 15px 5px 15px;
	font-size: 0.9em;	
 }
  #art-pages-list h3 {
  	margin: 5px 0 0 0;
  }
    #art-pages-list ol {
	margin: 3px 0 0 0;
}
    #art-pages-list li<{
	margin: 0 0 0 15px;
	}
    #art-pages-list li.current {
	background-color: #EEE;
}