/* Main style sheet terrasse.ch/Berlin-Cinéma. mi@alma.ch
   Revision history:
   - 27.05.0 21:23 mis à jour, viré une partie des trucs inutiles.
   - 27.02.0 14:05 copied from main.css
*/

body {
	color: black;
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1 {
    font-weight: bold;
    font-size: large;
	padding: 1% 1% 1% 1%;
	line-height: 2em;
    text-align: center;
}

h2 {
    font-weight: bold;
    font-size: medium;
    text-align: center;
	padding: 1% 1% 1% 1%;
}

h3 {
    font-weight: bold;
    font-size: small;
    text-align: center;
	padding: 1% 1% 1% 1%;
}

.it { /* italiques pour sections générique */
	font-family: arial;
	font-style: italic;
	font-size: small;
}

em {
	text-decoration: underline;
	font-style: normal;
}

.titre { /* pour titre Berlin-Cinéma */
	font-family: Palatino, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 250%;
}

.tp { /* pour "(titre provisoire)" */
	font-size: 50%;
}

.ptitre { /* pour mentions "Berlin-Cinéma" dans le texte des articles */
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}

.sign { /* signatures articles de presse */
	text-align: right;
	font-size: 80%;
	/*margin-top: -1.2em; problème avec NS4.7!*/
	margin-bottom: 3em;
}

.footer { /* pas utilisé? */
        font-family: sans-serif;
        font-size: x-small;
        color: silver;
        background: white;
        background-position: bottom;
}  

a img {
    border: none;
}

img {
    padding-right: 2em;
/*    vertical-align: middle; */
    float: left;
}

p.images {
    clear: both;
    padding: 2em 0 4em 0;
}

