@page {
	margin: 0;
}

html {
	margin: 0;
	font-size: 100%;
}

body {
	font-family: Garamond, Times, serif;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	background-color: #fff;
}

div#global {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	position: relative;
}


/* ====================================================================
Mise en forme du texte
-------------------------------------------------------------------- */

a:link
{
	color: #3768DC;
}

a:active
{
	color: #f00;
}

a:link
{
	color: #3768DC;
}

/* chapeau dans un article ou dans une catégorie */

.chapeau
{
	color: #5583AF;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	text-align: justify;
	font-weight: bolder;
	padding: 30pt 12pt 30pt 12pt;
}


/* titres generaux dans les gabarit de categories */

h2.titres
{	page-break-after: avoid;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 25pt 0;
	text-align: center;
	color: #A70F0C;
	text-shadow: #BBB 1pt 1pt 2pt;
	font-size: 24pt;
	font-weight: bold;
}

/* style pour en-tete, sous titre des articles (dates de publication et de modif) */

h2.titreres, h3.titreres
{	page-break-after: avoid;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding-bottom: 4pt;
	text-shadow: #CCC 1pt 1pt 2pt;
	color: #9E6100;
	font-size: 22pt;
	font-weight: bold;
}

h3, h4, h5, h6 {
	page-break-after: avoid;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 4pt 0 2pt 0;
	color: #4D8560;
}

h3 {
	font-size: 16pt;
	font-weight: bolder;
}


.titreres a
{
	text-decoration: none;
	color: #9E6100;
}

p.modified
{ 
	color: #666;
	font-size: 11pt;
	padding: 4pt 0 0 13pt;
	margin: 0 0 15pt 0;
}

p.lien_cat {
	text-align: right;
	color: #666;
}

/* mise en page dans les articles */

abbr, acronym
{ 
	font-style: normal;
}


blockquote
{
	color: #555;
	padding: 0 20pt 0 20pt;
	font-style: italic;
	border-left: 1pt dotted #ccc;
}

.ressource p
{ 
	margin-bottom: 20pt;
	text-align: justify;
	font-size: 12pt;
}

.ressource p.c {
	text-align: center;
}

.ressource p.d {
	text-align: right;
}

.ressource p.pp:first-letter {
	float: left;
	font-size: 36pt;
	font-weight: bold;
	padding: 1pt 3pt 1pt 0;
	margin: 1pt;
	line-height:12pt;
}

q
{
	font-style: italic;
	color: #555;
}

pre
{
	border-width: 1pt;
	border-color: #ccc;
	border-style: solid;
	padding: 5pt;
	margin: 10pt;
}

.resources-number, .comment-closed
{
	color: #999;
	font-style: italic;
}

/* definition generales pour les listes */

ul, ol
{
	margin-top: 10pt;
	margin-left: 40pt;
	padding-left: 0;
	margin-right: 10pt;
	padding-right: 0;
	text-align:justify;

}

ul
{
	list-style-type: square;
}

.ressource li {
	margin-bottom: 9pt;
	font-size: 12pt;
}


/* mise en page des tableaux */
.ressource table {
	width: 100%;
	border: solid 2pt #999;
}

.ressource table.ferroviaire {
	width: 170pt;
	text-align: right;
	margin-left: 20pt;
	margin-bottom: 20pt;
	float: right;
	border: solid 2pt #999;
}

.ressource tr.fonce {
	background-color: #F1E0C0;
}

.ressource tr.clair {
	background-color: #F8F0E1;
}

.ressource th {
	text-align: center;
	padding-left: 10pt;
	padding-right: 10pt;
}

.ressource th.correspondances {
	width: 22%;
	text-align: center;
	padding-left: 10pt;
	padding-right: 10pt;
}

.ressource td.g {
	text-align: left;
	padding-left: 10pt;
	padding-right: 10pt;
}

.ressource td.d {
	text-align: right;
	padding-left: 10pt;
	padding-right: 10pt;
}

.ressource td.c {
	text-align: center;
	padding-left: 10pt;
	padding-right: 10pt;
}

.ressource td.correspondances {
	width: 22%;
	text-align: center;
	padding-left: 10pt;
	padding-right: 10pt;
}

/* mise en page specifique pour les resultats de recherche */

.score
{
	color: #090;
	margin-top: -10pt;
	text-align: right;
	border-top: 1pt dotted #998257;
	padding: 2pt 4pt;
	background-color: #D0C4AC;
}

/* mise en page specifique pour les errures de type 404 */

.err404
{
	padding: 20pt 0 0 60pt;
	background: transparent url("img/err404.gif") 0% 80% no-repeat;
	color: #000;
	font-weight: 100;
	font-size: 24pt;
}

/* alignement des images dans le corps des articles */

img
{
	page-break-inside: avoid;
	}

img.g 
{ 
	margin: 10pt 20pt 10pt 0;
	padding:0;
	border: none;
	float: left;
	display:block;
}

img.c
{ 
	margin:8pt auto 8pt auto;
	border: none;
	display: block;
}

img.d
{ 
	margin:10pt 0 10pt 20pt;
	border: none;
	float: right;
	display:block;
}

img.px-left 
{ 
	margin:  3pt 12pt 10pt 0;
	padding: 0;
	border: none;
	float: left;
	display:block;
}

img.px-center
{ 
	margin:8pt auto 8pt auto;
	border: none;
	display: block;
}

img.px-right
{ 
	margin:3pt 0 10pt 12pt;
	border: none;
	float: right;
	display:block;
}

/* definition generales pour toutes les images */

img {
	border: none;
	margin: 0;
	padding:0;
}

/* la hierarchie dans les articles */

.ressource h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 4pt 0 2pt 0;
	color: #4D8560;
}

.ressource h3 {
	font-size: 16pt;
	font-weight: bolder;
}

.ressource h4 {
	font-size: 14pt;
	font-weight: normal;
}

.ressource h5 {
	font-size: 12pt;
	font-weight: normal;
}


.ressource h6 {
	font-size: 10pt;
	font-weight: normal;
}

/* sommaire dans les pages de categories */

div#som {
	
}

#som ul {
	margin-left: 20%;
}

#som li {
	margin: 10pt 0;
}

/* Menus d'articles */

.pages-article {
	margin-bottom: 0;
}

h3.pages-article, h4.pages-article, h5.pages-article {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 4pt 0 2pt 0;
	color: #4D8560;
	margin-left: 16%;
	margin-bottom: 10pt;
}

h3.pages-article {
	font-size: 12pt;
	font-weight: bolder;
}

h4.pages-article {
	font-size: 12pt;
	font-weight: normal;
}

h5.pages-article {
	font-size: 10pt;
}


.pages-article ul, ol {
	margin-left: 28%;
	margin-top: 5pt;
}

.pages-article li {
	margin: 2pt 0;
	color: #666;
	font-size: 10pt;
}

li.current a
{
	text-decoration: none;
	color: #666;
}

/* notes de bas de page */

.ressource p.notes { 
	margin-bottom: 20pt;
	text-align: justify;
	font-size: small;
}


/*mise en forme du texte en ligne */

span.pc {
	font-style: normal;
	font-variant: small-caps;
}

span.expo {
	vertical-align: super;
	font-size: xx-small;
}

sup {
	vertical-align: super;
	font-size: xx-small;
}

sub {
	vertical-align: sub;
	font-size: xx-small;
}

span.indice {
	vertical-align: sub;
	font-size: xx-small;
}

/*=========================================
espace photos dans pages articles et breves
-------------------------------------------*/
.imagette {
	border: 1pt solid #000;
}

div.spacer {
	clear: both;
}

div.icon {
    position:relative;
	background-color: #fff;
	float: left;
	margin: 5pt;
	padding: 0;
	height: 258px;
	width: 258px;
	overflow: auto;
	font-size: 10pt;
	border: 1pt solid #ccc;
}

div.icon p.icon {
	text-align: center;
	padding: 3pt 0 0 0;
	margin: 3pt 0 0 0;
}
p.legend {
	margin: 4pt 3pt 0 3pt;
	padding: 0;
	font-size: 10pt;
	text-align: center;
}

/* ====================================================================
Tete de page (bannière et haut de page)
-------------------------------------------------------------------- */

.haut {	display: none;
}


.banniere {
        height: 120pt;
	color: #F0DEC4;
	margin: 0;
}

.logo {
	margin: 10pt 30pt 0 30pt;
	float: left;
	border: none;
}

.top
{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

h1.top
{
	font-style: italic;
	color: #A70F0C;
	font-size: 26pt;
	font-weight: bold;
	text-shadow: #777 1pt 1pt 2pt;
	margin: 0 0 15pt 0;
	padding: 15pt 0 0 0;

}

p.top
{
	color: #000;
	font-size: 16pt;
	text-shadow: #777 1.5pt 1.5pt 2pt;
	font-weight: bold;
	margin: 15pt 0 0 15pt;
}
/* ====================================================================
Fonction recherche
-------------------------------------------------------------------- */

ol.tree
{
	margin: 5pt 0 20pt 0;
	padding: 0;
	color: #666;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

ol.tree li
{
	display: inline;
	list-style-type: none;
	padding-right: 8pt;
	padding-left: 0;
}

ol.tree li:before
{
	content: ' \00bb  ';
}

.form-recherche
{
        background-color: #DAAE00;
	height: 15pt;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	text-align: right;
}

.form-recherche fieldset
{	display : none;
}

.recherche
{	display: none;
}


.recherche #q 
{	display: none;
}

.recherche-b
{	display: none;
}

#recherche #search-s 
{
	margin: 0;
	padding: 0;
}



/* ====================================================================
Principal
-------------------------------------------------------------------- */
.principal
{
	padding: 0;
	margin:0 1pt 0 0;
}

#contenu {
	padding: 0 30pt 30pt 30pt;
}

/* ====================================================================
Menu
-------------------------------------------------------------------- */
div#menugauche
{	display: none;
}

.clr
{
	clear: both
}


/* ====================================================================
Pied de page
-------------------------------------------------------------------- */

div#bas { display: none;
	}

/* ====================================================================
formulaire de message (contact): coments_inline.php et comments_post.php
-------------------------------------------------------------------- */

label.message {
	float: left;
	width: 150pt;
	text-align:left;
}

h3.message {
	padding-bottom: 5pt;
}

p.previsualisation{
	border-width: 1pt;
	border-color: #ccc;
	border-style: solid;
	background-color: #F4E8D0;
	padding: 5pt;
	margin: 10pt;
}

.comment-error
{
	border: 1pt dotted #FF8080;
	padding-bottom: 10pt;
	width: 80%;
}

.comment-error ul
{
	padding-top: 6pt;
}

.comment-error li
{
	color: red;
	list-style-type: none;
	background: url("img/errmsg.gif") 0% 50% no-repeat;
	padding-left: 20pt;
}

/* ====================================================================
page d'accueil
-------------------------------------------------------------------- */
#contenu-pa {
	padding: 0;
	position: relative;	
}

#chapeau-pa {
}

div#edito-pa {
	margin-right: 25pt;
	border-right: 1pt;
	padding: 0 15pt 22pt 0;
}

div#manchette-pa {
padding: 0 15pt 0 15pt;
width: 125pt;
float: right;
background-color: transparent;
}

h2.titres-pa
{	page-break-after: avoid;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 25pt 0;
	text-align: center;
	text-shadow: #BBB 1pt 1pt 2pt;
	color: #A70F0C;
	font-size: 16pt;
	font-weight: bold;
}

h3.titreres-pa
{	
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding-bottom: 4pt;
	color: #9E6100;
	text-shadow: #CCC 1pt 1pt 2pt;
	font-size: 14pt;
	font-weight: bold;
}


.titreres-pa a
{
	text-decoration: none;
	color: #9E6100;
}


.titreres-pa a:hover
{
	text-decoration: underline;
}

/* ====================================================================
GALLERIE
-------------------------------------------------------------------- */

div.gallery {}
div.gallery-top {}

div.gallery-bottom 
{ 
	clear: left;
}

div.gallery-thumb a 
{	
	float: left;
	display: block;
}

#content img.gallery-thumb 
{	
	margin: 0 0 10pt 0;
}

div.gallery-img 
{ 
	float: left;
	width: 120pt;
	padding: 0 0 0 10pt; 
	margin: 0 10pt 10pt 0;
}

p.gallery-legend
{ 
	text-align: center;
	line-height: 100%;
	font-style: italic;
	color: #A5A569;
}


/* ====================================================================
SITEMAP
-------------------------------------------------------------------- */

#sitemap
{
	margin-left: 75pt;
	padding: 0 30pt 30pt 30pt;
	background-color: #FEF5E6;	
}

#sitemap h3
{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	color: #9E6100;
	font-size: 24pt;
	line-height: 24pt;
	font-weight: bold;
	border-bottom: 1pt solid #666;
	padding: 2pt 4pt;
}

#sitemap h3 a
{
	color: #9E6100;
	text-decoration: none;
}

#sitemap h3 a:hover
{
	text-decoration: underline;
}

#sitemap li
{
	font-size: 90%;
}

#sitemap li a
{
	color: #3768DC;
	text-decoration: none;
}

#sitemap li a:hover
{
	color: #3768DC;
	text-decoration: underline;
}

#sitemap li
{
	color: #BBB;
}

#sitemap li.nodeco a
{
	color: #3768DC;
	text-decoration: none;
	list-style-type: none;
}

#sitemap li.nodeco a:hover
{
	color: #3768DC;
	text-decoration: underline;
}

#sitemap li.nodeco li
{
	list-style-type: none;
}

#sitemap li.subcatlism
{
	padding: 0 0 0 20pt;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
}

#sitemap li.subcatlism a
{
	color: #3768DC;
	text-decoration: none;
	margin-bottom:10pt;
}

#sitemap li.subcatlism a:hover
{
	text-decoration: underline;
}

#sitemap li.subcatlism p
{
	padding: 10pt 0 0 20pt;
	font-family: Garamond, Times, serif;

}

#sitemap p
{
	color: #444;
	font-size: 90%;
	font-style: italic;
	margin-top: 5pt;
}

