/*
###
# Marionnettes du bout du monde - feuille de style section bande dessinee
###
# Marc Nadeau, 2008-12-01; Marc Nadeau, 2008-12-03
###
*/

/* tag */

a { border-bottom: yellow solid thin; color: #fff; text-decoration: none; }
a:hover { border-bottom: red solid thin; }

/* tag.class */

a.active_page { width: 2ex; background-color: yellow; border: blue solid medium; color: #000; font-size: 80%; font-weight: normal; margin: 3px; padding: 4px; text-decoration: none; }
a.surf_button { border: none; }
a.that_page:hover { background-color: yellow; cursor: pointer;}
a.that_page { width: 2ex;  background-color: #fff; border: red solid thin; color: #000; font-size: 90%; font-weight: bold; margin: 2px; padding: 3px; text-decoration: none; }
div.album_section { border: none; display: inline; margin: 2ex; white-space: nowrap; }
em.active_page { width: 2ex; background-color: yellow; border: blue solid medium; color: #000; font-size: 80%; font-weight: normal; margin: 3px; padding: 4px; text-decoration: none; }
em.that_page { width: 2ex;  background-color: #fff; border: red solid thin; color: #000; font-size: 90%; font-weight: bold; margin: 2px; padding: 3px; text-decoration: none; }
img.next_page_button { float: right; }
img.previous_page_button { float: left; }
img.surf_button { border: none; }
div.album_section
{
display: inline;
}

/* tag#id */

body#bd_sos_paix { background-color: #00003e; background-image: url( backgrounds/fond_bleu_fonce_etoiles_rouges.jpg ); }
div#main_picture { border: red dotted 2px; margin: 2ex auto; padding: 5px; text-align: center; width: 650px; }
div#surf_pages { border: none; line-height: 200%; margin: 2ex auto; text-align: center; width: 760px; clear: both;}
p#credits_photos { border: none; color: yellow; font-size: 80%; font-weight: bold; margin: 0; padding: 3px 20px; text-align: right; }
p#page_number { color: #fff; font-size: 90%; font-weight: bold; text-align: center; }


