/*****************************************************************************/
/*** Fichier  : /style.css                                                 ***/
/*** Auteur   : Christophe DRIGET                                          ***/
/*** Date     :                                                            ***/
/*** Remarque : Styles CSS                                                 ***/
/*****************************************************************************/

/***********************************************/
/*** Liens                                   ***/
/***********************************************/
a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

/***********************************************/
/*** Mise en page                            ***/
/***********************************************/
body {
  font-size:   69%/*x-small*/;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin:      1em;
  padding:     0;
  /*font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;*/
  /*font-size: 50px !important;*/
  /*background-color: White;*/
  /*color: Black;*/
  /*min-width: 0px !important;*/
}

div.site {
	margin-left: auto;
	margin-right: auto;
}

pre.debug {
  font-family:      Monaco,"Courier New",Courier,monospace;
  font-size:        100%;
  padding:          1em;
  border:           1px solid #888888;
  color:            Black;
  background-color: #ffdddd;
  overflow:         auto;
}

div.debug {
  font-family:      Monaco,"Courier New",Courier,monospace;
  font-size:        100%;
  margin-top:       1em;
  padding:          1em;
  border:           1px solid #888888;
  color:            Black;
  background-color: #ffdddd;
  overflow:         auto;
}

div.quote {
  margin-top:       1em;
  padding:          1em;
  border:           1px solid #888888;
  color:            Black;
  background-color: #EEEEEE;
  overflow:         auto;
}

.erreur {
  color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.succes {
  color: #009900;
	text-align: center;
}

img.button {
	cursor: pointer;
	border: 0;
}

/*
ul {
    line-height: 1.5em;*/
    /*list-style-type: square;*/
    /*margin: 0.5em 0 0 1.5em;
    padding: 0;*/
    /*list-style-image: url(http://plone.org/bullet.gif);*/
/*}
li {
    margin-bottom: 1em;
}*/

.hidden {
	display: none;
}

/***********************************************/
/*** Barre de navigation                     ***/
/***********************************************/
#menu {
    background-color: transparent;
    padding: 1em 0em 0em 1em; /* écart du premier onglet du bord gauche */
    white-space: nowrap;
    list-style: none;
    margin: 0; /* suppression des marges */
/*    height: auto;
    line-height: normal;*/
}
#menu li {
    display: inline; /* affichage des menus en ligne */
}
#menu li a {
    /* The normal, unselected tabs. They are all links */
    border-width: 1px;
    border-style: solid solid none solid;
    /*color: #436976;*/
/*    height: auto;*/
    margin-right: 0.5em; /* Espacement entre les onglets */
    padding: 0em 1.5em; /* Espace entre le texte et la bordure de l'onglet */
    text-decoration: none;
    /*text-transform: lowercase;*/
}
#menu li.selected a {
    /* The selected tab. There's only one of this */
    /*color: #436976;*/
    font-weight: bold;
}
#menu li a:hover {
    /*background-color: #EEEEEE;*/
    /*border-color: #8cacbb;*/
    /*border-bottom-color: #dee7ec;*/
    /*color: #436976;*/
}

#portal-personaltools {
    /* Bar with personalized menu (user preferences, favorites etc) */
    /*border-top-color: #888888;
    border-top-style: solid;
    border-top-width: 1px;*/
    border-style: solid;
    border-width: 1px;
    /*line-height: 1.3em;*/
    /*color: Black;*/
    padding: 0em 1em 0em 3em; /* haut droite bas gauche */
    margin: 0;
    text-align: right;
    list-style: none;
}
#portal-personaltools .portalUser {
    background: transparent url(http://plone.org/user.gif) center left no-repeat;
    padding-left: 15px;
}
#portal-personaltools .portalNotLoggedIn {
    /*color: Black;*/
    padding: 0;
    background: transparent;
    background-image: none;
} /* Used on all descriptions relevant to those not logged in */
#portal-personaltools li {
    /*background: transparent url(http://plone.org/linkOpaque.gif) center left no-repeat;*/
    padding-left: 8px;
    /*color: #436976;*/
    margin-left: 1em;
    display: inline;
}
#portal-personaltools li a {
    text-decoration: none;
    /*color: #436976;*/
}

/***********************************************/
/*** Sous-menus (barre de gauche)            ***/
/***********************************************/
ul.submenu {
	padding: 0;
	white-space: nowrap; /* ??? */
	list-style: none;
	margin: 0;
}
ul.submenu li.plain a {
}
ul.submenu li.selected a {
	font-weight: bold;
}

/***********************************************/
/*** Logo properties                         ***/
/***********************************************/
.logo {
    background-color: transparent;
    border: 0;
    margin: 0.75em 0em 0.75em 1em; /* 1em du bord gauche de la page */
    padding: 0;
}
div.logo {
	border:        0;
	padding:       0;
	margin-bottom: 0;
}

/***********************************************/
/*** Cadres du site                          ***/
/***********************************************/
.cadre {
}
.cadreTitle {
	margin: 0;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
					/*background-color: #ff0000;*/
}
.cadreBody {
					/*background-color: #00ff00;*/
}
.cadre input {
	font-size: 100%;
}

/***********************************************/
/*** Mise en page du site                    ***/
/***********************************************/
#portal-columns {
    width: 100% !important;
    /*border-collapse: collapse;*/
    border-spacing: 0;
		margin: 0;
		padding: 0;
					/*background-color: #0000ff;*/
}

#portal-column-one {
    vertical-align: top;
    margin: 0;
}

#portal-column-content {
    vertical-align: top;
    margin: 0;
}

#portal-column-two {
    vertical-align: top;
    width: 12em;
    padding: 0em 0em 1em 1em; /* haut droite bas gauche */
}


div.site-columns {
    /*width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
		margin: 0;
		padding: 0;*/
	/*position: relative;*/
	width: 100% !important;
	/*display: inline-table;*/
}

div.site-column-one {
    vertical-align: top;
    width: 16em !important;
    padding: 0em 1em 1em 0em;
		float: left;
}

div.site-column-content {
    vertical-align: top;
    /*margin: 0 !important;*/
    padding: 0em 0em 1em 0em !important;
		float: left;
    /*width: 100%;*/
}

div.site-column-two {
    vertical-align: top;
    width: 12em;
    padding: 0em 0em 1em 1em;
}



/***********************************************/
/*** Tableaux de données                     ***/
/***********************************************/
table.data th,
table.data td {
  padding:         0.1em 0.5em 0.1em 0.5em;
  margin:          0.1em;
  /*vertical-align:  middle;*/
}

table.data tr.header {
}

/* odd table rows 1,3,5,7,... */
table.data tr.odd {
  color:           #000000;
  background:      #E5E5E5;
}

/* even table rows 2,4,6,8,... */
table.data tr.even {
  color:           #000000;
  background:      #D5D5D5;
}

table.data tr.footer {
  color:           #000000;
  background:      #aaaaff;
}

/* hovered table rows */
table.data tr.odd:hover,
table.data tr.even:hover {
  color:           #000000;
  background:      #ccccff;
}

/***********************************************/
/*** Galerie photo                           ***/
/***********************************************/
/*
table.galerie {
  margin-left:  auto;
  margin-right: auto;
	padding-bottom: 1em;
}
table.galerie td {
  padding:         2em;
  vertical-align:  middle;
  text-align:      center;
}
table.galerie tr {
  color:           #000000;
}
table.galerie img {
	border:          0;
}
*/

div.galerie {
	/*width: 100%;*/
	margin-left:  auto;
	margin-right: auto;
					/*background-color: #ff0000;*/
}

div.galerie div.vignette {
					/*background-color: #00ff00;*/
	float:      left;
	width:      200px;
	height:     200px;
	text-align: center;
	display:    inline; /* IE5&6 Doubled Float-Margin Bug */
}
div.galerie div.vignette img {
	border: 0;
}

div.galerie div.vignettes {
	background-color: #eeeeee;
	float:            left;
	width:            200px;
	height:           218px;
	text-align:       center;
	display:          inline; /* IE5&6 Doubled Float-Margin Bug */
	border-width:     1px;
	border-style:     outset;
	border-color:     #000000;
}
div.galerie div.vignettes table {
	border:          0;
	border-collapse: collapse;
	/*border-spacing: 0;*/
}
div.galerie div.vignettes td.titre {
	padding:        0;
	height:         19px;
	vertical-align: middle;
}
div.galerie div.vignettes td.image {
	padding:        0;
	height:         199px;
	vertical-align: middle;
}
div.galerie div.vignettes img {
	border: 0;
}

div.spacer {
	clear: both;
}

img.photo {
	border:  0;
	padding: 1em 0em 1em 0em; /* haut droite bas gauche */
}


/***********************************************/
/*** Carnets de voyage                       ***/
/***********************************************/
div.voyage {
	text-align: justify;
	_height:    1px; /* IE6 hasLayout Bug */
}
div.voyage div.left {
	float: left;
}
div.voyage div.right {
	float: right;
}
div.voyage div.center {
	text-align: center;
}
div.voyage div.justify {
	text-align: justify;
}
div.voyage img {
	border: 0;
}
div.voyage img.gauche {
  float:  left;
  margin: 0.2em 1em 0.2em 0em;
}
div.voyage img.droite {
  float:  right;
  margin: 0.2em 0em 0.2em 1em;
}

div.voyage div.parchemin {
	background-color: #dac97c;
	float:            left;
	width:            268px;
	height:           200px;
	text-align:       center;
	display:          inline; /* IE5&6 Doubled Float-Margin Bug */
}
div.voyage div.parchemin img {
	border: 0;
}


/***********************************************/
/*** Livre d'or                              ***/
/***********************************************/
div.guestbook div.formulaire {
	text-align: center;
}
div.guestbook div.message {
	margin-top:   1em;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
div.guestbook div.message div.titre {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding:             1em;
	font-weight:         bold;
}
div.guestbook div.message div.texte {
	padding:     1em;
	white-space: normal;
}
