body {
	color: black;
	background-color: silver;
	font-family: monospace;
	font-size: medium;
}

pre {
}

hr {
	border-color: gray;
	color: gray;
}

a:link { color: black; text-decoration: none}
a:visited { color: black; text-decoration: none}
a:hover { color: black; text-decoration: none}
a:active { color: black; text-decoration: none}


/*********************************************************************/
/* barre de gauche                                                   */

div.menu {
	visibility: hidden;
}
/*                                                                   */
/*********************************************************************/

/*********************************************************************/
/* partie droite                                                     */

div.right {
	/*float: center;*/
	border: thin dotted;
	text-align: left;
	margin-top: 0em;
	padding: 1em;
}

div.right h1 {
	text-align: left;
	font-weight: bold;
	font-size: large;
	text-indent: 0;
	padding-top: 0.8em;
}
div.right h2 {
	text-align: left;
	text-indent: 1em;
	/*font-size: medium;*/
	font-weight: normal;
	font-size: large;
}
div.right h3 {
	text-align: left;
	/*font-size: medium;*/
	font-weight: normal;
	text-decoration: underline;
}
div.right p {
	text-align: left;
	text-indent: 2em;
	font-size: medium;
	font-weight: normal;
}
div.right ul {
	text-align: left;
	margin-left: 2em;
	/*font-size: medium;*/
	font-weight: normal;
}
div.right blockquote {
	border: thin solid;
	background-color: #CFCFCF;
	padding: 0.5em;
}
div.right blockquote p {
	font-size: small;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
div.right img.blabla_droite {
	padding-left: 2em;
	clear: right;
	float: right;
}
div.right img.blabla_gauche {
	padding-right: 2em;
	clear: left;
	float: left;
}

div.right div.footer table {
	border-style: dotted;
	border-width: thin;
	padding: 0;
}
div.right div.footer table th {
	border-style: dotted;
	border-width: thin;
}
div.right div.footer table td {
	border-style: dotted;
	border-width: thin;
	padding-left: 2em;
}
div.right div.footer table td.km {
	text-align: right;
}

/* les images */

div.right table.images {
	width: 100%;
	/*border: thin dotted;*/
}
div.right table.images tr {
	width: 100%;
	/*border: thin dotted;*/
}
div.right table.images td {
	width: 25%;
	border: thin dotted;
	vertical-align: top;
}
/* une image */
div.right table.image {
	width: 100%;
}
div.right table.image td {
	border: none;
}
div.right table.image td.image {
	width: 100%;
	/*float: center;*/
	text-align: center;
}
div.right table.image img.image {
	/*float: center;*/
	border: thin dotted;
}
div.right table.image td.imagetitle {
	font-size: small;
	text-align: center;
}
div.right table.image td.imagecaption {
	font-size: x-small;
	text-align: left;
}
div.right table.image td.imagecaption p.imagecaption {
	padding-top: 1em;
	text-align: left;
}
div.right p.exif {
	font-size: xx-small;
	text-align: center;
}
div.right table.exif {
	font-size: xx-small;
	width: 100%;
}

/*
  Image composée
*/
div.right table.composition {
	padding: 0px;
	margin: 0px;
}
div.right table.composition tr {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
div.right table.composition td {
	padding: 0px;
	margin: 0px;
	width: auto;
}
div.right table.composition img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}


/*
   Frise chronologique
 */

div.right table.chronologie {
	width: 100%;
	border: none;
	font-size: medium;
}

div.right table.chronologie tr {
	width: 100%;
}

div.right table.chronologie td {
}

div.right table.chronologie td.date {
	width: 8em;
	text-align: right;
	padding-right: 0.8em;
	border-right: thin dotted;
}
div.right table.chronologie td.velo_date {
	text-align: left;
	padding-right: 1em;
	padding-left: 1em;
}
div.right table.chronologie td.etape {
	text-align: center;
}
div.right table.chronologie td.nb {
	text-align: right;
	padding-right: 1em;
	padding-left: 1em;
}
div.right table.chronologie td.categorie {
	/*width: 7em;*/
	text-transform: uppercase;
	text-align: center;
	padding-left: 0.1em;
}
div.right table.chronologie td.description {
	text-align: left;
	padding-left: 1em;
}

/*                                                                   */
/*********************************************************************/





div.right p.imagetitle {
	text-align: center;
	font-size: large;
}
div.right div.imagecaption {
	text-align: center;
	font-size: medium;
	padding-bottom: 1em;
}
div.right td.imagecaption p {
	text-align: left;
	font-size: small;
}
div.right td.imagecaption table.exif {
	border: none;
	margin-bottom: 2em;
}
div.right td.imagecaption table.exif td {
	font-size: x-small;
}
div.right td.imagecaption table.exif td.titre {
	border-right: thin dotted;
	text-align: center;
}
div.right td.imagecaption table.exif td.data {
	border: none;
	text-align: left;
	margin-left: 1em;
}


/* Credits */
div.credits {
	visibility: hidden;
	padding-top: 2em;
	text-align: center;
	font-size: xx-small;
}




/*********************************************************************/
/* Pour la page risk                                                 */

div.right div.riskshots div.riskshot {
}
div.right div.riskshots div.riskshot img {
	/*float: center;*/
}
div.right div.riskshots div.riskshot p {
}
