body {
	font-family:Arial,sans-serif;
	margin:0;
	background: white url('images/fond-top-pattern.jpg') top left repeat-x;
}

/* Styles globaux, limités au contenu principal pour ne pas trop déborder */
.main-content-page p {
	margin-top:2px;
	margin-bottom:1px;
}
.main-content-page ul {
	list-style-image:url('../Images/petitpointbleu.gif');
}
.main-content-page ol {
	margin-top:2px;
	margin-bottom:2px;
}

/* Surcharge globale pour les tableaux de positionnement */
.tablemap {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
.tablemap > tbody {
	border: 0;
}
.tablemap > tbody > tr {
	margin: 0;
	padding: 0;
	border: 0;
}
.tablemap > tbody > tr > td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
}
.tablemap img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Habillage */
#top-left-background-image {
	position:absolute;
	left:0px;
	top:0px;
	width:460px;
	height:520px;
	background-image:url('images/fond-image.jpg');
	background-repeat:no-repeat;
	z-index:-1;
}
#top-content {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
}

#main-content {
	position:absolute;
	left:0px;
	right:0px;
	top:150px;
}

#navbar-cell, #content-cell {
	vertical-align: top;
}

#main-content-page {
	text-align:center;
	width:40em;
	border-top:1px solid darkblue;
	padding-top:2px;
	padding-bottom:2px;
}

#main-content-navbar {
	color:darkblue;
	text-align:left;
	font-size:0.8em;
}
#main-content-navbar p {
	margin-top:0px;
}
#main-content-navbar a {
	color:darkblue;
	text-decoration:none;
}
#main-content-navbar a:hover {
	color:blue;
	text-decoration:underline;
}

#main-content-header {
	text-align:center;
	font-size:1.5em;
	margin-top:1.0em;
	margin-bottom:1.0em;
}

#main-content-body {
	text-align:justify;
	font-size:1em;
	margin-top:1.0em;
	margin-bottom:1.0em;
}
#main-content-body a {
	color:darkblue;
	text-decoration:none;
}
#main-content-body a:hover {
	color:blue;
	text-decoration:underline;
}

.main-content-text {
	margin-left:1.5em;
	margin-right:1.5em;
}

#main-content-footer {
	text-align:center;
	font-size:0.8em;
	margin-top:1.0em;
	margin-bottom:0px;
}

.main-rubrique {
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	margin-left:0px;
	margin-top:1.5em;
	margin-bottom:0.5em;
	background: url('images/bkgnd-rubrique.gif') repeat-y top left;
	display:list-item;
	list-style-image: url('images/puce-rubrique-fond.gif');
	list-style-position: inside;
}
.sous-rubrique {
	font-size: 1.03em;
	font-weight: bold;
}

.sep-rubrique {
	display:block;
	clear:both;
	border:none;
	height:30px;
	background: url('images/bois-separateur.gif') no-repeat center center;
}
.bloc-rubrique {
	clear:both;
	margin-top:1.0em;
	margin-bottom:1.0em;
}

.private-access {
	float: right;
	clear: right;
}

/* Edito de la rubrique */

#edito {
}
#edito .texte {
	font-size: 1.15em;
	text-align: justify;
}
#edito .texte p {
	margin-top:2px;
	margin-bottom:1px;
}
#edito .date {
	margin-top:10px;
	font-size: 0.8em;
	text-align: right;
}
.breves {
	background: none;
	border: 0px;
	margin-bottom: 1em;
	font-size: 0.9em;
}
.breves .datetitle {
	font-weight: bold;
	text-decoration: underline;
}
.breves .menu-titre {
	background: none;
}

/* Alternance de couleurs dans les listes d'articles */
.liste-articles > ul > li.colored {
	margin: 0;
	padding: 5px;
}
.liste-articles > ul > li.even {
	background-color: rgb(255,255,255);
}
.liste-articles > ul > li.odd {
	background-color: rgb(240,238,235);
}

/* Overloads du footer */
.footer-navbar {
	text-align: center;
	font-family: arial, Sans-Serif;
	color: black;
}
.footer-navbar a:hover {
	text-decoration:underline;
}
.footer-navbar ul.menu-map {
	border-top: 1px solid darkblue;
}
.footer-navbar ul.menu-map > li.menu-secteur-container {
	border-left: 1px solid rgb(192,192,192);
}
.footer-navbar ul.menu-map .menu-secteur:hover {
	background: url('../Images/fond-translucide-50.png');
}
.footer-navbar ul.menu-map .secteur-actif {
	color: darkblue;
	font-weight: bold;
}
