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

body {
	font-family: Garamond, Times, serif;
	margin: 0;
	height: 100%;
	min-width: 1000px;
	padding: 0;
	font-size: 0.9em;
	background-color: #fff;
}

div#global {
	min-height: 100%;
	padding: 0;
	border-left: solid 2px #888;
	border-right: solid 2px #888;
	min-width: 956px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	position: relative;
	background: url(img/fond-menu.png) left repeat-y;
	background-color: #FEF5E6;	
}


/* ====================================================================
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: 1.1em;
	line-height: 1.2em;
	text-align: justify;
	font-weight: bolder;
	padding: 30px 12px 30px 12px;
}


/* titres generaux dans les gabarit de categories */

h2.titres
{	
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 25px 0;
	text-align: center;
	color: #A70F0C;
	text-shadow: #BBB 0.1em 0.1em 2px;
	font-size: 2.1em;
	font-weight: bold;
}

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

h2.titreres, h3.titreres
{	
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding-bottom: 4px;
	text-shadow: #CCC 0.1em 0.1em 2px;
	color: #9E6100;
	font-size: 1.7em;
	/*line-height: 1.8em;*/
	font-weight: bold;
}

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

h3 {
	font-size: 1.4em;
	font-weight: bolder;
	/*line-height: 18px;*/
}


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


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


p.modified
{ 
	color: #666;
	font-size: 0.9em;
	padding: 4px 0 0 13px;
	margin: 0 0 15px 0;
	background: url("img/p-modified.png") 0% 80% no-repeat;
}

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

/* mise en page dans les articles */

abbr, acronym
{ 
	font-style: normal;
	border-bottom: dotted 1px #ccc;
	cursor: help;
}

.lettre {
	speak: spell-out;
}

.syllabe {
	speak: normal;
}

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

.ressource p
{ 
	margin-bottom: 20px;
	text-align: justify;
	font-size: 1.1em;
}

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

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

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

.ressource p.legend-ill { 
	margin-bottom: 20px;
	text-align: center;
	font-size: small;
}

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

pre
{
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	background-color: #F8F0E1;
	padding: 5px;
	margin: 10px;
	overflow: auto;
}

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

/* definition generales pour les listes */

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

}

ul
{
	list-style-type: square;
}

.ressource li {
	margin-bottom: 9px;
	font-size: 1.1em;
}


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

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

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

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

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

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

.ressource th.correstrain {
	width: 35%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

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

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

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

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

.ressource td.correstrain {
	width: 35%;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}


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

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

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

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

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

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

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

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

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

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

img.px-right
{ 
	margin:3px 0 10px 12px;
	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: 4px 0 2px 0;
	color: #4D8560;
}

.ressource h3 {
	font-size: 1.4em;
	font-weight: bolder;
}

.ressource h4 {
	font-size: 1.2em;
	font-weight: normal;
}

.ressource h5 {
	font-size: 1em;
	font-weight: normal;
}


.ressource h6 {
	font-size: 0.8em;
	font-weight: normal;
}

/* sommaire dans les pages de categories */

div#som {
	
}

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

#som li {
	margin: 10px 0;
}

/* Menus d'articles */

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

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

h3.pages-article {
	font-size: 1.2em;
	font-weight: bolder;
}

h4.pages-article {
	font-size: 1.2em;
	font-weight: normal;
}

h5.pages-article {
	font-size: 1em;
}


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

.pages-article li {
	margin: 2px 0;
	color: #666;
	font-size: 1em;
}

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

/* notes de bas de page */

.ressource p.notes { 
	margin-bottom: 20px;
	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: 1px solid #000;
}

div.spacer {
	clear: both;
}

div.icon {
    position:relative;
	background-color: #fff;
	float: left;
	margin: 0.5em;
	padding: 0;
	height: 190px;
	width: 218px;
	overflow: auto;
	font-size: 80%;
	border: 1px solid #ccc;
}

div.icon p.icon {
	text-align: center;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}

p.legend {
	margin: 4px 3px 0 3px;
	padding: 0;
	text-align: center;
}

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

.haut {
        height: 1.6em;
	margin: 0;
	padding: 0 4px 0 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	color: white;
	background-color: #ffffff;
	background-image: url(img/haut.png);
}

.haut a
{
	text-decoration: none;
	color: #fff;
}


.haut li a:hover
{
	color: #f00;
}


.haut p {
	margin: 0;
	padding: 0;
}

.banniere {
        height: 11.2em;
	color: #F0DEC4;
	background-image: url(img/fond-banniere.png);
	margin: 0;
}

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

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

h1.top
{
	font-style: italic;
	color: #A70F0C;
	font-size: 2.5em;
	font-weight: bold;
	text-shadow: #777 0.1em 0.1em 2px;
	margin: 0 0 50px 0;
	padding: 20px 0 0 0;

}

p.top
{
	color: #000;
	font-size: 1.7em;
	text-shadow: #777 0.15em 0.15em 2px;
	font-weight: bold;
	margin: 40px 0 0 20px;
}
/* ====================================================================
Fonction recherche
-------------------------------------------------------------------- */

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

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

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

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

.form-recherche fieldset
{
	border: none;
	padding: 1px 10px 0 0;
	/*float: right;*/
	margin: 0;
/*	height: 24px;*/
/*	width: 300px;*/
}

.recherche
{
        background-color: #F7C500;
	color: #333;
	border-width: 2px;
/*	border-top: solid, #784F6E;
	border-left: solid, #784F6E;
	border-bottom: solid, #E4D5E0;
	border-right: solid, #E4D5E0;*/
}


.recherche #q 
{
	width: 100px;
	height: 19px;
}

.recherche-b
{
        background-color: #F7C500;
	color: #333;
	height: 19px;
/*	border-width: 2px;
	border-top: solid, #E4D5E0;
	border-left: solid, #E4D5E0;
	border-bottom: solid, #784F6E;
	border-right: solid, #784F6E;*/
}

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



/* ====================================================================
Principal
-------------------------------------------------------------------- */
.principal
{
	padding: 0 0 50px 0;
	margin:0 1px 0 0;
	overflow: auto;	
}

#contenu {
	margin-left: 200px;
	padding: 0 30px 30px 30px;
	background-color: #FEF5E6;	
}

/* ====================================================================
Menu
-------------------------------------------------------------------- */
div#menugauche
{
	padding: 0;
	width: 200px;
	height: 100%;
	float: left;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	background-color: transparent;
}


#menugauche ul
{	margin: 0;
	list-style: none;
	padding: 0;
}

.cartouche
{
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #E1971A;
	text-shadow: #555 0.15em 0.15em 2px;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 1.3em;
	border-top: 1px solid #FEF5E6;

}

#menugauche li a
{
	border-top: 1px solid #FEF5E6;
	height: 1.4em;
	text-decoration: none;
/*	text-shadow: #888 0.15em 0.15em 2px;*/
	font-weight: bold;
	padding: 3px 0 0 10px;
	color: #000;
	display: block;
}


#menugauche li a:hover
{
	color: #26370A;
	text-decoration: underline;
}

.clr
{
	clear: both
}

/* ====================================================================
RSS et partage (dans le menu gauche)
-------------------------------------------------------------------- */

.feeds
{
	background: url("img/feeds.png") 90% 50% no-repeat;
}

.addthis
{
	background: url("img/addthis.png") 90% 50% no-repeat;
}


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

div#bas {
	position: absolute;
	width: 100%;
	bottom: 0;
}
div#pied {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

#pied p {
	text-align: center;
	vertical-align:center;
	padding: 0;
	margin:  0 0 0 200px;
	
}

a.sql {
	float: left;
    display: block;
    width: 54px;
    height: 20px;
    margin: 16px 7% 16px 7%;
    background: url(img/powered-mysql.gif) no-repeat;
}
a.sql:hover {
	width: 54px;
    height: 20px;
    background: url(img/h_powered-mysql.gif) no-repeat;
}

a.php {
	float: left;
    display: block;
    width: 54px;
    height: 20px;
    margin: 16px 7%;
    background: url(img/powered-php.gif) no-repeat;
}
a.php:hover {
    width: 54px;
    height: 20px;
    background: url(img/h_powered-php.gif) no-repeat;
}

a.xhtml {
	float: right;
    display: block;
    width: 54px;
    height: 20px;
    margin: 16px 7% 16px 7%;
    background: url(img/valid-xhtml10.gif) no-repeat;
}
a.xhtml:hover {
    width: 54px;
    height: 20px;
    background: url(img/h_valid-xhtml10.gif) no-repeat;
}

a.css {
	float: right;
    display: block;
    width: 54px;
    height: 20px;
    margin: 16px 8% 16px 0;
    background: url(img/valid-css.gif) no-repeat;
}
a.css:hover {
    width: 54px;
    height: 20px;
    background: url(img/h_valid-css.gif) no-repeat;
}

a.plume {
	float: left;
    display: block;
    width: 54px;
    height: 20px;
    margin: 16px 0 16px 7%;
    background: url(img/plume-cms-powered.png) no-repeat;
}

.base {
        height: 14px;
	padding-right: 4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	color: white;
	background-color: #ffffff;
	background-image: url(img/bas.png);
}

.base p {
	margin: 0;
	padding: 0;
}

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

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

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

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

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

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

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

/* ====================================================================
page d'accueil
-------------------------------------------------------------------- */
#contenu-pa {
	margin-left: 200px;
	padding: 0 0px 30px 30px;
	background-color: #FEF5E6;
	position: relative;	
}

#chapeau-pa {
margin-right: 30px;
}

div#edito-pa {
	margin-right: 240px;
	border-right: 1px;
	padding: 0 15px 30px 0px;
}

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

h2.titres-pa
{	
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 25px 0;
	text-align: center;
	text-shadow: #BBB 0.1em 0.1em 2px;
	color: #A70F0C;
	font-size: 1.4em;
	font-weight: bold;
}

h3.titreres-pa
{	
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding-bottom: 4px;
	color: #9E6100;
	text-shadow: #CCC 0.1em 0.1em 2px;
	font-size: 1.2em;
	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 10px 0;
}

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

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


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

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

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

#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;
/*	color: #BBB;*/
}

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

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

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

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

}

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

