/***************************************************************
 * cavestyle.css
 *	CAVE - Fichier de styles principal
 *	Copyright (c) 2010 H. Müller
 *	Version 1.0 - Dernière modification : 16/02/2010
 ***************************************************************/

body { background-image: url(Pics/CaveBkg.gif); font: normal 6pt arial; }

.marge { background-image: url(./Pics/FondMenuMid.gif); background-repeat: repeat-y; padding: 15px 0px 0px 0px; width: 196px; vertical-align: top; }

.t0 { font: bold 12pt arial; padding: 10px 0px 0px 10px; }
.t1 { font: bold 12pt arial; padding: 0px 0px 0px 20px; }
.t2 { font: normal 10pt arial; padding: 0px 0px 0px 30px; }
.t3 { font: normal 9pt arial; padding: 0px 0px 0px 40px; }
.t4 { font: normal 10pt arial; padding: 10px 0px 10px 30px; }

a {text-decoration: none; }
a:hover {color: red; }

.menutop { font-size: 24pt; }
.menubot { font-size: 4px; }
.menubotpad { font-size: 200px; }
.centre { text-align: center; vertical-align: top; }
